/* http://meyerweb.com/eric/tools/css/reset/ 238
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1.2em;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

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

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

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

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

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

@font-face {
	font-family: GothamProRegular;
	src: url("../fonts/roboto-regular-webfont.eot");
	src: url("../fonts/roboto-regular-webfont?#iefix") format("embedded-opentype"), 
		 url("../fonts/roboto-regular-webfont.woff") format("woff"), 
		 url("../fonts/roboto-regular-webfont.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;
}

.text-red {
	color: #fa4946 !important;
}
#appleid-signin { width: 283px; }
.btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 75px;
	padding: 3px 20px 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fa4946;
	-webkit-box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	-moz-box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.btn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn:active {
	background-color: #8f2620;
}

.btn span {
	color: #fff;
	font: 16px/18px GothamProRegular, sans-serif;
}

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

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

label.error {
	display: none!important;
}

.wrapper {
	max-width: 1920px;
	min-width: 1422px;
	margin: auto;
	overflow: hidden;
	background: #f3f3f4;
}

.container {
	padding: 0 1px;
	width: 1422px;
	margin: auto;
}

::-webkit-input-placeholder {
	color: rgba(38, 45, 53, 0.5);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

::-moz-placeholder {
	color: rgba(38, 45, 53, 0.5);
	-moz-transition: 0.3s;
	transition: 0.3s;
}

:-moz-placeholder {
	color: rgba(38, 45, 53, 0.5);
	-moz-transition: 0.3s;
	transition: 0.3s;
}

:-ms-input-placeholder {
	color: rgba(38, 45, 53, 0.5);
	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;
}

.form {
	width: 580px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 70px;
}

.form-title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 11px;
}

.input-wrapper {
	position: relative;
	height: 70px;
	width: 100%;
	margin-top: 62px;
}

.input-wrapper>p {
	position: absolute;
	top: -33px;
	font: 16px/1.4em GothamProRegular, sans-serif;
	color: #0d122f;
}

.input-wrapper>input {
	height: 100%;
	width: 100%;
	background: #f3f3f4;
	border: none;
	font: 16px/1.4em GothamProRegular, sans-serif;
	padding: 5px 34px;
}

.input-wrapper>input.error:focus {
	background: #e9cbc9;
}

.form .send-btn {
	width: 283px;
	margin-top: 40px;
}

.form-conf {
	margin-top: 27px;
	text-align: center;
	width: 100%;
	color: rgba(0, 0, 0, 0.25);
	font: 14px/1.44em GothamProRegular, sans-serif;
}

.form-conf a {
	color: #fa4946;
	text-decoration: underline;
}

.form-conf a:hover {
	text-decoration: none;
}

/*!
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;
	color: #444;
	text-shadow: none;
	padding: 0!important;
}

.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: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('../_img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../_img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: -100px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	z-index: 8040;
	background: #f3f3f4 url(../_img/ico_close.png) no-repeat 50% 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.fancybox-close:hover {
	background-color: #fa4946;
	background-image: url(../_img/ico_close-white-2.png);
}

.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(38, 45, 53, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

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

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

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

/*Retina graphics!*/

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

/* Slider */

.slick-loading .slick-list {
	background: #fff url('../_img/ajax-loader.gif') center center no-repeat;
}

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

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 14;
}

.header.fixed {
	position: fixed;
	top: 0;
	background: #f3f3f4;
	z-index: 101;
}

.header.fixed .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header.fixed .container:after {
	content: "";
	background: url(../_img/bg_promo.jpg) no-repeat 0 0;
	right: -249px;
	top: 0;
	bottom: 0;
	width: 830px;
	display: block;
	position: absolute;
	-moz-background-size: cover;
	background-size: cover;
}

.header.show {
	top: 0;
}

.header .container {
	padding-top: 31px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: relative;
}

.header-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 840px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-logo {
	width: 135px;
}

.header-logo .mobile{
	display: none;
}

.header-descr {
	padding-left: 30px;
	color: #0d122f;
	font: 14px/1.3em GothamProRegular, sans-serif;
	background: url(../_img/decor_header-descr.svg) no-repeat 0 3px;
	width: 270px;
	margin-top: 3px;
	margin-left: 18px;
}

.form-error{
	color: #fa4946;
	margin-top: 10px;
	position: absolute;
	display: none;
	font: 14px/1.3em GothamProRegular, sans-serif;
}

.form-error.error{
	display: block;
}
.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	width: 570px;
	position: relative;
	z-index: 100;
}

.header-info {
	width: 221px;
}

.header-info__phones {
	padding-right: 10px;
	padding-left: 3px;
	padding-bottom: 12px;
	position: relative;
}

.header-info__phones a {
	color: #fff;
	font: 18px/14px GothamProBold, sans-serif;
	display: block;
}

.header-info__phones.active i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-info__phones i {
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	width: 16px;
	display: block;
	z-index: 5;
	cursor: pointer;
	background: url(../_img/ico_list.svg) no-repeat 0 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.header-info__phones ul {
	display: none;
	background: #0d122f;
	position: absolute;
	top: 100%;
	left: -3px;
	right: 0;
	padding-left: 6px;
}

.header-info__phones ul.active {
	display: block;
}

.header-info__phones li {
	padding: 5px 0;
}

.header-info__mail {
	color: #fff;
	font: 16px/15px GothamProRegular, sans-serif;
	display: block;
}

.header-language {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	margin-top: 10px;
	margin-left: 139px;
}

.header-language a {
	text-align: center;
	color: #0d122f;
	font: 16px/1em GothamProRegular, sans-serif;
	width: 33px;
	margin: 0 5px;
}

.header-person{
	font: 16px/1.4em GothamProRegular, sans-serif;
	color: #fff;
	margin-top: 5px;
	margin-right: 95px;
}
.header-person--mobile{
	display: none;
}
.header-login{
	padding-right: 26px;
	background: url(../_img/arrow_right.svg) no-repeat 100% 50%;
}

.header-cabinet{
	position: relative;
}
.header-cabinet:hover ul{
	display: block;
}
.header-cabinet p{
	padding-left: 29px;
	background: url(../_img/ico_login.svg) no-repeat 0 50%;
	cursor: pointer;
}

.header-cabinet ul{
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(186, 189, 199, 0.35);
	border-radius: 10px;
	width: 324px;
	padding: 28px 50px 50px;
	position: absolute;
	left: calc(50% - 162px);
	top: 100%;
	margin-top: 25px;
	z-index: 5;
	display: none;
	box-shadow: 0px 10px 25px rgba(186, 189, 199, 0.35);
}

.header-cabinet ul:before{
    content: "";
    background: url(../_img/decor_bubble.png) no-repeat 0 0;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: -17px;
    left: calc(50% - 17px);
}
.header-cabinet li{
	margin-top: 24px;
}
.header-cabinet li a{
	color: #0d122f;
	transition: .3s;
	padding-left: 44px;
	font: 16px/24px GothamProRegular, sans-serif;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: inline-block;
}
.header-cabinet li a:hover{
	color: #fa4946;
}
.header-cabinet li a.link-1{
	background-image: url(../_img/ico_link-1.svg);
}

.header-cabinet li a.link-1:hover{
	background-image: url(../_img/ico_link-1-h.svg);
}
.header-cabinet li a.link-2{
	background-image: url(../_img/ico_link-2.svg);
}

.header-cabinet li a.link-2:hover{
	background-image: url(../_img/ico_link-2-h.svg);
}
.header-cabinet li a.link-3{
	background-image: url(../_img/ico_link-3.svg);
}

.header-cabinet li a.link-3:hover{
	background-image: url(../_img/ico_link-3-h.svg);
}
.header-cabinet li a.link-4{
	background-image: url(../_img/ico_link-4.svg);
}

.header-cabinet li a.link-4:hover{
	background-image: url(../_img/ico_link-4-h.svg);
}

.header-cabinet li a.link-5{
	background-image: url(../_img/ico_link-5.svg);
}

.header-cabinet li a.link-5:hover{
	background-image: url(../_img/ico_link-5-h.svg);
}
.header-cabinet:before{
	position: absolute;
	width: 100%;
	height: 30px;
	display: block;
	content: "";
	left: 0;
	top: 100%;
}
.header-language a:hover {
	text-decoration: underline;
}

.header-language a.active {
	cursor: default;
	font-family: GothamProBold, sans-serif;
}

.header-language a.active:hover {
	text-decoration: none;
}

.promo {
	position: relative;
	overflow: hidden;
	z-index: 13;
}

.promo .container {
	position: relative;
	min-height: 100vh;
	padding-bottom: 120px;
	z-index: 2;
	padding-top: 264px;
}

.promo-2 .container {
	padding-top: 238px;
}

.promo-title {
	color: #0d122f;
	max-width: 700px;
	font: 36px/1.307em GothamProBold, sans-serif;
}

.promo-subtitle{
	margin-top: 40px;
	color: #0d122f;
	max-width: 700px;
	font: 24px/1.307em GothamProBold, sans-serif;
}

.promo-title-3 {
	max-width: 600px;
}

.promo-btn {
	width: 360px;
}

.promo-btn-wrapper {
	position: relative;
	margin-top: 202px;
}

.promo-btn-wrapper-2 {
	margin-top: 50px;
}

.promo-btn-descr {
	background: #fff;
	width: 456px;
	min-height: 136px;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #0d122f;
	font: 16px/1.3em GothamProRegular, sans-serif;
	left: 240px;
	top: -172px;
	z-index: 2;
	padding: 49px 30px 20px 50px;
}

.promo-btn-descr:before {
	content: "";
	background: url(../_img/decor_bubble.png) no-repeat 0 0;
	height: 34px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 33px;
}

.promo-btn-descr .close {
	background: #fa4946 url(../_img/ico_close-white.svg) no-repeat 50% 50%;
	position: absolute;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	top: -15px;
	right: -15px;
	-webkit-box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	-moz-box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.promo-btn-descr .close:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.promo-btn-descr .close:active {
	background-color: #8f2620;
}

.promo-video {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: absolute;
	left: 955px;
	bottom: 202px;
}

.promo-video__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	position: relative;
	z-index: 1;
}

.promo-video__btn:hover:before {
	opacity: 0;
}

.promo-video__btn:before {
	background: url(../_img/decor_play-btn.png) no-repeat 0 0;
	height: 122px;
	width: 122px;
	display: block;
	z-index: 1;
	content: "";
	position: absolute;
	left: -26px;
	top: -26px;
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.promo-video__btn:active:after {
	background-color: #8f2620;
}

.promo-video__btn:after {
	height: 70px;
	width: 70px;
	content: "";
	position: absolute;
	background: #fa4946 url(../_img/ico_play.svg) no-repeat 53% 50%;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.promo-video__text {
	color: #fff;
	font: 16px/1.3em GothamProRegular, sans-serif;
	margin-left: 27px;
	margin-bottom: 2px;
}

.promo-video__text b {
	font-family: GothamProBold, sans-serif;
}

.promo-bg {
	position: absolute;
	top: 0;
	right: -250px;
	bottom: 0;
	left: 840px;
	z-index: -1;
	background: url(../_img/bg_promo.jpg) no-repeat 0 50%;
	-moz-background-size: cover;
	background-size: cover;
}

.promo-bg-smb {
	position: absolute;
	top: 0;
	right: -250px;
	bottom: 0;
	left: 840px;
	z-index: -1;
	background: url(../_img/bg_promo_smb.jpg) no-repeat 0 50%;
	-moz-background-size: cover;
	background-size: cover;
}

.promo-bg-ent {
	position: absolute;
	top: 0;
	right: -250px;
	bottom: 0;
	left: 840px;
	z-index: -1;
	background: url(../_img/bg_promo_ent.jpg) no-repeat 0 50%;
	-moz-background-size: cover;
	background-size: cover;
}

.promo-stats {
	margin-top: 92px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: relative;
	width: 840px;
}

.promo-stats-descr {
	background: #fff;
	width: 329px;
	min-height: 73px;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #0d122f;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
	font: 16px/1.3em GothamProRegular, sans-serif;
	right: -112px;
	top: -38px;
	z-index: 2;
	padding: 17px 15px 15px;
}

.promo-stats-descr:before {
	content: "";
	background: url(../_img/decor_bubble.png) no-repeat 0 0;
	height: 34px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 33px;
}

.promo-stat {
	margin-right: 65px;
	min-width: 175px;
}

.promo-stat__num {
	display: -webkit-box;
	display: -webkit-flex;
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fa4946;
	font: 48px/1.4em GothamProBold, sans-serif;
}

.promo-stat__num sub {
	font-size: 18px;
	line-height: 2.5em;
}

.promo-stat__text {
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
	margin-top: 3px;
}

.nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #fff;
}

.nav.fixed {
	position: fixed;
	right: 0;
	left: 0;
	bottom: inherit;
	top: 70px;
	-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);
}

.nav.fixed .container {
	height: 50px;
}

.nav .container {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	height: 100px;
	padding: 10px 0 5px;
	min-height: auto;
}

.nav a {
	text-align: center;
	color: #0d122f;
	font: 16px/1em GothamProRegular, sans-serif;
	padding: 2px 13px;
}

.nav a.active{
	color: #fa4946;
	text-decoration: none!important;
}

.nav a:hover {
	text-decoration: underline;
}

.menu-toggle {
	display: none;
}

.about {
	position: relative;
	z-index: 7;
}

.about .container {
	padding-top: 115px;
	display: -webkit-box;
	display: -webkit-flex;
	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-bottom: 50px;
	position: relative;
	z-index: 3;
}

.about .container:after {
	content: "";
	display: block;
	background: url(../_img/decor_about.svg) no-repeat 0 0;
	width: 570px;
	height: 570px;
	position: absolute;
	z-index: -1;
	top: -125px;
	right: -366px;
}

.about-2 .container {
	padding-bottom: 83px;
}

.about-2 .container:after {
	background: #0d122f;
	top: 0;
	right: -250px;
	width: 830px;
	height: 780px;
}

.about-3 .container {
	padding-bottom: 40px;
}

.about-3 .container:after {
	background: #0d122f;
	top: 0;
	right: -250px;
	width: 830px;
	height: 780px;
}

.about-info {
	width: 600px;
	padding-top: 40px;
}

.about-title {
	color: #0d122f;
	font: 36px/1.32em GothamProBold, sans-serif;
}

.about-title-3 {
	margin-top: -45px;
}

.about-title .ltv {
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}

.about-title .ltv:hover {
	color: #fa4946;
}

.about-title .ltv:hover p {
	display: block;
}

.about-title p {
	background: #fff;
	width: 360px;
	min-height: 136px;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #0d122f;
	font: 16px/1.3em GothamProRegular, sans-serif;
	left: 0px;
	top: -150px;
	z-index: 2;
	padding: 27px 42px 27px 41px;
	display: none;
}

.about-title p:before {
	content: "";
	background: url(../_img/decor_bubble.png) no-repeat 0 0;
	height: 34px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 33px;
}

.about-text {
	color: #0d122f;
	opacity: 0.8;
	font: 16px/1.4em GothamProRegular, sans-serif;
	max-width: 550px;
	margin-top: 53px;
}

.about-btn {
	margin-top: 74px;
	width: 283px;
}

.about-btn-2 {
	margin-top: -3px;
}

.about-list {
	margin-right: 58px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	width: 642px;
}

.about-list-2 {
	margin-top: 50px;
	width: 678px;
}

.about-item {
	padding: 45px 0;
	width: 276px;
}

.about-item-2 {
	padding: 25px 0;
	width: 308px;
}

.about-item__icon {
	height: 50px;
}

.about-item__title {
	margin-top: 20px;
	color: #0d122f;
	font: 16px/1.4em GothamProBold, sans-serif;
}

.about-item__title-2 {
	font-size: 24px;
}

.about-item__title-3 {
	width: 335px;
}

.about-item__text {
	margin-top: 10px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.about-item__text-2 {
	margin-top: 20px;
}

.about-item__text-3 {
	margin-top: 20px;
	width: 333px;
}

.about-right {
	width: 799px;
	margin-top: 86px;
	display: -webkit-box;
	display: -webkit-flex;
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.about-image {
	position: relative;
	left: 136px;
}

.work .container {
	padding-top: 57px;
}

.work-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.work-bayer {
	position: relative;
}

.work-bayer__info {
	padding-top: 104px;
	position: relative;
	padding-left: 142px;
	z-index: 2;
	min-height: 760px;
	margin-top: 52px;
	margin-left: 579px;
	padding-bottom: 30px;
}

.work-bayer__info:before {
	z-index: -1;
	position: absolute;
	height: 886px;
	width: 1090px;
	content: "";
	display: block;
	background: #fa4946;
	top: 0;
	right: -250px;
}

.work-bayer__image {
	width: 830px;
	height: 760px;
	position: absolute;
	top: 0;
	z-index: 1;
	left: -250px;
}

.work-bayer__title {
	color: #fff;
	font: 24px/1.3em GothamProBold, sans-serif;
	width: 300px;
}

.work-bayer__connect {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	-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;
	color: #fa4946;
	font: 12px/1.4em GothamProRegular, sans-serif;
	margin-left: 20px;
	margin-top: 13px;
}

.work-bayer__connect img {
	margin-right: 10px;
}

.work-bayer__item {
	margin-top: 61px;
	width: 460px;
	position: relative;
	left: -2px;
}

.work-bayer__item-descr {
	background: #fff;
	width: 400px;
	min-height: 136px;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #0d122f;
	font: 16px/1.3em GothamProRegular, sans-serif;
	left: 360px;
	top: -168px;
	z-index: 2;
	padding: 21px 10px 25px 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.work-bayer__item-descr:before {
	content: "";
	background: url(../_img/decor_bubble-2.png) no-repeat 0 0;
	height: 34px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 33px;
}

.work-bayer__item i {
	color: #fff;
	font: 64px/1.4em GothamProBlack, sans-serif;
	position: absolute;
	z-index: 1;
	opacity: 0.2;
	top: -34px;
	left: -15px;
}

.work-bayer__item p {
	position: relative;
	z-index: 2;
	color: #fff;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.work-features {
	position: relative;
	z-index: 5;
}

.work-features__info {
	padding-top: 105px;
	position: relative;
	padding-left: 121px;
	z-index: 2;
	min-height: 760px;
	padding-bottom: 30px;
}

.work-features__info:before {
	z-index: -1;
	position: absolute;
	height: 760px;
	width: 1090px;
	content: "";
	display: block;
	background: #0d122f;
	top: 0;
	left: -250px;
}

.work-features__image {
	width: 830px;
	height: 760px;
	position: absolute;
	top: 0;
	z-index: 1;
	right: -250px;
}

.work-features__title {
	color: #fff;
	font: 24px/1.3em GothamProBold, sans-serif;
	width: 340px;
}

.work-features__item {
	margin-top: 64px;
	width: 460px;
	position: relative;
	left: -2px;
}

.work-features__item i {
	color: #fff;
	font: 64px/1.4em GothamProBlack, sans-serif;
	position: absolute;
	z-index: 1;
	opacity: 0.2;
	top: -34px;
	left: -15px;
}

.work-features__item p {
	position: relative;
	z-index: 2;
	color: #fff;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

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

.spheres .container:after {
	content: "";
	background: url(../_img/decor_spheres.svg) no-repeat 0 0;
	display: block;
	position: absolute;
	width: 796px;
	height: 920px;
	right: -310px;
	top: 715px;
	z-index: -1;
}

.spheres-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 610px;
	padding-left: 3px;
}

.spheres-list {
	margin-top: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.spheres-item {
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
}

.spheres-item:nth-child(3n) {
	margin-right: 0;
}

.spheres-item__text {
	color: #fff;
	font: 24px/1.42em GothamProBold, sans-serif;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	padding: 20px 30px 61px 70px;
	display: -webkit-box;
	display: -webkit-flex;
	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-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;
}

.spheres-item:hover .spheres-item__text {
	background: #0d122f;
}

.unique {
	position: relative;
	z-index: 10;
}

.unique:before {
	content: "";
	height: 347px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e5e5e5;
}

.unique .container {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
	z-index: 5;
}

.unique-title {
	color: #0d122f;
	font: 36px/1.32em GothamProBold, sans-serif;
	max-width: 560px;
}

.unique-list {
	margin-top: 47px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.unique-item {
	position: relative;
	width: 460px;
}

.unique-item__num {
	height: 100px;
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background: #fff;
	z-index: 2;
	top: 5px;
	left: -60px;
}

.unique-item__num span {
	-webkit-box-shadow: 0px 20px 30px rgba(168, 47, 40, 0.21);
	-moz-box-shadow: 0px 20px 30px rgba(168, 47, 40, 0.21);
	box-shadow: 0px 20px 30px rgba(168, 47, 40, 0.21);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fa4946;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 66px;
	width: 66px;
	color: #fff;
}

.unique-item__info {
	background: #fff;
	min-height: 296px;
	padding: 69px 70px 30px 65px;
}

.unique-item__title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
}

.unique-item__text {
	margin-top: 23px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.solutions .container {
	padding-top: 100px;
	padding-bottom: 30px;
	position: relative;
	z-index: 2;
}

.solutions .container:before {
	content: "";
	display: block;
	background: url(../_img/decor_about.svg) no-repeat 0 0;
	width: 570px;
	height: 570px;
	position: absolute;
	z-index: -1;
	top: -245px;
	right: -479px;
}

.solutions .container:after {
	position: absolute;
	z-index: -1;
	right: -250px;
	top: 520px;
	content: "";
	height: 1000px;
	width: 1770px;
	background: #fff;
	display: block;
}

.solutions-title {
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 820px;
	color: #0d122f;
}

.solutions-subtitle {
	margin-top: 22px;
	color: #0d122f;
	font: 18px/1.3em GothamProRegular, sans-serif;
}

.solutions-list {
	margin-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.solutions-item {
	position: relative;
}

.solutions-item__info {
	position: absolute;
	padding: 34px 80px;
	left: 0;
	right: 0;
	bottom: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.solutions-item__title {
	color: #fff;
	margin-left: -2px;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.solutions-item__btn {
	margin-top: 23px;
	padding: 5px 38px 8px;
}

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

.clients .container {
	display: -webkit-box;
	display: -webkit-flex;
	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-top: 24px;
	padding-bottom: 70px;
}

.clients-info {
	width: 380px;
	padding-top: 153px;
}

.clients-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.clients-btn {
	margin-top: 54px;
	width: 283px;
}

.clients-list {
	display: -webkit-box;
	display: -webkit-flex;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
}

.clients-item {
	width: 150px;
	height: 150px;
	margin-left: 48px;
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.clients-item span {
	opacity: 0.25;
	color: #000;
	font: 18px/1.3em GothamProRegular, sans-serif;
	padding-left: 30px;
}

.stats {
	background: #fa4946;
	position: relative;
	z-index: 10;
}

.stats .container {
	padding-top: 99px;
	padding-bottom: 108px;
}

.stats-title {
	color: #fff;
	text-align: center;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.stats-list {
	margin-top: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.stats-item {
	padding-top: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: relative;
}

.stats-item__today {
	color: #0d122f;
	background: #fff;
	position: absolute;
	z-index: 3;
	font: 16px/1.3em GothamProRegular, sans-serif;
	-webkit-transform: rotate(9.25deg);
	-moz-transform: rotate(9.25deg);
	transform: rotate(9.25deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 18px 39px;
	top: 36px;
	left: 185px;
}

.stats-item__today:after {
	content: "";
	background: url(../_img/decor_bubble.png) no-repeat 0 0;
	height: 34px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 33px;
}

.stats-item__num {
	color: #fff;
	font: 96px/1.4em GothamProBold, sans-serif;
	text-align: right;
	width: 245px;
}
.stats-item__num-3{
	width: 175px;
}

.stats-item__descr {
	margin-top: 45px;
	margin-left: 21px;
}

.stats-item__descr b {
	display: block;
	color: #fff;
	font: 24px/1.4em GothamProBold, sans-serif;
}

.stats-item__descr p {
	color: #fff;
	font: 16px/1.2em GothamProRegular, sans-serif;
}

.team .container {
	padding-top: 98px;
	padding-bottom: 40px;
	position: relative;
	z-index: 3;
}

.team .container:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../_img/decor_team.svg) no-repeat 0 0;
	width: 570px;
	height: 570px;
	top: 120px;
	left: -520px;
	z-index: -1;
}

.team-title {
	color: #0d122f;
	font: 36px/1.32em GothamProBold, sans-serif;
}

.team-list {
	width: 100%;
}

.team-item {
	width: 340px;
}

.team-item__info {
	background: #fff;
	min-height: 170px;
	/*min-height: 197px;*/
	padding: 39px 20px 20px 50px;
}

.team-item__person {
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.team-item__name {
	color: #0d122f;
	font: 24px/1.3em GothamProBold, sans-serif;
}

.team-item__social-1 {
	display: block;
	width: 21px;
	height: 22px;
	background: url(../_img/ico_social-1.png) no-repeat 0 0;
	opacity: 0.7;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 1px;
	margin-left: 13px;
}

.team-item__social-1:hover {
	opacity: 1;
}

.team-item__social-2 {
	display: block;
	width: 21px;
	height: 22px;
	background: url(../_img/ico_social-2.png) no-repeat 0 0;
	opacity: 0.7;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 1px;
	margin-left: 7px;
}

.team-item__social-2:hover {
	opacity: 1;
}

.team-item__position {
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
	opacity: 0.8;
	margin-top: 2px;
}

.team-item__link {
	color: #fa4946;
	font: 16px/1.4em GothamProRegular, sans-serif;
	text-decoration: underline;
	display: inline-block;
	margin-top: 15px;
}

.team-item__link:hover {
	text-decoration: none;
}

.team-subtitle {
	color: #0d122f;
	text-align: center;
	font: 24px/1.3em GothamProBold, sans-serif;
	margin-top: 44px;
}

.write .container {
	padding-top: 50px;
	position: relative;
	padding-bottom: 40px;
}

.write-title {
	margin-top: 10px;
	margin-left: 2px;
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.write-image {
	position: absolute;
	right: -250px;
	top: 62px;
	width: 830px;
	z-index: 0;
}

.write-list {
	margin-top: 47px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
}

.write-item {
	width: 700px;
	min-height: 250px;
	background: #fff;
	margin: 10px 0;
	position: relative;
	padding: 47px 70px 50px 50px;
}

.write-item--empty {
	opacity: 0;
}

.write-item__logo {
	position: absolute;
	top: 48px;
	right: 50px;
}

.write-item__title {
	color: #0d122f;
	max-width: 510px;
	font: 24px/1.4em GothamProBold, sans-serif;
}

.write-item__text {
	margin-top: 22px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

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

.connect .container {
	padding-top: 69px;
	display: -webkit-box;
	display: -webkit-flex;
	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: 38px;
}

.connect-info {
	background: #0d122f;
	width: 840px;
	min-height: 550px;
	position: relative;
	padding: 150px 97px 50px 382px;
}

.connect-image {
	width: 497px;
	position: absolute;
	bottom: 0;
	left: -157px;
}

.connect-title {
	color: #fff;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.connect-text {
	font: 16px/1.4em GothamProRegular, sans-serif;
	color: #fff;
	margin-top: 23px;
}

.infos .container {
	position: relative;
	z-index: 3;
	padding-top: 36px;
	padding-bottom: 74px;
}

.infos .container:after {
	content: "";
	display: block;
	height: 100%;
	width: 1670px;
	top: 0;
	right: 0;
	background: #fff;
	z-index: -1;
	position: absolute;
}

.infos-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 650px;
	padding-left: 2px;
}

.infos-content {
	margin-top: 53px;
	color: rgba(38, 45, 53, 0.8);
	font: 16px/1.4em GothamProRegular, sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.infos-content b {
	font-family: GothamProBold, sans-serif;
}

.infos-content p {
	margin-bottom: 1.4em;
}

.infos-collumn {
	width: 620px;
	padding-right: 40px;
	margin-right: 80px;
}

.infos-collumn-2 {
	height: 445px;
	overflow-y: auto;
}

.brands .container {
	padding-top: 93px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 2;
	padding-bottom: 40px;
}

.brands .container:before {
	z-index: -1;
	position: absolute;
	content: "";
	display: block;
	left: -250px;
	top: 0;
	max-height: 100%;
	width: 856px;
	height: 883px;
	background: #e5e5e5;
}

.brands-2 .container {
	padding-bottom: 122px;
}

.brands-2 .container:before {
	width: 1772px;
	height: 731px;
	background: #fff;
}

.brands-title {
	color: #0d122f;
	max-width: 910px;
	font: 36px/1.33em GothamProBold, sans-serif;
}

.brands-subtitle {
	margin-top: 22px;
	color: #0d122f;
	width: 100%;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.brands-controls {
	display: -webkit-box;
	display: -webkit-flex;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 700px;
	margin-top: 70px;
}

.brands-controls a {
	background-color: #fff;
	height: 233px;
	width: 33.3333%;
	border: 1px solid #f4f4f4;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.brands-controls a:hover,
.brands-controls a.active {
	background-color: #fa4946;
	border-color: #fa4946;
	-webkit-box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	-moz-box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	box-shadow: 0px 20px 35px -10px rgba(168, 47, 40, 0.35);
	z-index: 10;
}

.brands-dot {
	background-position: 32px 45px;
	background-repeat: no-repeat;
}

.brands-dot__num {
	position: absolute;
	right: 34px;
	top: 46px;
	color: #0d122f;
	opacity: 0.2;
	font: 14px/1.4em GothamProRegular, sans-serif;
}

.brands-dot__text {
	color: #0d122f;
	font: 14px/1.4em GothamProRegular, sans-serif;
	min-height: 2.8em;
	position: absolute;
	left: 32px;
	right: 32px;
	bottom: 27px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.brands-dot:hover .brands-dot__text,
.brands-dot.active .brands-dot__text {
	color: #fff;
}

.brands-dot-1 {
	background-image: url(../_img/ico_brands-1.svg);
}

.brands-dot-1:hover,
.brands-dot-1.active {
	background-image: url(../_img/ico_brands-1-hover.svg);
}

.brands-dot-2 {
	background-image: url(../_img/ico_brands-2.svg);
}

.brands-dot-2:hover,
.brands-dot-2.active {
	background-image: url(../_img/ico_brands-2-hover.svg);
}

.brands-dot-3 {
	background-image: url(../_img/ico_brands-3.svg);
}

.brands-dot-3:hover,
.brands-dot-3.active {
	background-image: url(../_img/ico_brands-3-hover.svg);
}

.brands-dot-4 {
	background-image: url(../_img/ico_brands-4.svg);
}

.brands-dot-4:hover,
.brands-dot-4.active {
	background-image: url(../_img/ico_brands-4-hover.svg);
}

.brands-dot-5 {
	background-image: url(../_img/ico_brands-5.svg);
}

.brands-dot-5:hover,
.brands-dot-5.active {
	background-image: url(../_img/ico_brands-5-hover.svg);
}

.brands-dot-6 {
	background-image: url(../_img/ico_brands-6.svg);
}

.brands-dot-6:hover,
.brands-dot-6.active {
	background-image: url(../_img/ico_brands-6-hover.svg);
}

.brands-dot-7 {
	background-image: url(../_img/ico_brands-7.svg);
}

.brands-dot-7:hover,
.brands-dot-7.active {
	background-image: url(../_img/ico_brands-7-hover.svg);
}

.brands-next {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../_img/arrow_next-red.svg);
}

.brands-next:hover {
	background-image: url(../_img/arrow_next-white.svg);
}

.brands-slider {
	width: 600px;
	position: relative;
	margin-top: 40px;
	left: -15px;
}

.brands-slide {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.brands-item {
	margin-top: 30px;
	margin-right: 50px;
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.brands-item-2 {
	margin-right: 30px;
	margin-left: 30px;
}

.brands-item span {
	opacity: 0.25;
	color: #000;
	font: 18px/1.3em GothamProRegular, sans-serif;
	padding-left: 30px;
}

.brands-list {
	display: -webkit-box;
	display: -webkit-flex;
	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: 40px -30px 0 -30px;
}

.instruments .container {
	padding-top: 50px;
	position: relative;
	padding-bottom: 40px;
	z-index: 3;
}

.instruments .container:after {
	content: "";
	display: block;
	height: 570px;
	width: 570px;
	background: url(../_img/decor_about.svg) no-repeat 0 0;
	position: absolute;
	bottom: -390px;
	left: -358px;
}

.instruments-title {
	margin-top: 12px;
	margin-left: 2px;
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 750px;
}

.instruments-image {
	position: absolute;
	right: -250px;
	top: 62px;
	width: 830px;
	z-index: 0;
}

.instruments-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	position: absolute;
	bottom: 386px;
	right: 131px;
	z-index: 5;
}

.instruments-btn:hover:before {
	opacity: 0;
}

.instruments-btn:before {
	background: url(../_img/decor_play-btn.png) no-repeat 0 0;
	height: 122px;
	width: 122px;
	display: block;
	z-index: 1;
	content: "";
	position: absolute;
	left: -26px;
	top: -26px;
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.instruments-btn:active:after {
	background-color: #8f2620;
}

.instruments-btn:after {
	height: 70px;
	width: 70px;
	content: "";
	position: absolute;
	background: #fa4946 url(../_img/ico_play.svg) no-repeat 53% 50%;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.instruments-list {
	margin-top: 59px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
}

.instruments-item {
	width: 700px;
	min-height: 250px;
	background-color: #fff;
	margin: 10px 0;
	position: relative;
	padding: 27px 30px 40px 78px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.instruments-item-1 {
	background-image: url(../_img/bg_instrument-1.png);
}

.instruments-item-2 {
	background-image: url(../_img/bg_instrument-2.png);
}

.instruments-item-3 {
	background-image: url(../_img/bg_instrument-3.png);
}

.instruments-item--empty {
	opacity: 0;
}

.instruments-item__num {
	color: #fa4946;
	min-width: 120px;
}

.instruments-item__num span {
	font: 76px/1em GothamProBlack, sans-serif;
	letter-spacing: -0.05em;
}

.instruments-item__num p {
	margin-top: -3px;
	font: 16px/1em GothamProBlack, sans-serif;
}

.instruments-item__info {
	margin-top: 10px;
	margin-left: 30px;
	width: 372px;
}

.instruments-item__title {
	color: #0d122f;
	font: 24px/1.3em GothamProBold, sans-serif;
}

.instruments-item__text {
	margin-top: 13px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.steps .container {
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	z-index: 3;
}

.steps .container:after {
	content: "";
	display: block;
	height: 570px;
	width: 570px;
	background: url(../_img/decor_about.svg) no-repeat 0 0;
	position: absolute;
	bottom: -390px;
	left: -358px;
	z-index: -1;
}

.steps-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 520px;
	position: absolute;
	z-index: 3;
	left: 1px;
	top: 130px;
}

.steps-list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.steps-main {
	background-color: #fa4946;
	width: 460px;
	height: 256px;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-position: 100% 0;
	background-repeat: no-repeat;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.steps-main__text {
	color: #fff;
	font: 16px/1.4em GothamProRegular, sans-serif;
	width: 241px;
	margin-left: 50px;
}

.steps-main-1 {
	background-image: url(../_img/bg_step-1.png);
	margin-left: 480px;
	background-position: 97% 0;
}

.steps-main-1 img {
	margin-bottom: 15px;
}

.steps-main-2 {
	background-image: url(../_img/bg_step-2.png);
	margin-top: 52px;
	background-position: 100% 0;
}

.steps-main-2:before {
	background: #fa4946;
	position: absolute;
	height: 34px;
	width: 5px;
	content: "";
	top: -42px;
	left: -webkit-calc(50% - 2px);
	left: -moz-calc(50% - 2px);
	left: calc(50% - 2px);
}

.steps-main-2 img {
	margin-top: 7px;
	margin-left: 13px;
}

.steps-line-1 {
	margin: 17px 20px 0;
	width: 966px;
}

.steps-line-2 {
	margin: 27px 20px 0;
	width: 1085px;
}

.steps-item {
	position: relative;
	background: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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: 0 10px;
}

.steps-item__num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f3f3f4;
	position: absolute;
	top: -50px;
	left: -webkit-calc(50% - 50px);
	left: -moz-calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 3;
}

.steps-item__num span {
	color: #fff;
	-webkit-box-shadow: 0px 20px 30px rgba(168, 47, 40, 0.21);
	-moz-box-shadow: 0px 20px 30px rgba(168, 47, 40, 0.21);
	box-shadow: 0px 20px 30px rgba(168, 47, 40, 0.21);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	position: absolute;
	background: #fa4946;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	font: 22px/1em GothamProBlack, sans-serif;
}

.steps-item__text {
	color: #0d122f;
	font: 14px/1.4em GothamProRegular, sans-serif;
	width: 177px;
	margin-left: 30px;
}

.steps-item__text--wide {
	width: 292px;
}

.steps-item-3 {
	margin-top: 51px;
	width: 460px;
	height: 225px;
}

.steps-item-4 {
	margin-top: 50px;
	width: 340px;
	height: 250px;
}

.click .container {
	position: relative;
	padding-left: 721px;
	padding-top: 93px;
	padding-bottom: 93px;
	z-index: 3;
}

.click .container:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fff;
	top: 0;
	bottom: 0;
	right: -250px;
	left: 282px;
}

.click-2 .container {
	padding-top: 100px;
}

.click-2 .container:after {
	left: -100px;
	right: -101px;
	bottom: -176px;
}

.click-3 .container {
	padding-left: 120px;
	padding-top: 197px;
	padding-bottom: 63px;
}

.click-3 .container:after {
	top: 100px;
	left: -100px;
	right: -101px;
	bottom: -176px;
}

.click-4 .container {
	padding-top: 128px;
	padding-bottom: 113px;
}

.click-image {
	width: 830px;
	position: absolute;
	left: -249px;
	top: -1px;
}

.click-image-2 {
	top: 101px;
}

.click-image-2__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	position: absolute;
	left: -webkit-calc(50% - 35px);
	left: -moz-calc(50% - 35px);
	left: calc(50% - 35px);
	top: -webkit-calc(50% - 35px);
	top: -moz-calc(50% - 35px);
	top: calc(50% - 35px);
	z-index: 1;
}

.click-image-2__btn:hover:before {
	opacity: 0;
}

.click-image-2__btn:before {
	background: url(../_img/decor_play-btn.png) no-repeat 0 0;
	height: 122px;
	width: 122px;
	display: block;
	z-index: 1;
	content: "";
	position: absolute;
	left: -26px;
	top: -26px;
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.click-image-2__btn:active:after {
	background-color: #8f2620;
}

.click-image-2__btn:after {
	height: 70px;
	width: 70px;
	content: "";
	position: absolute;
	background: #fa4946 url(../_img/ico_play.svg) no-repeat 53% 50%;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.click-image-3 {
	left: auto;
	right: -250px;
	width: 1041px;
}

.click-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 700px;
}

.click-title-2 {
	max-width: 560px;
}

.click-text {
	margin-top: 32px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
	max-width: 580px;
}

.click-text-2 {
	margin-top: 22px;
}

.click-text-4 {
	margin-top: 22px;
}

.click-list {
	position: relative;
	z-index: 2;
	margin-top: 49px;
}

.click-list-2 {
	margin-top: 35px;
}

.click-list-3 {
	margin-top: 35px;
}

.click-list-4 {
	margin-top: 35px;
}

.click-item {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	padding: 15px 0;
}

.click-item__text {
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
	max-width: 450px;
	margin-left: 70px;
}

.click-item__text-2 {
	max-width: 480px;
}

.click-item__text-3 {
	max-width: 492px;
}

.click-btn {
	margin-top: 47px;
	width: 360px;
}

.click-btn-2 {
	margin-top: 37px;
}

.click-btn-3 {
	width: 380px;
}

.click-btn-4 {
	margin-top: 37px;
}

.max {
	position: relative;
	z-index: 3;
}

.max .container {
	padding-top: 1px;
	padding-bottom: 50px;
}

.max-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 700px;
}

.more .container {
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

.more .container:after {
	content: "";
	width: 1788px;
	height: 666px;
	display: block;
	position: absolute;
	background: #fa4946;
	z-index: -1;
	right: -250px;
	top: 363px;
}

.more-2 .container {
	padding-bottom: 0px;
}

.more-2 .container:after {
	top: 318px;
}

.more-top {
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.more-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.more-text {
	margin-top: 25px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.more-list {
	margin-top: 33px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.more-item {
	position: relative;
	width: 460px;
	margin-top: 20px;
}

.more-item__info {
	padding: 70px 59px 30px 65px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.more-item-1 .more-item__info {
	background-image: url(../_img/bg_more-1.png);
}

.more-item-2 .more-item__info {
	background-image: url(../_img/bg_more-2.png);
}

.more-item-3 .more-item__info {
	background-image: url(../_img/bg_more-3.png);
}

.more-item-4 .more-item__info {
	background-image: url(../_img/bg_more-4.png);
}

.more-item-5 .more-item__info {
	background-image: url(../_img/bg_more-5.png);
}

.more-item-6 .more-item__info {
	background-image: url(../_img/bg_more-6.png);
}

.more-item-7 .more-item__info {
	background-image: url(../_img/bg_more-7.png);
}

.more-item-8 .more-item__info {
	background-image: url(../_img/bg_more-8.png);
}

.more-item-9 .more-item__info {
	background-image: url(../_img/bg_more-9.png);
}

.more-item__title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.more-item__text {
	margin-top: 22px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.more-item__text--short {
	width: 270px;
}

.more-item:hover .more-item__info {
	background-color: transparent;
}

.more-item:hover .more-item__title {
	color: #fff;
}

.more-item:hover .more-item__text {
	color: #fff;
}

.reviews .container {
	padding-top: 77px;
	position: relative;
	padding-bottom: 60px;
	z-index: 3;
}

.reviews .container:after {
	content: "";
	display: block;
	background: url(../_img/decor_reviews.svg) no-repeat 0 0;
	width: 1324px;
	height: 595px;
	position: absolute;
	z-index: -1;
	top: -10px;
	right: -250px;
}

.reviews-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 535px;
}

.reviews-slider-wrapper {
	width: 100%;
	position: relative;
	margin-top: 53px;
}

.reviews-slider {
	width: 2160px;
}

.reviews-slider-next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	position: absolute;
	top: -134px;
	background-image: url(../_img/arrow_next-white-small.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100px;
	right: 0;
}

.team-list-wrapper{
	position: relative;
	width: 100%;
	margin: 52px -20px 0 0;
}

.team-slider-next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	position: absolute;
	top: -134px;
	background-image: url(../_img/arrow_next-white-small.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100px;
	right: 19px;
}

.reviews-slide {
	position: relative;
	width: 33.3333%;
}

.reviews-slide__image {
	width: 700px;
	position: relative;
}

.reviews-slide__info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 49px 30px 72px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	height: 204px;
}

.reviews-slide__info-left {
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.reviews-slide__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	position: relative;
	z-index: 1;
}

.reviews-slide__btn:hover:before {
	opacity: 0;
}

.reviews-slide__btn:before {
	background: url(../_img/decor_play-btn.png) no-repeat 0 0;
	height: 122px;
	width: 122px;
	display: block;
	z-index: 1;
	content: "";
	position: absolute;
	left: -26px;
	top: -26px;
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.reviews-slide__btn:active:after {
	background-color: #8f2620;
}

.reviews-slide__btn:after {
	height: 70px;
	width: 70px;
	content: "";
	position: absolute;
	background: #fa4946 url(../_img/ico_play.svg) no-repeat 53% 50%;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

.reviews-slide__descr {
	color: #fff;
	font: 18px/1.4em GothamProBold, sans-serif;
	margin-left: 46px;
	width: 295px;
}

.reviews-slide__results {
	background: #fff;
	width: 700px;
	height: 189px;
	padding: 20px 46px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.reviews-slide__results h6 {
	color: #0d122f;
	font: 18px/1.4em GothamProBold, sans-serif;
	width: 163px;
}

.reviews-slide__result {
	min-width: 152px;
	margin-left: 57px;
}

.reviews-slide__result .num {
	color: #fa4946;
	display: -webkit-box;
	display: -webkit-flex;
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font: 48px/1.4em GothamProBold, sans-serif;
	position: relative;
	bottom: 4px;
}

.reviews-slide__result .num span {
	font: 24px/48px GothamProBold, sans-serif;
	padding-right: 13px;
}

.reviews-slide__result .num sub {
	font: 18px/46px GothamProBold, sans-serif;
}

.reviews-slide__result .text {
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.calc .container {
	padding-top: 40px;
	padding-bottom: 100px;
	position: relative;
	z-index: 3;
}

.calc .container:after {
	content: "";
	display: block;
	right: -250px;
	left: -250px;
	bottom: 0;
	height: 339px;
	background: #0d122f;
	z-index: -1;
	position: absolute;
}

.calc-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 460px;
}

.calc-form {
	margin-top: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.calc-main {
	background: #fff;
	width: 820px;
	padding: 80px 120px 70px;
}

.calc-main__title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 52px;
}

.calc-other {
	background: #f3f3f4;
	width: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	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: 100px 111px 50px;
}

.calc-other__title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 21px;
}

.calc-item {
	display: -webkit-box;
	display: -webkit-flex;
	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: 100%;
	margin-top: 30px;
}

.calc-item__radio {
	cursor: pointer;
	width: 230px;
	height: 31px;
	color: #0d122f;
	font: 16px/31px GothamProRegular, sans-serif;
	padding-left: 50px;
	background: url(../_img/ico_radio.svg) no-repeat 0 50%;
}

.calc-item__radio b {
	font-family: GothamProBold, sans-serif;
	font-size: 24px;
}

.calc-item__radio.active {
	background: url(../_img/ico_radio-check.svg) no-repeat 0 50%;
}

.calc-item__radio.active+.calc-item__descr {
	opacity: 1;
}

.calc-item__descr {
	opacity: 0.5;
}

.calc-item__descr span {
	color: #0d122f;
	min-height: 34px;
	font: 24px/34px GothamProBold, sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.calc-item__descr span sub {
	padding-left: 6px;
	color: #0d122f;
	font: 12px/28px GothamProBold, sans-serif;
}

.calc-item__descr p {
	opacity: 0.5;
	color: #0d122f;
	text-align: right;
	font: 16px/1em GothamProRegular, sans-serif;
	position: relative;
	top: -2px;
}

.calc-btn {
	width: 340px;
	margin-top: 51px;
}

.calc-metter {
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	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: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 15px;
}

.calc-metter.active p {
	opacity: 1;
}

.calc-metter.active .calc-slider-min,
.calc-metter.active .calc-slider-max {
	opacity: 0.5;
}

.calc-metter p {
	width: 125px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
	opacity: 0.5;
}

.calc-slider {
	margin-top: 17px;
	width: 439px;
}

.calc-slider-wrapper {
	position: relative;
}

.calc-slider-min {
	display: block;
	color: #0d122f;
	font: 16px/20px GothamProRegular, sans-serif;
	position: absolute;
	left: 3px;
	bottom: -28px;
	opacity: 0.25;
}

.calc-slider-max {
	display: block;
	color: #0d122f;
	font: 16px/20px GothamProRegular, sans-serif;
	position: absolute;
	right: 0;
	bottom: -28px;
	opacity: 0.25;
}

#custom-handle-1,
#custom-handle-2,
#custom-handle-3 {
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: -15px;
	cursor: pointer;
}

#custom-handle-1 span,
#custom-handle-2 span,
#custom-handle-3 span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
	display: block;
	position: absolute;
	top: -34px;
	background: #fa4946;
	color: #fff;
	font: 14px/17px GothamProRegular, sans-serif;
	min-width: 44px;
	padding: 3px 10px;
	text-align: center;
	z-index: 2;
}

#custom-handle-1 span:after,
#custom-handle-2 span:after,
#custom-handle-3 span:after {
	width: 10px;
	height: 10px;
	background: #fa4946;
	position: absolute;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 2px solid #f3f3f4;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: 0.8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 3px solid #fff;
	background: #fa4946;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px #5e9ed6;
	-moz-box-shadow: 0 0 3px 1px #5e9ed6;
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: 0.7;
	filter: alpha(opacity=70); /* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.35;
	filter: alpha(opacity=35); /* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: alpha(opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
	background: #aaa;
	opacity: 0.3;
	filter: alpha(opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

.ui-widget-header {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fa4946;
}

.ui-widget.ui-widget-content {
	background: #f3f3f4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
}

.faq .container {
	padding-top: 99px;
	position: relative;
	padding-bottom: 30px;
	z-index: 3;
}

.faq .container:before {
	content: "";
	display: block;
	width: 189px;
	height: 799px;
	background: url(../_img/decor_faq.png) no-repeat 0 0;
	position: absolute;
	z-index: -1;
	bottom: -300px;
	left: -272px;
}

.faq .container:after {
	content: "";
	display: block;
	width: 570px;
	height: 570px;
	background: url(../_img/decor_about.svg) no-repeat 0 0;
	position: absolute;
	z-index: -1;
	bottom: -100px;
	right: -500px;
}

.faq-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 600px;
}

.faq-image {
	width: 830px;
	position: absolute;
	right: -250px;
	top: 100px;
}

.faq-list {
	margin-top: 53px;
	position: relative;
	z-index: 3;
	width: 1060px;
}

.faq-item {
	min-height: 200px;
	background: #fff;
	margin-bottom: 20px;
	padding: 55px 100px 20px 120px;
}

.faq-item__title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
}

.faq-item__text {
	margin-top: 12px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.ease .container {
	padding-top: 37px;
	padding-bottom: 100px;
}

.ease-title {
	color: #0d122f;
	font: 36px/1.3em GothamProBold, sans-serif;
	max-width: 1200px;
}

.ease-dots {
	margin-top: 53px;
	display: -webkit-box;
	display: -webkit-flex;
	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: 100%;
}

.ease-dot {
	border: 1px solid #f4f4f4;
	background-position: 69px 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	width: 33.3333%;
	background-repeat: no-repeat;
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	position: relative;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 20px 20px 20px 180px;
}

.ease-dot:hover,
.ease-dot.active {
	background-color: #fa4946;
}

.ease-dot:hover span,
.ease-dot.active span {
	color: #fff;
}

.ease-dot:hover p,
.ease-dot.active p {
	color: #fff;
}

.ease-dot.active p {
	font-family: GothamProBold, sans-serif;
}

.ease-dot span {
	position: absolute;
	color: #0d122f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.2;
	font: 18px/1em GothamProRegular, sans-serif;
	right: 39px;
	top: 27px;
}

.ease-dot p {
	color: #0d122f;
	font: 18px/1.3em GothamProRegular, sans-serif;
}

.ease-dot-1 {
	background-image: url(../_img/ico_ease-1.png);
}

.ease-dot-1:hover,
.ease-dot-1.active {
	background-image: url(../_img/ico_ease-1-hover.png);
}

.ease-dot-2 {
	background-image: url(../_img/ico_ease-2.png);
}

.ease-dot-2:hover,
.ease-dot-2.active {
	background-image: url(../_img/ico_ease-2-hover.png);
}

.ease-dot-3 {
	background-image: url(../_img/ico_ease-3.png);
}

.ease-dot-3:hover,
.ease-dot-3.active {
	background-image: url(../_img/ico_ease-3-hover.png);
}

.ease-tabs {
	width: 100%;
}

.ease-tab {
	display: none;
	min-height: 350px;
	-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;
	padding: 20px 20px 20px 120px;
}

.ease-tab-1 {
	background: #fff url(../_img/bg_tab-1.png) no-repeat 100% 50%;
}

.ease-tab-2 {
	background: #fff url(../_img/bg_tab-2.png) no-repeat 100% 50%;
}

.ease-tab-3 {
	background: #fff url(../_img/bg_tab-3.png) no-repeat 100% 50%;
}

.ease-tab.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.ease-item {
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.ease-item-1 {
	width: 482px;
	margin-right: 118px;
}

.ease-item-2 {
	width: 512px;
}

.ease-item__icon {
	margin-top: 8px;
	margin-right: 70px;
}

.ease-item__info {
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 120px);
}

.ease-item__title {
	color: #0d122f;
	font: 24px/1.4em GothamProBold, sans-serif;
}

.ease-item__text {
	margin-top: 10px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

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

.gallery .container {
	padding-top: 37px;
	padding-bottom: 101px;
}

.gallery-list {
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.footer {
	background: #0d122f;
}

.footer .container {
	padding-top: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	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-bottom: 100px;
}

.footer-collumn-1 {
	padding-top: 18px;
	width: 460px;
}

.footer-collumn-2 {
	padding-top: 148px;
	width: 340px;
	position: relative;
}

.footer-collumn-3 {
	width: 340px;
}

.footer-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 500px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-logo {
	width: 135px;
}

.footer-descr {
	padding-left: 30px;
	color: #fff;
	font: 14px/1.3em GothamProRegular, sans-serif;
	background: url(../_img/decor_header-descr.svg) no-repeat 0 3px;
	width: 270px;
	margin-top: 3px;
	margin-left: 18px;
}

.footer-nav {
	margin-top: 71px;
	display: -webkit-box;
	display: -webkit-flex;
	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: 100%;
}

.footer-nav-1,
.footer-nav-2 {
	width: 220px;
}

.footer-nav li {
	margin-top: 25px;
}

.footer-nav a {
	font: 16px/20px GothamProRegular, sans-serif;
	color: #fff;
}

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

.footer-time {
	color: #0d122f;
	background: #fff;
	position: absolute;
	z-index: 3;
	font: 16px/1.3em GothamProRegular, sans-serif;
	-webkit-transform: rotate(9.25deg);
	-moz-transform: rotate(9.25deg);
	transform: rotate(9.25deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 18px 30px;
	top: 53px;
	left: 126px;
}

.footer-time:after {
	content: "";
	background: url(../_img/decor_bubble.png) no-repeat 0 0;
	height: 34px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: -17px;
	left: 33px;
	z-index: -1;
}

.footer-mail {
	color: #fff;
	font: 24px/1em GothamProBold, sans-serif;
}

.footer-phones {
	margin-top: 25px;
}

.footer-phones li {
	margin-top: 10px;
}

.footer-phones a {
	color: #fff;
	font: 16px/20px GothamProRegular, sans-serif;
}

.footer-btn {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.footer-btn:hover,
.footer-btn:active {
	background-color: #fff;
	opacity: 0.8;
}

.footer-btn span {
	color: #fa4946;
	font-family: GothamProMedium, sans-serif;
}

.footer-socials {
	margin-top: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.footer-socials a {
	margin-right: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

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

.footer-know {
	margin-top: 26px;
	color: #fff;
	font: 18px/1.4em GothamProBold, sans-serif;
}

.footer-form {
	margin-top: 22px;
	position: relative;
}

.footer-form .input-wrapper {
	height: 61px;
	margin-top: 0;
}

.footer-form .input-wrapper>input {
	padding-right: 70px;
	font-size: 14px;
	background: #fff;
}

.footer-form .send-btn {
	position: absolute;
	width: 98px;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../_img/ico_send.png) no-repeat 50% 50%;
	display: block;
}

.links {
	background: #fff;
}

.links .container {
	display: -webkit-box;
	display: -webkit-flex;
	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;
	padding-top: 15px;
	padding-bottom: 15px;
}

.links-copy {
	color: #fa4946;
	font: 14px/20px GothamProRegular, sans-serif;
}

.links-dev {
	color: #0d122f;
	font: 14px/20px GothamProRegular, sans-serif;
	text-align: center;
}

.links-dev a {
	color: #fa4946;
	font-family: GothamProBold, sans-serif;
}

.links-dev a:hover {
	text-decoration: underline;
}

.links-conf {
	color: #fa4946;
	font: 14px/20px GothamProRegular, sans-serif;
	text-decoration: underline;
}

.links-conf:hover {
	text-decoration: none;
}

.top-btn {
	position: fixed;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
	background: #fa4946 url(../_img/ico_top.svg) no-repeat 50% 50%;
	height: 77px;
	width: 77px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 100;
	bottom: 115px;
	right: -200px;
}

.top-btn.show {
	right: 80px;
}

.top-btn:before {
	position: absolute;
	z-index: 99;
	background: #fa4946;
	opacity: 0.1;
	height: 93px;
	width: 93px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	top: -8px;
	left: -8px;
}

.top-btn:after {
	position: absolute;
	z-index: 99;
	background: #fa4946;
	opacity: 0.1;
	height: 105px;
	width: 105px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	top: -14px;
	left: -14px;
}

.top-btn:hover:before,
.top-btn:hover:after {
	opacity: 0;
}

.top-btn:active {
	background-color: #8f2620;
}

#ascrail2000 {
	width: 20px!important;
}

.modal {
	display: none;
}

.modal-download {
	background: #0d122f;
	width: 1420px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
}

.modal-left {
	width: 840px;
	padding: 196px 64px 96px 349px;
	position: relative;
}

.modal-left h2 {
	color: #fff;
	font: 36px/1.3em GothamProBold, sans-serif;
}

.modal-left p {
	margin-top: 1.4em;
	max-width: 385px;
	opacity: 0.8;
	color: #fff;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.thanks {
	width: 580px;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	background: #fff;
	padding: 220px 100px 110px 100px;
	text-align: center;
}

.thanks-title {
	margin-top: 30px;
	color: #fa4946;
	text-transform: uppercase;
	font: 24px/1.4em GothamProBold, sans-serif;
}

.thanks-subtitle {
	margin-top: 33px;
	color: #0d122f;
	font: 16px/1.4em GothamProRegular, sans-serif;
}

.thanks-descr {
	font: 14px/1.4em GothamProRegular, sans-serif;
	margin-top: 93px;
	color: #000;
	opacity: 0.25;
}

.modal-messengers {
	margin-top: 33px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	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;
	margin-bottom: 28px;
}

.modal-messenger {
	padding-left: 50px;
	cursor: pointer;
	height: 30px;
	display: block;
	color: #0d122f;
	font: 16px/30px GothamProRegular, sans-serif;
	background: url(../_img/ico_no-check.png) no-repeat 0 0;
}

.modal-messenger.active {
	background: url(../_img/ico_check.png) no-repeat 0 0;
}

.modal-form-2 {
	height: 550px;
	padding-bottom: 20px;
}

.modal-image {
	position: absolute;
	bottom: -55px;
	left: -215px;
}



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

.modal-download {
	width: 580px;
	-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;
}

.modal-image {
	display: none;
}

.modal-left {
	width: 100%;
	padding: 40px 70px;
}

}

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

.wrapper {
	min-width: 768px;
}

.container {
	padding: 0 9px;
	width: 750px;
}

.header {
	top: 0;
}

.header .container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-language {
	margin-left: 100px;
	margin-bottom: 1px;
	margin-top: 17px;
}

.promo .container {
	padding-top: 180px;
	min-height: auto;
	padding-bottom: 140px;
}
.header-left{
	width: 400px;
}
.header-descr{
	display: none;
}
.header-right {
	width: 300px;
	-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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-info {
	width: 200px;
	display: none;
}

.header-person{
	margin-right: 0;
	margin-top: 10px;
}
.header-cabinet ul{
	padding: 8px 20px 20px;
	left: calc(50% - 110px);
	width: 220px;
}
.header-person{
	font-size: 14px;
}
.header-cabinet li{
	margin-top: 15px;
}
.header-cabinet li a{
	padding-left: 35px;
}
.header-cabinet li a{
	font-size: 14px;
}
.header-language a {
	font-size: 14px;
}

.header-info__phones a {
	font-size: 16px;
}

.header-info__mail {
	font-size: 14px;
}

.promo-bg {
	left: 450px;
	right: -350px;
}

.promo-title {
	max-width: 400px;
	font-size: 26px;
	position: relative;
	z-index: 5;
}

.promo-subtitle{
	margin-top: 20px;
	max-width: 350px;
	font-size: 18px;
}

.nav .container {
	padding: 10px;
	height: 80px;
}

.promo-btn-descr {
	width: 380px;
	padding: 20px 30px;
	font-size: 14px;
	min-height: 80px;
	top: -120px;
}

.promo-btn-wrapper {
	margin-top: 140px;
}

.btn {
	height: 60px;
}

.btn span {
	font-size: 14px;
}

.promo-video {
	left: 490px;
	bottom: 135px;
}

.promo-video__text {
	width: 130px;
	font-size: 14px;
}

.nav a {
	font-size: 14px;
	margin: 3px 0;
}

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

.nav.fixed .container {
	height: auto;
}

.about .container {
	padding-top: 50px;
	padding-bottom: 20px;
}

.about-info {
	width: 300px;
	padding-top: 55px;
}

.about-title {
	font-size: 25px;
}

.about-text {
	margin-top: 40px;
	font-size: 14px;
}

.about-list {
	margin-right: 0;
	width: 400px;
}

.about-item {
	padding: 15px 0;
	width: 180px;
}

.about-item__title {
	font-size: 14px;
}

.about-item__text {
	font-size: 14px;
}

.about-btn {
	margin-top: 50px;
}

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

.work-title {
	font-size: 25px;
}

.work-bayer__info:before {
	height: 100%;
	right: -400px;
	width: 770px;
}

.work-bayer__info {
	margin-left: 280px;
	min-height: 650px;
}

.work-bayer__title,
.work-features__title {
	width: 100%;
}

.work-bayer__image {
	height: 650px;
	left: -345px;
}

.work-bayer__item-descr {
	display: none;
}

.work-bayer__item,
.work-features__item {
	width: 100%;
	margin-top: 30px;
}

.work-bayer__item p,
.work-features__item p {
	font-size: 14px;
}

.work-features__info {
	width: 350px;
	padding-left: 40px;
	min-height: 630px;
}

.work-features__info:before {
	height: 100%;
	left: -700px;
}

.work-features__image {
	height: 630px;
	right: -485px;
}

.spheres .container {
	padding-top: 40px;
	padding-bottom: 1px;
}

.spheres-title {
	font-size: 25px;
	max-width: 460px;
}

.spheres-list {
	margin-top: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.spheres-item {
	margin-top: 16px;
	margin-right: 0;
	width: -webkit-calc(50% - 8px);
	width: -moz-calc(50% - 8px);
	width: calc(50% - 8px);
}

.spheres-item__text {
	padding: 40px;
	font-size: 20px;
}

.spheres .container:after {
	display: none;
}

.unique .container {
	padding-bottom: 30px;
}

.unique-title {
	font-size: 25px;
}

.unique-item {
	width: -webkit-calc(33% - 5px);
	width: -moz-calc(33% - 5px);
	width: calc(33% - 5px);
}

.unique-item__info {
	padding: 30px 25px;
}

.unique-item__title {
	font-size: 18px;
}

.unique-item__text {
	margin-top: 15px;
	font-size: 14px;
}

.solutions .container {
	padding-top: 40px;
}

.solutions-title {
	font-size: 25px;
	max-width: 520px;
}

.solutions-subtitle {
	font-size: 14px;
	margin-top: 15px;
}

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

.solutions-item {
	width: -webkit-calc(50% - 8px);
	width: -moz-calc(50% - 8px);
	width: calc(50% - 8px);
}

.solutions-item__info {
	padding: 30px;
	bottom: 0;
}

.solutions-item__title {
	font-size: 25px;
}

.solutions-item__btn {
	padding: 5px 20px;
}

.solutions .container:after {
	top: 270px;
}

.clients-info {
	width: 30%;
}

.clients-list {
	width: 65%;
}

.clients-title {
	font-size: 25px;
}

.clients-btn {
	margin-top: 36px;
	max-width: 100%;
}

.clients-item {
	width: 25%;
	height: auto;
	margin-left: 8%;
	margin-top: 10px;
}

.clients .container {
	padding-bottom: 30px;
}

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

.stats-title {
	font-size: 25px;
}

.stats-item {
	padding-top: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stats-item__today {
	display: none;
}

.stats-item__num {
	font-size: 50px;
	width: 155px;
}

.stats-item__descr {
	margin-top: 0;
}

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

.team .container {
	padding-top: 40px;
}

.team-title {
	font-size: 25px;
}

.team-list-wrapper {
	margin-top: 10px;
}
.team-slider-next{
	top: -70px;
	right: 25px;
}

.team-item {
	margin-top: 20px;
}

.team-item__info {
	padding: 30px 20px;
	min-height: 150px;
}

.team-item__position {
	font-size: 14px;
}

.team-item__link {
	font-size: 14px;
}

.team-subtitle {
	margin-top: 25px;
	font-size: 20px;
}

.write-image {
	width: 630px;
	top: 10px;
}

.write-title {
	max-width: 50%;
	font-size: 25px;
}

.write-item {
	width: 48%;
	padding: 30px 20px;
}

.write-item__title {
	font-size: 18px;
	padding-right: 50px;
}

.write-item__logo {
	top: 30px;
	right: 15px;
}

.write-item__text {
	font-size: 14px;
	margin-top: 15px;
}

.write .container {
	padding-bottom: 20px;
}

.connect .container {
	padding-top: 20px;
}

.connect-info {
	width: 350px;
	padding: 40px 40px 320px;
}

.connect-image {
	height: 290px;
	left: 40px;
}

.connect-title {
	font-size: 25px;
}

.form {
	padding: 40px;
	width: 400px;
}

.connect-text {
	margin-top: 15px;
	font-size: 14px;
}

.form-title {
	font-size: 20px;
}

.input-wrapper {
	margin-top: 50px;
	height: 50px;
}

.input-wrapper>p {
	font-size: 14px;
}

.input-wrapper>input {
	font-size: 14px;
	padding-left: 20px;
}

.form .send-btn {
	margin-top: 30px;
}

.form-conf {
	margin-top: 20px;
	font-size: 12px;
}

.infos .container {
	top: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.infos-title {
	font-size: 24px;
}

.infos-content {
	font-size: 14px;
	margin-top: 20px;
}

.infos-collumn {
	margin-right: 0;
}

.infos-content p {
	margin-bottom: 1em;
}

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

.footer-nav {
	margin-top: 20px;
	-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;
}

.footer-collumn-1 {
	width: 200px;
}

.footer-collumn-2 {
	width: 240px;
}

.footer-collumn-3 {
	width: 240px;
}

.footer-nav li {
	margin-top: 10px;
}

.footer-nav li a {
	font-size: 14px;
}

.footer-time {
	left: 30px;
	top: 85px;
	padding: 10px 20px;
}

.footer-mail {
	font-size: 17px;
}

.footer-btn {
	margin-top: 25px;
}

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

.footer-know {
	font-size: 16px;
}

.links-copy,
.links-dev,
.links-conf {
	font-size: 12px;
}

.fancybox-close {
	height: 50px;
	width: 50px;
	right: -50px;
}

.header.fixed .container:after {
	width: auto;
	left: 450px;
	right: -350px;
}

.header.fixed .container {
	padding-top: 10px;
}

.nav.fixed {
	top: 59px;
}

.promo-stats {
	margin-top: 70px;
	width: 450px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.promo-stat {
	margin-right: 45px;
}

.promo-stats-descr {
	font-size: 14px;
	width: 300px;
	top: -50px;
	right: -140px;
}

.promo-stat__text {
	font-size: 14px;
}

.promo-btn-wrapper-2 {
	margin-top: 50px;
}

.about-2 .container:after,
.about-3 .container:after {
	right: -350px;
	width: 660px;
	height: 500px;
}

.about-image {
	left: 70px;
}

.brands .container {
	padding-top: 40px;
	padding-bottom: 10px;
}

.brands-title {
	font-size: 24px;
	max-width: 600px;
}

.brands .container:before {
	left: -350px;
	height: calc(100% - 20px);
}
.reviews .container:after{
	display: none;
}
.brands-subtitle {
	font-size: 14px;
	margin-top: 15px;
}

.brands-2 .container{
	padding-bottom: 30px;
}
.brands-controls {
	width: 100%;
	margin-top: 30px;
}

.brands-controls a {
	width: 25%;
	height: 160px;
}

.brands-dot__text {
	left: 15px;
	right: 15px;
	bottom: 10px;
}

.brands-dot {
	background-position: 15px 20px;
}

.brands-dot__num {
	top: 30px;
	right: 20px;
}

.brands-slider {
	width: 100%;
	left: 0;
	margin-top: 20px;
}

.brands-item {
	width: 23%;
	margin: 5px 1%;
}

.instruments-item {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	padding: 20px;
	min-height: 150px;
}

.instruments-item__num span {
	font-size: 50px;
	min-width: 100px;
}

.instruments-item__info {
	margin-top: 0;
	margin-left: 20px;
	width: auto;
}

.instruments-item__title {
	font-size: 18px;
}

.instruments-item__text {
	font-size: 14px;
}

.instruments-image {
	width: 700px;
	right: -300px;
	top: 90px;
}

.instruments-title {
	font-size: 24px;
}

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

.instruments-btn {
	right: 20px;
	bottom: 260px;
}

.steps .container {
	padding-top: 30px;
	padding-bottom: 40px;
}

.steps-title {
	left: 10px;
	font-size: 24px;
	max-width: 330px;
	top: 80px;
}

.steps-main {
	height: 170px;
	width: 400px;
}

.steps-main__text {
	font-size: 14px;
}

.steps-item-3 {
	width: -webkit-calc(33.333333% - 20px);
	width: -moz-calc(33.333333% - 20px);
	width: calc(33.333333% - 20px);
	-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;
	text-align: center;
	height: auto;
	padding: 70px 10px 20px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.steps-line-1 {
	width: 505px;
}

.steps-main-2:before {
	width: 4px;
	height: 25px;
	top: -38px;
}

.steps-item-4 {
	width: -webkit-calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	width: calc(25% - 20px);
	-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;
	text-align: center;
	height: auto;
	padding: 70px 10px 20px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.steps-item__text {
	margin-left: 0;
	width: 100%;
}

.steps-line-2 {
	margin-top: 18px;
	width: 565px;
}

.steps-main-1 {
	margin-left: 330px;
}

.click .container {
	padding-top: 40px;
	padding-left: 300px;
	padding-bottom: 40px;
}

.click .container:after {
	left: 100px;
	right: -350px;
}

.click-image {
	width: 620px;
	left: -350px;
}

.click-title {
	font-size: 24px;
}

.click-text {
	margin-top: 15px;
	font-size: 14px;
}

.click-item__text {
	font-size: 14px;
	margin-left: 20px;
}

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

.click-btn {
	margin-top: 30px;
}

.click-item {
	padding: 10px 0;
}

.more .container {
	padding-top: 40px;
}

.more-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.more-title {
	font-size: 24px;
	width: 35%;
}

.more-text {
	font-size: 14px;
	margin-top: 0;
	width: 60%;
}

.more-text br {
	display: none;
}

.more-list {
	margin-top: 15px;
}

.more-item {
	margin-top: 16px;
	width: -webkit-calc(50% - 8px);
	width: -moz-calc(50% - 8px);
	width: calc(50% - 8px);
}

.more-item__info {
	padding: 30px;
}

.more-item__title {
	font-size: 20px;
}

.more-item__text {
	margin-top: 15px;
	font-size: 14px;
}

.more .container:after {
	top: 330px;
}

.reviews .container:after {
	right: -350px;
}

.reviews-title {
	font-size: 24px;
	max-width: 300px;
}

.reviews .container {
	padding-top: 5px;
	padding-bottom: 20px;
}

.reviews-slider-next {
	top: -95px;
}

.reviews-slider-wrapper {
	margin-top: 33px;
}

.reviews-slider {
	width: 1000px;
}

.reviews-slide__image {
	width: 485px;
}

.reviews-slide__info {
	padding: 20px 20px 20px 40px;
	height: 150px;
}

.reviews-slide__descr {
	font-size: 14px;
	width: 200px;
	margin-left: 25px;
}

.calc-title {
	font-size: 24px;
}

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

.calc .container:after {
	left: -350px;
	right: -350px;
}

.calc-main {
	width: 100%;
	padding: 40px;
	height: auto;
}

.calc-form {
	-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;
	margin-top: 30px;
}

.calc-main__title {
	font-size: 20px;
	margin-bottom: 30px;
}

.calc-item {
	margin-top: 20px;
}

.calc-other {
	padding: 40px;
	height: auto;
	width: 100%;
}

.calc-other__title {
	font-size: 20px;
	margin-bottom: 0;
}

.calc-btn {
	margin-top: 20px;
}

.faq .container {
	padding-top: 40px;
}

.faq-title {
	font-size: 24px;
}

.faq-list {
	width: 400px;
	margin-top: 20px;
}

.faq-item {
	padding: 30px 35px;
	margin-bottom: 15px;
	min-height: auto;
}

.faq-item__title {
	font-size: 18px;
}

.faq-item__text {
	font-size: 14px;
	margin-top: 7px;
}

.faq-image {
	width: 700px;
	top: 120px;
}

.about-item__text-3 {
	width: 100%;
}

.ease .container {
	padding-top: 1px;
	padding-bottom: 30px;
}

.ease-title {
	font-size: 24px;
}

.ease-dot {
	background-position: 10px 50%;
	padding-left: 80px;
	height: 140px;
}

.ease-dot p {
	font-size: 14px;
}

.ease-dot span {
	top: 15px;
	right: 15px;
}

.ease-tab {
	padding: 2px 40px 20px;
	-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;
}

.ease-item {
	margin-top: 20px;
	margin-right: 0;
	width: 100%;
}

.ease-tab {
	min-height: 200px;
}

.ease-item__title {
	font-size: 20px;
}

.ease-item__text {
	font-size: 14px;
}

.brands-list {
	margin: 20px 0 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.brands-item-2 {
	width: 18%;
}

.reviews-slide__results {
	width: 485px;
	padding: 20px 25px;
	-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;
}

.reviews-slide__results h6 {
	width: 100%;
	text-align: center;
}

.reviews-slide__result {
	width: 100%;
	margin-left: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.reviews-slide__result .text {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 25px;
}

.max-title {
	font-size: 24px;
}

.max .container {
	padding-bottom: 30px;
}

.click-image-2__btn {
	left: auto;
	right: 170px;
}

.gallery .container {
	padding-top: 25px;
	padding-bottom: 40px;
}

.gallery-item {
	width: 32%;
}

.click-3 .container {
	padding-left: 10px;
	padding-right: 120px;
}

.click-image-3 {
	left: auto;
	right: -350px;
}

.top-btn {
	width: 55px;
	height: 55px;
	bottom: 40px;
}

.top-btn:before {
	width: 71px;
	height: 71px;
}

.top-btn:after {
	width: 83px;
	height: 83px;
}

.modal {
	width: 400px;
}

.modal-form-2 {
	height: auto;
}

.modal-download {
	width: 100%;
}

.modal-messengers {
	margin: 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-messenger {
	margin-bottom: 10px;
	font-size: 14px;
}

.modal-left {
	padding: 20px 40px;
}

.modal-left h2 {
	font-size: 24px;
}

.modal-left p {
	margin-top: 1em;
	font-size: 14px;
}

.thanks {
	width: 100%;
	padding: 50px 40px;
}

}

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

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

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

.menu-toggle {
	height: 50px;
	width: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: 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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-moz-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.menu-toggle span {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	width: 33px;
	height: 3px;
	background: #fff;
	margin: 3px 0 2px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
}

.menu-toggle.active span:nth-child(1) {
	margin: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menu-toggle.active span:nth-child(2) {
	display: none;
}

.menu-toggle.active span:nth-child(3) {
	margin: 0;
	position: relative;
	top: -2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header,
.header.fixed {
	position: fixed;
	background: #0d122f;
}

.header .container,
.header.fixed .container {
	padding-top: 1px;
	padding-bottom: 1px;
}

.header-logo {
	width: 90px;
}

.header-language {
	margin-top: 14px;
	margin-right: 0px;
	margin-left: 30px;
}
.header-language a{
	width: 27px;
	margin: 0 3px;
}
.header-person{
	display: none;
	color: #0d122f
}
.header-person--mobile{
	display: block;
}
.header-cabinet ul{
	display: block;
	box-shadow: none;
	text-align: center;
	padding: 10px 0 0;
	margin-top: 0;
}
.header-cabinet ul:before{
	display: none;
}
.header-cabinet li a{
	margin: 0;
}
.header-cabinet li{
	margin-top: 0;
}
.header-language a {
	width: 30px;
	color: #fff;
}
.header-login {
    background-image: url(../_img/arrow_right-black.svg);
} 
.header-cabinet p{
	background-image: url(../_img/ico_login-black.svg);
}
.header-descr {
	display: none;
}

.header-left {
	width: 270px;
}

.header-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 200px;
}

.header-info {
	display: none;
}

.nav,
.nav.fixed {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	left: 100%;
	top: 52px;
	height: -webkit-calc(100vh - 52px);
	height: -moz-calc(100vh - 52px);
	height: calc(100vh - 52px);
	position: fixed;
	width: 100%;
}

.nav.active {
	left: 0;
}

.nav .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;
	height: auto;
	padding-top: 40px;
}

.promo .container {
	padding-top: 100px;
	padding-bottom: 30px;
}

.promo-title {
	max-width: 100%;
}

.promo-bg {
	display: none;
}

.promo-btn-descr {
	width: 280px;
	left: 0;
	font-size: 14px;
	padding: 15px;
	top: -110px;
}

.promo-video {
	position: relative;
	bottom: 0;
	left: 30px;
	margin-top: 40px;
}

.promo-video__text {
	color: #0d122f;
}

.promo-btn {
	width: 300px;
}

.about .container {
	padding-top: 5px;
	-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;
}

.about-list {
	margin-top: 20px;
	width: 100%;
}

.about-item {
	width: 100%;
}

.work-bayer__image,
.work-features__image {
	margin-top: 15px;
	position: relative;
	width: 100%;
	left: auto;
	right: auto;
	height: auto;
}

.work-bayer__info,
.work-features__info {
	margin-top: 0;
	padding-top: 20px;
	min-height: auto;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}

.work-bayer__info:before,
.work-features__info:before {
	left: -100px;
	width: auto;
	right: -100px;
}

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

.spheres-item__text {
	padding: 20px;
	font-size: 17px;
}

.about-info {
	width: 100%;
}

.unique-list {
	margin-top: 20px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.unique-item {
	width: -webkit-calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: calc(50% - 5px);
}

.unique-item__num {
	display: none;
}

.unique-item__info {
	padding: 20px;
	min-height: auto;
}

.solutions-list {
	-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;
	margin-top: 10px;
}

.solutions-item {
	margin-top: 15px;
	width: 100%;
}

.btn {
	text-align: center;
	height: 50px;
}
.clients{
	background: #fff;
}
.clients .container {
	padding-top: 3px;
	-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;
}

.clients-info {
	width: 100%;
	padding-top: 0;
}

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

.clients-item {
	margin-left: 0;
	width: 30%;
}

.clients-item span {
	font-size: 14px;
	padding-left: 20px;
}

.stats-item__num {
	font-size: 40px;
}

.stats-item__descr b {
	font-size: 20px;
}

.stats-item__descr p {
	font-size: 14px;
}

.team .container {
	padding-bottom: 10px;
}

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

.write-title {
	max-width: 100%;
}

.write-item--empty {
	display: none;
}

.write-item {
	width: 100%;
}

.write-image {
	position: relative;
	right: 0;
	top: 15px;
	width: 100%;
}

.write-list {
	margin-top: 25px;
}

.connect .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;
}

.connect-info {
	width: 100%;
}

.infos-collumn {
	width: 100%;
}

.form {
	width: 100%;
	padding: 20px;
}

.infos-content {
	-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;
}

.footer .container {
	padding-top: 10px;
	padding-bottom: 20px;
}

.footer-top {
	width: 100%;
	-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-descr {
	background: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
}

.footer-collumn-1,
.footer-collumn-2,
.footer-collumn-3 {
	width: 100%;
	text-align: center;
}

.footer-nav-1,
.footer-nav-2 {
	width: 100%;
}

.footer-socials {
	margin-top: 25px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-time {
	left: 50%;
	top: 15px;
	margin-left: -50px;
}

.footer-collumn-2 {
	padding-top: 80px;
}

.links .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;
}

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

.promo-stats-descr {
	display: none;
}

.promo-stats {
	margin-top: 10px;
	width: 100%;
}

.promo-stat {
	max-width: 48%;
	margin-right: 0;
	min-width: 35%;
}

.promo-stat:first-child {
	margin-right: 4%;
}

.promo-stat:nth-child(3) {
	max-width: 100%;
}

.promo-stat__text {
	margin-top: -7px;
}

.about-2 .container:after,
.about-3 .container:after {
	display: none;
}

.about-title p {
	display: none!important;
}

.about-right {
	width: 100%;
	margin-top: 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-image {
	left: 0;
}

.about-btn-2 {
	margin-top: 20px;
}

.brands-controls a {
	width: 100%;
	background-position: 15px 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 30px 10px 70px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
}

.brands-dot__text {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: auto;
}
.header-logo img{
	display: none;
}
.header-logo .mobile{
	display: block;
}
.brands-dot__num {
	top: 15px;
	right: 15px;
}

.brands-controls {
	margin-top: 20px;
}

.brands-item {
	height: auto;
}

.brands-item span {
	font-size: 14px;
	padding-left: 20px;
}

.instruments .container {
	padding-top: 1px;
	padding-bottom: 5px;
}

.instruments-item {
	width: 100%;
}

.instruments-image {
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
}

.instruments-list {
	margin-top: 10px;
}

.instruments-item--empty {
	display: none;
}

.instruments-btn {
	right: -webkit-calc(50% - 35px);
	right: -moz-calc(50% - 35px);
	right: calc(50% - 35px);
	bottom: auto;
	top: 240px;
}

.instruments-item__info {
	margin-left: 10px;
}

.steps-title {
	position: relative;
	top: 0;
	left: 0;
}

.steps-list {
	margin: 20px 0 0;
}

.steps-main {
	margin-left: 0;
	height: auto;
	width: 100%;
}

.steps-line-1 {
	display: none;
}

.steps-main__text {
	margin-left: 20px;
}

.steps-item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.steps-main-2:before {
	display: none;
}

.steps-main-2 {
	margin-top: 20px;
}

.steps-line-2 {
	display: none;
}

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

.click .container {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.click-image {
	position: relative;
	max-width: 100%;
	left: 0;
}

.click-title {
	margin-top: 15px;
}

.click .container:after {
	left: -20px;
}

.click-btn {
	max-width: 100%;
}

.more-title {
	width: 100%;
}

.more-text {
	width: 100%;
	margin-top: 15px;
}

.more-top {
	-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;
}

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

.more-item {
	width: 460px;
	max-width: 100%;
}

.more-item__info {
	padding: 20px 15px;
}

.reviews-title {
	max-width: 100%;
	padding-right: 70px;
}

.reviews-slider-next {
	width: 60px;
}

.more .container {
	padding-bottom: 20px;
}

.reviews-slider {
	width: 100%;
}

.reviews-slide__image {
	max-width: 100%;
}

.reviews-slide__descr {
	margin-left: 15px;
	max-width: -webkit-calc(100% - 100px);
	max-width: -moz-calc(100% - 100px);
	max-width: calc(100% - 100px);
}

.reviews-slide__info {
	padding-bottom: 10px;
	padding-left: 30px;
	max-width: 100%;
}

.reviews-slide__logo {
	display: none;
}

.reviews-slider-wrapper {
	margin-top: 20px;
}

.calc-main {
	padding: 20px;
}

.calc-item__descr p {
	font-size: 12px;
}

.calc-item__radio b {
	font-size: 20px;
}

.calc-item__radio {
	padding-left: 35px;
	font-size: 14px;
}

.calc-metter {
	margin-top: 25px;
}

.calc-item__descr span {
	font-size: 20px;
	line-height: 26px;
}

.calc-slider-wrapper {
	width: 100%;
}

.calc-slider {
	width: 100%;
}

.calc-metter p {
	display: none;
}

.calc-other {
	padding: 20px;
}

.calc-btn {
	max-width: 100%;
}

.faq-image {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
	margin-top: 20px;
}

.faq-list {
	width: 100%;
}

.faq-item {
	padding: 20px;
}

.faq .container {
	padding-bottom: 1px;
}

.ease-tab {
	padding: 1px 15px 20px;
}

.ease-item__icon {
	margin-right: 20px;
}

.ease-item__info {
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
}

.ease-dots {
	margin-top: 20px;
	-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;
}

.ease-dot {
	width: 100%;
	height: 80px;
}

.reviews-slide__results {
	max-width: 100%;
}

.reviews-slide__results {
	height: auto;
	padding: 15px;
}

.click-image-2 {
	top: 0;
}

.click-3 .container {
	padding-right: 10px;
}

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

.about-title br {
	display: none;
}

.fancybox-close {
	right: 0;
	height: 30px;
	width: 30px;
}

.modal {
	width: 280px;
}

.form .send-btn {
	max-width: 100%;
}

.modal-messenger {
	padding-left: 40px;
}

.modal-left {
	padding: 20px;
}

.thanks-subtitle {
	font-size: 14px;
	margin-top: 20px;
}

.thanks-descr {
	margin-top: 40px;
	font-size: 12px;
}

.thanks {
	padding: 30px 20px;
}
.team-slider-next{
	top: -55px;
}
.team-slider-next{
	width: 60px;
	right: 0;
}
.team-title{
	padding-right: 70px;
}
.team-list-wrapper{
	margin: 10px auto -0 auto;
	max-width: 340px;
}
}

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

.spheres-item {
	width: 100%;
}

.unique-item {
	width: 100%;
}

.brands-item {
	width: 31%;
}

}

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

}

.gdpr {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: #4a3933;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	z-index: 10000000000;
}

.gdpr a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.agree_gdpr {
	position: relative;
	margin-top: 25px !important;
}

