@import url('/styles/mobile.css');

/*
 Theme Name: ERU 
 Author: L0k1 
 Text Domain: eru
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
	font-family: 'PT Sans', sans-serif;
}

input, textarea {
	font-family: 'PT Sans', sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}

::placeholder {
	text-transform: uppercase;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
	line-height: 25px;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
	margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
	quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
	content: '';
	content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
	margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:active,
a:focus,
input:focus {
	outline: none;
}

.cookies {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
	align-items: center;
	justify-content: space-between;
	background-color: #000;
	z-index: 10;
	box-sizing: border-box;
	transition: 0.5s ease;
}

.cookies .text {
	flex-shrink: 0;
	width: 80%;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

.cookies .text p {
	margin-bottom: 10px;
}

.cookies .cook-btn {
	font-size: 20px;
	line-height: 25px;
	padding: 10px 20px;
	background-color: #fff;
	text-align: center;
	color: #000;
	font-weight: 700;
	cursor: pointer;
	box-sizing: border-box;
}

.cookies .cook-btn:hover {
	border: 2px solid #fff;
	background-color: #000;
	color: #ffde00;
	padding: 8px 18px;
}

.businessLogos span img, .ourLogos span img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page_form {
	margin: 152px 0;
}

.page_form h1 {
	color: #000;
	font: normal 54px/92px 'helveticaneuecyrbold';
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 60px;
}

.page_form form {
	display: flex;
	flex-wrap: wrap;
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
}

.page_form .registration {
	width: 100%;
	max-width: 1024px;
}

.form .input_row {
	width: 100%;
	margin-bottom: 37px;
}

.form .input_row .req {
	color: #dc0000;
	margin: 0 0 0 30px;
}

.page_form .registration .registration_column {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1024px;
}

.page_form .registration .registration_column .input_column {
	width: calc(50% - 18px);
}

.page_form .error {
	display: flex;
	margin: 0 auto 37px auto;
	padding: 15px 30px;
	background: rgba(0, 128, 0, 0.47);
	max-width: 1024px;
	color: #FFF;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-transform: uppercase;
}

.page_form .error {
	border-color: red;
}

.page_form .input_row {
	position: relative;
}

.page_form .form input {
	padding-right: 50px;
}

.page_form .showInput,
.page_form .eye.hide {
	display: none;
}

.page_form .eye {
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 10;
	width: 25px;
	height: auto;
	cursor: pointer;
	opacity: 0.5;
}

.page_form .show-pass .showInput {
	display: inline;
}
.page_form .show-pass .hideInput {
	display: none;
}
.page_form .show-pass .eye.show {
	display: none;
}
.page_form .show-pass .eye.hide {
	display: inline;
}



.page_form .error::placeholder {
	color: #fff;
}

.page_form_popup {
	display: none;
	background: rgba(0, 0, 0, .25);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.page_form_popup.active {
	display: flex;
}

.page_form_popup .window {
	width: 774px;
	height: 527px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page_form_popup .window .title {
	font-family: 'helveticaneuecyrbold';
	font-size: 36px;
	line-height: 41px;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
}

.page_form_popup .window .message {
	font-family: 'helveticaneuecyrbold';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	margin-bottom: 90px;
}

.page_form_popup .window .button {
	width: 248px;
	height: 73px;
	left: 516px;
	top: 698px;
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'helveticaneuecyrbold';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}

.form input, .form textarea {
	height: 74px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	color: #000000;
	border: 1px solid #E9E9E9;
}

.form textarea {
	height: 200px;
	padding-top: 15px;
	box-sizing: border-box;
	height: 185px;
}

.form .buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.form .buttons .btn {
	width: calc(50% - 5px);
	box-sizing: border-box;
}

.page_form .registration .buttons {
	justify-content: center;
}

.page_form .registration .btn {
	width: 248px;
}

.form .forgot_link {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.col {
	border: 0px solid transparent;
	float: left;
	box-sizing: border-box;
	background-clip: padding-box !important;
}

/* 1. 12 Column Grid 0px - Infinity
-----------------------------------------------------------------------------

Span 1:    8.33333333333%
Span 2:    16.6666666667%
Span 3:    25.0%
Span 4:    33.3333333333%
Span 5:    41.6666666667%
Span 6:    50.0%
Span 7:    58.3333333333%
Span 8:    66.6666666667%
Span 9:    75.0%
Span 10:    83.3333333333%
Span 11:    91.6666666667%
Span 12:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) {
	.row {
		margin-left: -30px;
		position: relative;
		width: 1170px;
		*zoom: 1;
	}

	.row:before {
		content: '';
		display: table;
	}

	.row:after {
		content: '';
		display: table;
		clear: both;
	}

	.col {
		border-left-width: 30px;
		padding: 0 0px;
	}

	/* --- Gridpak variables ---*/
	/*
  Add your semantic classnames in alongside their corresponding spans here. e.g.

  .span_3,
  .my_semantic_class_name {
      ...
  }

  */
	.span_1 {
		width: 8.33333%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_2 {
		width: 16.66667%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_3 {
		width: 25%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_4 {
		width: 33.33333%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_5 {
		width: 41.66667%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_6 {
		width: 50%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_7 {
		width: 58.33333%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_8 {
		width: 66.66667%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_9 {
		width: 75%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_10 {
		width: 83.33333%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

	.span_11 {
		width: 91.66667%;
		border-left: 30px solid transparent;
		padding: 0 0px;
		margin-left: 0;
	}

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

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-save:before {
	content: "\e605";
}

.icon-close:before {
	content: "\e604";
}

.icon-down:before {
	content: "\e603";
}

.icon-phone:before {
	content: "\e600";
}

.icon-pin:before {
	content: "\e601";
}

.icon-send:before {
	content: "\e602";
}

.icon-mail:before {
	content: "";
	display: inline-block;
	background: url('data:image/svg+xml;utf8,<svg fill="rgb(193, 193, 193)" width="23" height="16" viewBox="0 0 23 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.5931 7.18119C10.7773 7.28866 10.9867 7.34528 11.1999 7.34528C11.4131 7.34528 11.6226 7.28866 11.8067 7.18119L22.3803 0.981199C22.3292 0.705508 22.1831 0.456423 21.9675 0.277186C21.7519 0.09795 21.4803 -0.000120422 21.1999 1.10973e-07H1.19993C0.919367 -6.86187e-05 0.647648 0.098172 0.432 0.277648C0.216351 0.457123 0.0704067 0.706487 0.0195312 0.982399L10.5931 7.18119Z" /> <path d="M13.1408 7.32666L12.2108 7.87106C11.9043 8.051 11.5554 8.14586 11.2 8.14586C10.8446 8.14586 10.4956 8.051 10.1892 7.87106L9.25917 7.32666L0.0131836 14.9775C0.0561221 15.2616 0.199442 15.521 0.417166 15.7085C0.63489 15.8961 0.912608 15.9994 1.19998 15.9999H21.2C21.4873 15.9994 21.7651 15.8961 21.9828 15.7085C22.2005 15.521 22.3438 15.2616 22.3868 14.9775L13.1408 7.32666Z" /> <path d="M0 13.9496L8.52479 6.89603L0 1.89844V13.9496Z" /><path d="M22.4 1.89844L13.8752 6.89603L22.4 13.9496V1.89844Z" /> </svg>');
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .4s ease-in-out;
}


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

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

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

body {
	font: normal 18px/1.5 'PT Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #082e41;
}

.yellowSection h1 {
	font: normal 124px/120px 'helveticaneuecyrbold';
	color: #000;
	text-transform: uppercase;
	position: relative;
	margin: 140px 0;
}

.yellowSection h1:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -70px;
	height: 7px;
	width: 0px;
	background: #000;
	-webkit-animation: line 1s 4s ease-out forwards;
	animation: line 1s 4s ease-out forwards;
}

.yellowSection h1.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.index2 .yellowSection h1 {
	margin: 100px 0;
}

@-webkit-keyframes default {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes default {
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes line {
	to {
		width: 160px;
	}
}

@keyframes line {
	to {
		width: 160px;
	}
}

.parallaxSection h2 {
	color: #fff;
	font: normal 74px/92px 'helveticaneuecyrlight';
	position: relative;
}

.parallaxSection h2:after {
	content: '';
	display: block;
	position: absolute;
	top: 45px;
	left: -100px;
	height: 3px;
	width: 70px;
	background: #ffde00;
}

.whiteSection h3,
.yellowSection h3 {
	font: normal 54px/92px 'helveticaneuecyrbold';
	color: #082e41;
	text-align: center;
	text-transform: uppercase;
}

.blueSection h3 {
	font: normal 54px/92px 'helveticaneuecyrbold';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #3d86c6;
}

.firstText {
	font-size: 24px;
	color: #000;
	margin: 40px 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 1200px;
	background: #ffde00;
}

section {
	box-sizing: border-box;
	overflow: hidden;
}

.mainHeader {
	height: 94px;
	min-width: 1370px;
	min-width: 1200px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: height .3s ease, background .5s ease;
	border-bottom: 1px solid #E9E9E9;
}

.headerLogo {
	display: block;
	float: left;
	position: relative;
	height: 94px;
	transition: height .3s ease;
}

.headerLogo img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logoImg {
	transition: all .3s ease;
}

.smallHeader .mainHeader {
	height: 60px;
	background: #fff;
}

.smallHeader .mainHeader:hover {
	background: white;
}

.smallHeader .headerLogo {
	height: 60px;
}

.smallHeader .headerLogo .logoImg {
	width: 130px;
}

.centered {
	width: 1170px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.yellowSection {
	background: #ffde00;
	padding-bottom: 120px;
	position: relative;
}

.startSlide {
	padding-top: 94px;
}

.parallaxSection {
	overflow: hidden;
	background: #000 url(../imgs/parallax_bg.jpg) center top no-repeat fixed;
	padding: 213px 0;
	background-size: cover;
	position: relative;
	border-bottom: 2px solid #ffde00;
}

.parallaxSection.ukr h2 {
	font-size: 65px;
}

.parallaxSection .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(8, 46, 65, 0.4);
	pointer-events: none;
	top: 0;
	left: 0;
	z-index: 2;
}

.parallaxSection .centered {
	z-index: 3;
}

#bgvid {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: #000 url(../imgs/parallax_bg.jpg) center top no-repeat fixed;
	background-size: cover;
}

.whiteSection {
	overflow: hidden;
	background: #fff;
}

.blueSection {
	background: #082e41;
	overflow: hidden;
	padding: 30px 0 50px;
}

.map {
	text-align: center;
}

.map img {
	vertical-align: top;
}

.businessLogos {
	width: 100%;
	height: 90px;
	border-top: 1px solid #1f4c63;
	border-bottom: 1px solid #1f4c63;
	text-align: center;
	margin: 50px 0;
}

.businessLogos span {
	display: inline-block;
	height: 90px;
	margin: 0 40px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 110px;
}

.countries {
	display: flex;
	flex-wrap: wrap;
}

.countryDescr {
	flex: 1 1 30%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 12px 35px 0 12px;
	min-height: 305px;
	box-sizing: border-box;
}

.countryDescr:first-child {
	flex-basis: 60%;
	flex-grow: 2;
	padding-right: 165px;
}

.countryDescr .title {
	color: #FFCB05;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 700;
	font-family: 'PT Sans', sans-serif;
	width: 90%;
}

.countryDescr p {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

.contacts,
.theMap {
	height: 500px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all .4s ease-in-out;
	position: relative;
}

.footerHolder {
	height: 500px;
	overflow: hidden;
	background: #000;
}

.footerHolder.openedMap .theMap,
.footerHolder.openedMap .contacts {
	-webkit-transform: translate3d(0, -100%, 0) !important;
	transform: translate3d(0, -100%, 0) !important;
}

.footerHolder.openedMap .contacts {
	opacity: 0;
}

.ie .footerHolder.openedMap .theMap,
.ie .footerHolder.openedMap .contacts {
	margin-top: -205px;
}

.ie8 .span_1 {
	width: 8.33333333333%;
}

.ie8 .span_2 {
	width: 16.6666666667%;
}

.ie8 .span_3 {
	width: 25.0%;
}

.ie8 .span_4 {
	width: 33.3333333333%;
}

.ie8 .span_5 {
	width: 41.6666666667%;
}

.ie8 .span_6 {
	width: 50.0%;
}

.ie8 .span_7 {
	width: 58.3333333333%;
}

.ie8 .span_8 {
	width: 66.6666666667%;
}

.ie8 .span_9 {
	width: 75.0%;
}

.ie8 .span_10 {
	width: 83.3333333333%;
}

.ie8 .span_11 {
	width: 91.6666666667%;
}

.ie8 .span_12 {
	width: 100%;
}

.ie8 .ourLogos {
	display: table;
	position: relative;
}

.ie8 .ourLogos span {
	display: table-row;
}

.ie8 .ourLogos span figure {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ie8 .ourLogos span img {
	position: relative;
	top: auto;
	left: auto;
	vertical-align: middle;
	display: inline;
	text-align: center;
}

.ie8 .headerLogo img {
	top: 16px;
}

.btn {
	display: inline-block;
	padding: 0 60px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	border: 0;
	box-shadow: none;
	font-family: 'PT Sans', sans-serif;
}

.btn span {
	display: block;
	text-align: center;
	height: 50px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all .4s ease-in-out;
}

.btn span.icon-save {
	font-size: 26px;
}

.btn span:before {
	vertical-align: middle;
	line-height: 50px;
}

.btn:focus {
	outline: none;
}

.btn.blue {
	color: #fff;
	background: #082e41;
}

.btn.gray {
	color: #fff;
	background: #292929;
	padding: 0;
}

.btn:hover span {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.closeBtn {
	width: 80px;
	height: 50px;
	text-align: center;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
	font-family: 'PT Sans';
	font-size: 42px;
	text-transform: uppercase;
	cursor: pointer;
}

.mainMenu {
	float: right;
	display: block;
	padding: 0;
	margin: 0 94px 0 0;
	list-style: none;
	position: relative;
	font-size: 14px;
}

.mainMenu li {
	float: left;
	position: relative;
}

.mainMenu li a,
.mainMenu li span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	height: 94px;
	color: #000;
	transition: all .3s ease;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 998;
	background: #fff;
	box-sizing: border-box;
}

.mainMenu a:first-letter {
	text-transform: uppercase;
}

.mainMenu a.mPS2id-highlight {
	background: #ffde00;
}

.mainMenu li:hover, .mainMenu li a:hover, .mainMenu li:hover a, .mainMenu li:hover span, .mainMenu li span, .mainMenu li .active {
	background: #ffde00;
}

.smallHeader li a, .smallHeader li span {
	height: 60px;
}

.smallHeader li.active a {
	background: rgba(255, 222, 0, 0.95);
}

/*.subMainMenuBg {*/
/*	height: 40px;*/
/*	display: flex;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	bottom: -40px;*/
/*	width: 100%;*/
/*	background: #E9E9E9;*/
/*	z-index: 998;*/
/*}*/

.subMainMenu {
	position: absolute;
	top: -200%;
	width: 100%;
	z-index: 0;
	transition: all ease 500ms;
}

.mainMenu li:hover .subMainMenu {
	z-index: 999;
	top: 94px;
}

.smallHeader li:hover .subMainMenu {
	top: 60px;
}

.mainMenu li .subMainMenu a, .mainMenu li .subMainMenu span {
	width: 100%;
	font-weight: normal;
	background: #082e41;
	color: #fff;
}

.mainMenu li .subMainMenu a:hover, .mainMenu li .subMainMenu span {
	background: #ffde00;
	color: #000;
}

.langs {
	position: absolute;
	top: 136px;
	right: 42px;
	white-space: nowrap;
	display: flex;
	transition: all ease 300ms;
	background: #fff;
	border: 2px solid transparent;
}

.langs span,
.langs a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 47px;
	height: 29px;
	text-transform: uppercase;
	color: #082e41;
	position: relative;
	border: 2px solid transparent;
}

.langs span {
	border: 2px solid #ffde00;
	background: #fff;
}

/*.langs span:after {*/
/*	background: #ffde00;*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	bottom: 32px;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	height: 3px;*/
/*	transition: all .3s ease;*/
/*}*/

.user_btn {
	width: 94px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all ease 300ms;
}

.user_btn svg {
	width: 30px;
	height: 30px;
}

.user_btn:hover {
	background: #ffde00;
}

.smallHeader .user_btn {
	height: 60px;
}

.smallHeader .langs {
	top: 94px;
}

.smallHeader .langs span,
.smallHeader .langs a {
	line-height: 60px;
}

.smallHeader .langs span:after,
.smallHeader .langs a:after {
	bottom: 15px;
}

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

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

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

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

.es_tables {
}

.es_tables p {
	display: flex;
	padding-right: 30px;
}

.es_tables p:before {
	content: '';
	content: url(/imgs/flash.svg);
	display: inline-block;
	margin-right: 3px;
}

.gs_tables {
}

.gs_tables p {
	display: flex;
	padding-right: 30px;
}

.gs_tables p:before {
	content: '';
	content: url(/imgs/flame.svg);
	display: inline-block;
	margin-right: 3px;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		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% {
		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% {
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		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% {
		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% {
		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);
	}
}

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

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

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

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

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

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		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);
	}
}

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

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		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;
	}
}

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

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		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);
	}
}

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

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		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;
	}
}

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

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		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;
	}
}

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

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		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;
	}
}

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

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		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);
	}
}

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

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

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		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);
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

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

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

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		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);
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

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

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		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);
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

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

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

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

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		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;
	}
}

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

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

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		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;
	}
}

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

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

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

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

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

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

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		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;
	}
}

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

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

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		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;
	}
}

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

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

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		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;
	}
}

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

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

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		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;
	}
}

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

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

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		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;
	}
}

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

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

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		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;
	}
}

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

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

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		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;
	}
}

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

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

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		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;
	}
}

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

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

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		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;
	}
}

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

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

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		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;
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		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;
	}
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

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

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

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		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);
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		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);
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		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);
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		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);
	}
}

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

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		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);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		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;
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		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;
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		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);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

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

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

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

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

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

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

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

.logoImg {
	width: 198px;
	height: 59px;
}

html:not(.ie) .js-h1 div {
	white-space: nowrap;
}

html:not(.ie) .js-h1 div > span > span {
	display: inline-block;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

html:not(.ie) .js-h1 div > span > span > span {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
	-webkit-animation: OpeningSequence .6s ease-out forwards;
	animation: OpeningSequence .6s ease-out forwards;
}

html:not(.ie) .js-h1 div:nth-child(1) span > span > span {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

html:not(.ie) .js-h1 div:nth-child(2) span > span > span {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

html:not(.ie) .js-h1 div:nth-child(3) span > span > span {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
}

html:not(.ie) .js-h1 span > span > span {
	-webkit-animation: FadeIn 3s linear 30s forwards;
	animation: FadeIn 3s linear 30s forwards;
}

.js-h1 {
	z-index: 10;
}

.js-h1 div {
	white-space: nowrap;
}

@-webkit-keyframes OpeningSequence {
	0% {
		letter-spacing: 80px;
		opacity: 0.2;
	}
	50% {
		letter-spacing: 14px;
		opacity: 0.8;
	}
	85% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
		pointer-events: none;
	}
}

@keyframes OpeningSequence {
	0% {
		letter-spacing: 80px;
		opacity: 0.2;
	}
	50% {
		letter-spacing: 14px;
		opacity: 0.8;
	}
	85% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
		pointer-events: none;
	}
}

@-webkit-keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.8;
	}
}

@keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.8;
	}
}

.ourLogos {
	*zoom: 1;
}

.ourLogos:before {
	content: '';
	display: table;
}

.ourLogos:after {
	content: '';
	display: table;
	clear: both;
}

.ourLogos span {
	display: block;
	float: left;
	width: 145px;
	height: 145px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #3d86c6;
	box-shadow: 0 0 0 6px #fff;
	border-radius: 50%;
	margin-right: 40px;
	overflow: hidden;
	position: relative;
}

.employee {
	position: relative;
	overflow: hidden;
	margin-bottom: 75px;
}

.employee p {
	margin: 2em 0;
}

.employee figure {
	height: 380px;
	overflow: hidden;
	position: relative;
	width: 330px;
}

.employee figure img {
	transition: all .3s ease;
}

.employee figure:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(imgs/frame.png);
	z-index: 10;
}

.employee:hover figure img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.employee header {
	padding-bottom: 20px;
}

.employee header h1 {
	margin: 0;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
}

.employee header .expearence {
	font-style: italic;
}

.employee header strong {
	color: #000;
	font-style: normal;
}

.employee footer {
	padding: 15px 0;
	position: relative;
}

.employee footer a {
	font-weight: bold;
	display: block;
}

.employee footer .phone {
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

.career .content {
	column-count: 2;
	column-gap: 28px;
	padding: 28px 0;
}

.career .content p {
	margin: 0 0 28px 0;
}

.career .link {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
}

.safari .employee figure:before {
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	width: 100%;
	height: 381px;
	background: url(imgs/frame.png);
	z-index: 10;
}

#firstSlideSvg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -50%;
	right: -50%;
	z-index: 1;
}

#firstSlideSvg path {
	stroke: #ddc000;
}

.pressCenter {
	text-align: center;
	padding: 90px 0 165px;
}

.pressCenter h3 {
	margin-bottom: -15px;
}

.pressCenter .address {
	margin: 45px 0;
	color: #000;
	font-weight: bold;
}

.haveQ {
	color: #082e41;
	margin-bottom: 40px;
}

.contacts {
	text-align: center;
	padding-bottom: 80px;
}

.contacts h3 {
	margin: 100px 0 40px;
	line-height: 1;
}

.contacts .haveQ {
	text-align: center;
	color: #c1c1c1;
}

.contactsLinks a {
	text-align: center;
	display: inline-block;
	color: #fff;
}

.contactsLinks a span {
	display: block;
}

.contactsLinks a .icon {
	color: #c1c1c1;
	font-size: 24px;
	display: block;
	transition: all .4s ease-in-out;
}

.contactsLinks a .linkText {
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	line-height: 22px;
	display: inline-block;
	padding-top: 6px;
}

.contactsLinks a.addressLink {
	/*border-bottom: 1px solid #fff;*/
	margin-left: 39px;
}

.contactsLinks a.addressLink .coords {
	display: none;
	text-align: left;
	overflow: hidden;
	opacity: 0;
	height: 0;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	transition: all .2s ease;
}

.contactsLinks a.addressLink .coords strong {
	font-weight: 100;
	color: rgba(255, 255, 255, 0.48);
}

/*.contactsLinks a:hover .coords {*/
/*	-webkit-transform: translate3d(0, 0, 0);*/
/*	transform: translate3d(0, 0, 0);*/
/*	opacity: 1;*/
/*	height: 25px;*/
/*	margin: 4px 0;*/
/*}*/

.contactsLinks a:hover .icon-pin {
	color: #f91f4e;
	color: #ffde00;
}

.contactsLinks a:hover .icon-phone {
	color: #ff6d1f;
	color: #ffde00;
}

.contactsLinks a:hover .icon-send {
	color: #1deb53;
	color: #ffde00;
}

.contactsLinks a:hover .icon-mail:before {
	background: url('data:image/svg+xml;utf8,<svg fill="rgb(255, 222, 0)" width="23" height="16" viewBox="0 0 23 16" xmlns="http://www.w3.org/2000/svg"><path d="M10.5931 7.18119C10.7773 7.28866 10.9867 7.34528 11.1999 7.34528C11.4131 7.34528 11.6226 7.28866 11.8067 7.18119L22.3803 0.981199C22.3292 0.705508 22.1831 0.456423 21.9675 0.277186C21.7519 0.09795 21.4803 -0.000120422 21.1999 1.10973e-07H1.19993C0.919367 -6.86187e-05 0.647648 0.098172 0.432 0.277648C0.216351 0.457123 0.0704067 0.706487 0.0195312 0.982399L10.5931 7.18119Z" /> <path d="M13.1408 7.32666L12.2108 7.87106C11.9043 8.051 11.5554 8.14586 11.2 8.14586C10.8446 8.14586 10.4956 8.051 10.1892 7.87106L9.25917 7.32666L0.0131836 14.9775C0.0561221 15.2616 0.199442 15.521 0.417166 15.7085C0.63489 15.8961 0.912608 15.9994 1.19998 15.9999H21.2C21.4873 15.9994 21.7651 15.8961 21.9828 15.7085C22.2005 15.521 22.3438 15.2616 22.3868 14.9775L13.1408 7.32666Z" /> <path d="M0 13.9496L8.52479 6.89603L0 1.89844V13.9496Z" /><path d="M22.4 1.89844L13.8752 6.89603L22.4 13.9496V1.89844Z" /> </svg>');
	background-repeat: no-repeat;
	background-position: center;
}

.border {
	height: 1px;
	background: #c1c1c1;
}

.error {
	background: rgba(215, 85, 15, 0.5) !important;
}

.success {
	display: none;
	margin: 0 auto 37px auto;
	padding: 15px 30px;
	background: rgba(0, 128, 0, 0.47);
	max-width: 1024px;
	color: #FFF;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-transform: uppercase;
}

.success.successed {
	display: flex;
}

.successHolder {
	height: 0;
	transition: all .2s ease;
}

.successHolder.successed {
	height: 74px;
	margin-bottom: 37px;
}

.mobile .centered {
	padding: 0 20px;
}

.showMore {
	display: inline-block;
	font-family: 'PT Sans';
	margin: 0 3px;
	font-weight: bold;
}

#frontmen {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	height: 21px;
}

/****************/

.index-news-item {
	margin-bottom: 30px;
}

.index-news-item .document_icon svg {
	width: 30px;
	height: 30px;
	fill: #c1c1c1;
}

.index-news-item_title {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-align: left;

}

.index-news-item_title a {
	color: #000;
	display: block;

}

.index-news-item:hover .index-news-item_title a {
	color: #3D86C6;
}

.index-news-item .descr {
	color: #c1c1c1;
	margin: 10px 0;
	padding-right: 20px;
	text-align: left;
}

.index-news-item .author,
.post-author {
	color: #082e41;
	font-style: italic;
	text-align: left;
	margin-bottom: 15px;
}

.index-news-item time,
.time {
	color: #959595;
	display: block;
	text-align: left;
	margin-bottom: 35px;
	position: relative;

}

.index-news-item time:after,
.time:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #e1e1e1;
}

.page-title {
	color: #082e41;
	font-size: 54px;
	font-weight: bold;
	margin: 100px 0 40px;
	line-height: 100%;
}

.default-content-wrapper,
.mobile .default-content-wrapper {
	padding-top: 70px;
}

.inner-page {
	background: #fff;
}

.breadcrumbs ul {
	position: absolute;
	top: 50px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs ul li {
	color: #959595;
	font-size: 14px;
	float: left;
	position: relative;


}

.breadcrumbs ul li:not(:first-child) {
	padding-left: 18px;
}

.breadcrumbs ul li:not(:first-child):before {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	background: #959595;
	margin: 0 7px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;

}

.breadcrumbs ul li a {
	color: #3d86c6;
}

.breadcrumbs img {
	margin-top: 2px;
	width: 15px;
	height: 15px;
}

.news-rollover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	/*background: #082e41;*/
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.newsitems {
	position: relative;
	padding: 18px 0 25px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: padding .2s ease;
	-moz-transition: padding .2s ease;
	-o-transition: padding .2s ease;
	transition: padding .2s ease;
}

.newsitems time,
.newsitems .index-news-item_title,
.newsitems .author,
.newsitems .descr {
	z-index: 2;
	position: relative;

}


.newsitems:hover * {
	/*color: #fff!important;*/
	opacity: 1;
}

.newsitems:hover {
	/*padding-left: 10px;*/
}

.documents .newsitems {
	height: auto;
}

.blog .newsitems {
	height: auto;
	display: flex;
	width: 100%;
}

.blog .visual {
	flex-shrink: 0;
	width: 300px;
	margin: 0 30px 0 0;
}

.blog .visual img {
	width: 100%;
	height: auto;
}

.boxLink {
	cursor: pointer;

}

.paging {
	list-style: none;
	padding: 0;
	margin: 60px 0;
}

.paging li {
	width: 32px;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border: 1px solid #e1e1e1;
	text-align: center;
	line-height: 32px;
	color: #CACACA;
}

.paging li.next {
	width: auto;
	padding: 0 10px;
}

.back-link-holder {
	display: inline-block;
	padding: 0 10px;
	margin: 30px 0;

	border: 1px solid #e1e1e1;
}

.paging li.next a {
	padding-right: 60px;
	background: url(/imgs/arr_right.png) no-repeat center right;
	width: auto;
}

.paging li.prev {
	width: auto;
	padding: 0 10px;
}

.paging li.prev a {
	padding-left: 60px;
	background: url(/imgs/arr_left.png) no-repeat center left;
	width: auto;
}

.paging a {
	display: block;
	width: 100%;
	height: 100% !important;
	line-height: 32px !important;
	color: #082e41;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;

}

.clearfix:after {
	clear: both;
}

.visual img {
	min-width: 100%;
}

.visual {
	margin: 35px -30px;
}

.post p {
	max-width: 880px;
}

.post {
	padding-bottom: 40px;
}

.post .visual {
	margin: 0;
	width: 300px;
}

.post .visual img {
	width: 100%;
	height: auto;
}

.sub-title {
	font-weight: bold;
	color: #082e41;

}

.post h2,
.post h3,
.post h4 {
	color: #082e41;
	max-width: 880px;
}

/*-Share icons in News-*/
.eru-news-share {
	padding-bottom: 3px;
}

.eru-news-share span {
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	padding-right: 28px;
	color: black;
}

.eru-news-share a {
	padding-right: 28px;
}

.eru-news-share a:last-child {
	padding-right: 2px;
}

.post .flex-for-share {
	display: flex;
	justify-content: space-between;
}

.back-link {
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #082e41;
	display: inline-block;
	padding-left: 60px;
	background: url(/imgs/arr_left.png) no-repeat center left;
	width: auto;
}

.unlinked_source {
	color: #aaa;
}

.law {
	padding: 0;
	list-style-type: none;
}

.law li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 40px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.law li p {
	margin: 0;
	padding: 0;
}

.law h3 {
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: normal;
	line-height: 1.2;
}

.law a {
	display: flex;
	margin-bottom: 10px;
	line-height: 1.3 !important;
	height: auto !important;
}

.away-links {
	padding: 0;
}

.away-links li {
	display: inline-block;
	width: 50%;
	margin-bottom: 7px;
}

.away-links li p {
	margin: 0;
	padding: 0;
}

.away-links a {
	display: flex;
	margin-bottom: 10px;
	line-height: 1.3 !important;
	height: auto !important;
}

.gas-delivery__btns {
	padding-top: 85px;
}

.gas-delivery__btn {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	padding: 30px;
	box-sizing: border-box;
	width: 50%;
	background: #ffde00;
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border-radius: 0 50px 0 0;
	transition: all 0.15s linear;
}

.gas-delivery__item {
	padding-bottom: 80px;
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: all 0.3s ease;
}

.gas-delivery__item.active {
	display: block;
	opacity: 1;
	visibility: visible;
}

.gas-delivery__btn:hover,
.gas-delivery__btn.active {
	background: #959595;
	color: #ffffff;
}

.price-table-wrapper {
	width: 100%;
	overflow: auto;
	box-shadow: 0 0 16px -6px rgba(0, 0, 0, .5);
}

.prices-table {
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
	background-color: #fff;
}

.prices-table tr td {
	padding: 7px 5px;
	width: auto !important;
	border: 1px solid #ddd;
	text-align: center;
}

.prices-table tr:first-of-type td {
	font-weight: 900;
	padding: 10px;
}

.prices-table tr:nth-of-type(2n) {
	background: #fafafa;
}

.info-panel {
	display: none;
}

.mobile_menu {
	display: none;
}

.mobile_menu_popup {
	display: none;
}

.page_not_found {
	margin-bottom: 50px;
}

.index-news-holder .row {
	display: flex;
	flex-wrap: wrap;
}

.authorization_required {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'PT Sans', sans-serif;
}

.bns_main {
	padding: 31px 0 54px 0;
}

.bns_main .header_section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid rgba(0, 0, 0, 0.44);
	padding: 0 0 14px 0;
}

.bns_main .header_section .title {
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #000000;
	width: 50%;
}

.bns_main .header_section .column {
	width: 50%;
	font-size: 13px;
	line-height: 120%;
	color: #000000;
	display: flex;
	align-items: flex-end;
}

.bns_main .header_section .column .text {
	width: 50%;
	font-weight: bold;
	font-size: 16px;
}

.bns_main .header_section .column .text:first-of-type {
	padding-right: 30px;
	box-sizing: border-box;
}

.bns_main .content_section {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.bns_main .content_section .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
}

.bns_main .content_section .column {
	width: 50%;
}

.bns_main .content_section .column .values {
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 30px;
	line-height: 120%;
	text-transform: uppercase;
	color: #000000;
}

.bns_main .content_section .column .values img {
	margin-right: 33px;
}

/*New big top button*/
.gas-top-button {
	position: absolute;
	display: block;
	top: 22px;
	right: 94px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #0a2e40;
	padding: 15px 20px;
	animation: gas-grad 2s linear infinite;
}
/*.gas-top-button:hover {*/
/*	transition: none;*/
/*	color: #0a2e40 !important;*/
/*	background-color: #fff;*/
/*	border: 2px solid #0a2e40;*/
/*	padding: 13px 18px;*/
/*}*/
.smallHeader .gas-top-button {
	top: 3px;
}
.mobile_menu_popup .mobileMenu .gas-top-button {
	position: static;
	display: block;
	width: 260px;
	margin-top: 50px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
}

@keyframes gas-grad {
	from {
		background-color: #0a2e40;
	}
	50% {
		background-color: #ffde00;
	}
	to {
		background-color: #0a2e40;
	}
}

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

	.mob-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.default-content-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mainHeader .gas-top-button {
		display: none;
	}

	.mobile_menu {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 35px;
		height: 60px;
		position: absolute;
		right: 35px;
		transition: all ease 300ms;
	}

	.mobileMenu .logoImg {
		width: 110px;
		margin-bottom: 20px;
	}

	.mobileMenu .close {
		position: absolute;
		top: 20px;
		right: 25px;
		width: 25px;
	}

	.mobile_menu_popup {
		display: flex;
		position: fixed;
		top: -100%;
		right: 0;
		width: 475px;
		height: 700px;
		background: #fff;
		z-index: 0;
		opacity: 0;
		padding: 60px 0 0 50px;
		transition: all ease 500ms;
	}

	.mobile_menu_popup .logoImg {
		display: none;
	}

	.mobile_menu_popup.active {
		display: flex;
		opacity: 1;
		z-index: 9999;
		top: 0;
	}

	.mobile_menu_popup .mobileMenu {
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0 0 0 20px;
		width: 100%;
		list-style-type: none;
	}

	.mobile_menu_popup .mobileMenu a, .mobile_menu_popup .mobileMenu span {
		display: flex;
		text-transform: uppercase;
		font-family: helveticaneuecyrbold;
		color: #000;
		margin-bottom: 5px;
	}

	.mobile_menu_popup .mobileMenu .subMainMenu {
		position: unset;
		display: flex;
		flex-direction: column;
		margin: 0 0 10px 15px;
	}

	.mobile_menu_popup .mobileMenu .subMainMenu a, .mobile_menu_popup .mobileMenu .subMainMenu span {
		font-family: helveticaneuecyrlight;
		margin-bottom: 5px;
		color: #3d86c6;
		text-transform: unset;
	}

	.mobile_menu svg {
		width: 35px;
	}

	.headerLogo img {
		width: 110px;
		top: 0;
		transform: none;
	}

	.user_btn {
		width: 30px;
		right: 85px;
		height: 60px;
		background: #fff;
	}

	.langs {
		top: 15px;
		right: 125px;
	}

	.smallHeader .langs {
		top: 15px;
	}

	.langs span, .langs a {
		width: 35px;
		height: 25px;
	}

	.mainHeader {
		width: 100%;
		min-width: 100%;
		height: 60px;
		padding-left: 20px;
	}

	.centered {
		width: 100%;
		box-sizing: border-box;
	}

	.mainMenu {
		display: none;
	}

	.yellowSection {
		padding-bottom: 50px;
	}
}


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

}

@media screen and (max-width: 1024px) {
	.mainHeader {
		width: 100%;
		max-width: 100%;
	}

	.ourLogos {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: auto;
	}

	.ourLogos span {
		margin-right: 20px;
		width: 150px;
		height: 150px;
	}
}

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

	.cookies {
		flex-direction: column;
		align-items: stretch;
	}

	.cookies .text {
		width: auto;
		margin-bottom: 20px;
	}

	.mobile_menu_popup {
		display: flex;
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 0;
		overflow-y: auto;
		opacity: 0;
		transition: all ease 500ms;
		padding: 0;
	}
	.mobile_menu_popup .logoImg {
		display: inline;
	}

	body {
		min-width: 100%;
	}

	.smallHeader .headerLogo .logoImg {
		width: 110px;
	}

	.smallHeader .langs {
		top: 15px;
	}

	.smallHeader .mobile_menu {
		height: 60px;
	}

	.yellowSection {
		padding-bottom: 40px;
	}

	.page_form h1,
	.yellowSection h1 {
		font: normal 35px/45px 'helveticaneuecyrbold';
	}

	.yellowSection h1 {
		margin: 0;
	}

	.yellowSection h1:after {
		bottom: -25px;
	}

	.page_form h1 {
		margin-bottom: 25px;
	}

	.ourLogos span {
		margin-right: 20px;
		width: 150px;
		height: 150px;
	}

	.parallaxSection {
		padding: 0;

	}

	.parallaxSection h2 {
		font: normal 35px/45px 'helveticaneuecyrlight';
		margin: 0;
		padding: 30px 0;
	}

	.parallaxSection.ukr h2 {
		font: normal 35px/45px 'helveticaneuecyrlight';
		padding: 30px 0;
	}

	.blueSection h3 {
		font: normal 35px/45px 'helveticaneuecyrbold';
	}

	.map img {
		width: 100%;
	}

	.businessLogos {
		height: auto;
	}

	.row {
		width: 100%;
		margin: 0;
	}

	.span_3, .span_4, .span_6, .span_8 {
		width: 100%;
		border-left: 0;
		padding-top: 20px;
	}

	.contactsLinks a.addressLink {
		margin-top: 20px;
		margin-left: 0;
		border-bottom: 0;
	}

	.blueSection {
		padding: 0;
	}

	.blueSection h3 {
		margin: 40px 0 20px 0;
	}

	.footerHolder, .contacts, .theMap {
		height: auto;
	}

	#zeema {
		position: unset;
		margin-top: 20px;
		display: inline-block;
		transform: unset;
	}

	#zeema .text {
		font-size: 14px;
	}

	.employee figure {
		margin: 0;
		height: 200px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.employee {
		margin-bottom: 50px;
	}

	.employee header {
		padding: 20px 0;
		text-align: center;
	}

	.employee figure:before {
		display: none;
	}

	.whiteSection h3 {
		font: normal 25px/35px 'helveticaneuecyrbold';
	}

	.breadcrumbs ul {
		position: unset;
	}

	.career .content {
		column-count: 1;
	}

	.page-title {
		font: normal 25px/35px 'helveticaneuecyrbold';
		margin: 35px 0;
		text-transform: uppercase;
	}

	h3 {
		margin: 0;
	}

	.index-news-item_title {
		margin-top: 10px;
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 100%;
	}

	.newsitems {
		padding: 0;
	}

	.away-links li {
		display: inline-block;
		width: 100%;
		margin-bottom: 0;
	}

	.centered .centered {
		padding: 0;
	}

	.law li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0;
	}

	.index-news-item time:after, .time:after {
		bottom: -7px;
	}

	.index-news-item time, .time {
		margin-bottom: 25px;
	}

	.newsitems {
		height: auto;
	}

	.paging {
		margin: 25px 0 50px 0;
	}

	.paging li.prev a {
		padding-left: 20px;
	}

	.paging li.next a {
		padding-right: 20px;
	}

	.col {
		border: 0;
	}

	.blog .newsitems {
		flex-wrap: wrap;
	}

	.blog .visual {
		width: 100%;
		height: 250px;
		margin: 0 0 30px 0;
		display: block;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.blog .index-news-item {
		margin-bottom: 50px;
	}

	.page_form {
		margin: 0 0 50px 0;
		padding: 0 20px;
	}

	.page_form .registration .registration_column {
		flex-wrap: wrap;
	}

	.page_form .registration .registration_column .input_column {
		width: 100%;
	}

	.page_form .registration .btn {
		width: 100%;
		margin-top: 37px;
	}

	.form input {
		height: 50px;
	}

	.form .input_row {
		margin-bottom: 25px;
	}

	.form .buttons {
		width: 100%;
	}

	.form textarea {
		height: 125px;
	}

	.haveQ {
		margin-bottom: 0;
	}

	.paging span {
		display: none;
	}

	.page_not_found .default-content-wrapper {
		padding-top: 0;
	}

	.contactsLinks a.addressLink .coords {
		display: none;
	}

	.firstText {
		font: normal 17px/1.5 'PT Sans', sans-serif;
	}

	.contactsLinks {
		padding-bottom: 50px;
	}

	.bns_main {
		padding: 50px 0;
	}

	.bns_main .header_section {
		flex-wrap: wrap;
		border: 0;
	}

	.bns_main .header_section .title {
		width: 100%;
	}

	.bns_main .header_section .column {
		width: 100%;
		flex-wrap: wrap;
	}

	.bns_main .header_section .column .text {
		width: 100%;
		margin: 35px 0 0 0;
	}

	.bns_main .content_section {
		flex-wrap: wrap;
		margin-top: 35px;
	}

	.bns_main .content_section .title {

	}

	.bns_main .content_section .column {
		width: 100%;
		margin-top: 15px;
	}

	.bns_main .content_section .column .values {
		font-size: 18px;
	}

	.bns_main .content_section .column .values img {
		margin-right: 33px;
	}

	.gs_tables, .gs_tables tbody, .gs_tables tr, .gs_tables td {
		display: flex;
		flex-wrap: wrap;
		width: 100% !important;
	}

	.es_tables, .es_tables tbody, .es_tables tr, .es_tables td {
		display: flex;
		flex-wrap: wrap;
		width: 100% !important;
	}

	.theMap {
		display: none;
	}

	#contacts .contactsLinks {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#contacts .contactsLinks > div {
		width: 100%;
		margin: 0 0 25px 0;
		padding: 0 10px 0 10px;
	}

	.contactsLinks .mob-tel-flex {
		display: flex;
		flex-direction: column;
	}

	.countries {
		display: block;
	}

	.countryDescr,
	.countryDescr:first-child {
		min-height: unset;
		padding: 30px 20px;
	}

	.page_form .eye {
		top: 13px;
	}

}

@media screen and (max-width: 700px) {
	.ourLogos span {
		margin-right: 20px;
		width: 70px;
		height: 70px;
	}
	.ourLogos {
		/*flex-wrap: wrap;*/
	}
	.ourLogos span img {
		width: 90%;
	}

}

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

	.cookies {
		padding: 10px 15px;
	}

	.cookies .text {
		font-size: 12px;
		line-height: 15px;
	}

}

@media screen and (max-width: 375px) {
	.post .flex-for-share {
		flex-direction: column;
	}

	.post .flex-for-share .eru-news-share {
		padding-top: 5px;
	}

	.ourLogos {
		justify-content: space-around;
	}
	.ourLogos span {
		margin-right: 10px;
	}
	.ourLogos span:last-child {
		margin: 0;
	}
	.ourLogos div {
		padding-top: 20px;
	}

	.page_form .form input {
		padding: 0 15px;
	}

	.page_form .eye {
		right: 15px;
	}
}