@import url('/web/fonts/fonts.css');

@charset "utf-8";

.fa-lg {
	font-size: 1.4em
}

.fa-2x {
	font-size: 1.8em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul > li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

:focus {
	outline: 0
}

body {
	line-height: 1;
	color: #000;
	background: #fff
}

ol, ul {
	list-style: none
}

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

caption, th, td {
	text-align: left;
	font-weight: 400
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}

blockquote, q {
	quotes: "" ""
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td, th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.container:before, .container:after, .row:before, .row:after {
	display: table;
	content: " "
}

.container:after, .row:after {
	clear: both
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #428bca;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-left-xs {
	text-align: left
}

.text-center-xs {
	text-align: center
}

.text-right-xs {
	text-align: right
}

@media (min-width: 768px) {
	.container {
		width: 100%
	}

	.text-left-sm {
		text-align: left
	}

	.text-center-sm {
		text-align: center
	}

	.text-right-sm {
		text-align: right
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}

	.text-left-md {
		text-align: left
	}

	.text-center-md {
		text-align: center
	}

	.text-right-md {
		text-align: right
	}
}

@media (min-width: 1230px) {
	.container {
		width: 1200px
	}

	.text-left-lg {
		text-align: left
	}

	.text-center-lg {
		text-align: center
	}

	.text-right-lg {
		text-align: right
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row, .my-row {
	margin-left: -10px;
	margin-right: -10px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1230px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #127BB7;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #127BB7
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.form-group {
	position: relative
}

.form-control {
	border-radius: 4px;
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 15px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #737373;
	background-color: #fff;
	border: 1px solid #bababa;
	margin-bottom: 10px;
}

.form-control:focus, .form-control.error:focus {
	outline: 0;
	border-color: #1ca3d5
}

.form-control.error {
	border-color: #EA1527;
	color: #EA1527
}

.form-control::-moz-placeholder {
	color: #737373;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #737373
}

.form-control::-webkit-input-placeholder {
	color: #737373
}

.form-control.error::-moz-placeholder {
	color: #EA1527
}

.form-control.error:-ms-input-placeholder {
	color: #EA1527
}

.form-control.error::-webkit-input-placeholder {
	color: #EA1527
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto;
	max-width: 100%;
	min-height: 120px;
	resize: none;
	padding-top: 10px
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}

	.visible-xs-block {
		display: block !important
	}

	.visible-xs-inline {
		display: inline !important
	}

	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}

	.visible-sm-block {
		display: block !important
	}

	.visible-sm-inline {
		display: inline !important
	}

	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1229px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md, td.visible-md {
		display: table-cell !important
	}

	.visible-md-block {
		display: block !important
	}

	.visible-md-inline {
		display: inline !important
	}

	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1230px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1230px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1230px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1230px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1229px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1230px) {
	.hidden-lg {
		display: none !important
	}
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

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

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer, .fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

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

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

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010
}

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

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

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

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

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

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

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

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

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

.fancybox-inner {
	overflow: visible !important
}

.fancybox-wrap {
	padding: 35px 0 0
}

.fancybox-skin {
	margin-bottom: 35px
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8)
}

.fancybox-close {
	background: transparent !important;
	top: -35px !important;
	right: -3px !important;
	width: 30px !important;
	height: 30px !important;
	cursor: pointer;
	z-index: 8040;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

@media only screen and (min-width: 992px) {
	.fancybox-close {
		background: transparent !important;
		top: -35px !important;
		width: 40px !important;
		right: -35px !important
	}
}

.fancybox-close:after {
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	content: "";
	display: block;
	position: absolute;
	background: #333;
	margin-left: -1px;
	background: url(../images/close.png) 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	display: block;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.fancybox-close:hover {
	background: #FF4632
}

.fancybox-close:hover:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fancybox-skin {
	background: #fff;
	box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3) !important;
	border-radius: 0
}

.fancybox-nav span {
	visibility: visible;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.fancybox-next span {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	right: -50px
}

.fancybox-prev span {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: -50px
}

.fancybox-prev span:after, .fancybox-next span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.fancybox-prev:hover span:after, .fancybox-next:hover span:after {
	border-color: #1ca3d5
}

.fancybox-title-float-wrap {
	left: 0;
	margin-bottom: -28px;
	width: 100%;
	text-align: left;
	overflow: hidden
}

.fancybox-title-float-wrap .child {
	background: rgba(255, 255, 255, 1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	font-weight: 400;
	white-space: normal;
	width: 100%
}

.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-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
}

.contacts-template .fadeOutUp, .contacts-template .fadeOutDown, .contacts-template .fadeInUp, .contacts-template .fadeInDown {
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-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
}

@-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(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

.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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		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% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

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

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	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% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	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% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	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% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}
	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(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

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

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

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

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

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

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

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

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

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

@-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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

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

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

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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
}

@font-face {
	font-display: swap;
	font-family: 'Material Icons';
	src: url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: liga;
	-webkit-font-smoothing: antialiased
}

html, body {
	height: 100% !important;
	margin: 0;
	padding: 0
}

body {
	font-size: 14px;
	line-height: 1.6;
	color: #1b1e1f;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif
}

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

.content p {
	text-align: justify
}

.article-img img {
	width: 100%
}

.main-wrapper {
	min-height: 100%;
	/*margin: 0 0 -295px;*/
	margin: 0;
	background: #fff;
	position: relative
}

.fix-body .main-wrapper {
	width: 1400px;
	max-width: 100%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	margin-left: auto;
	margin-right: auto
}

.fix-body .footer-wrapper {
	width: 1400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.fix-body .top-slider .slick-arrow, .fix-body .team-carousel .slick-arrow {
	display: none !important
}

.fix-body .top-bar-wrapper .inner {
	width: 1400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 1360px) {
	.fix-body .container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px
	}

	.fix-body .header-contacts {
		width: 800px
	}

	.fix-body .header .logo {
		margin-right: 60px
	}
}

.footer-push {
	height: 295px
}

.footer-wrapper {
	color: rgba(255, 255, 255, 0.7);
	min-height: 295px;
	background: #005a1d;
	position: relative;
	z-index: 100
}

.footer-wrapper .inner {
	position: relative;
	min-height: 243px
}

.footer-bottom {
	background: #00ce84;
	padding: 10px 0;
	font-size: 13px
}

.social-links a {
	margin: 0 10px 0 0
}

.footer-wrapper .social-links a {
	color: #fff;
	margin: 0 5px 0 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3)
}

.footer-wrapper .social-links .vk_link:hover {
	background: #5880B7;
	border-color: #5880B7
}

.footer-wrapper .social-links .fb_link:hover {
	color: #fff;
	background: #415897;
	border-color: #415897
}

.footer-wrapper .social-links .tw_link:hover {
	background: #40A0F1;
	border-color: #40A0F1
}

.footer-wrapper .social-links .inst_link:hover {
	background: #8838A4;
	border-color: #8838A4
}

.footer-wrapper .social-links .yutb_link:hover {
	background: #F50000;
	border-color: #F50000
}

.footer-wrapper .social-links .ok_link:hover {
	background: #EE811C;
	border-color: #EE811C
}

.copyright a {
	text-decoration: none
}

.footer-title {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 25px;
	color: #fff;
	position: relative;
	padding-bottom: 5px
}

@media (min-width: 1230px) {
	.footer-title {
		margin-top: -10px
	}
}

.footer-contacts .element {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative
}

.footer-contacts .element i {
	position: absolute;
	left: 0;
	top: 5px
}

.footer-menu li {
	line-height: 1.2;
	margin-bottom: 15px
}

.footer-menu a {
	display: inline-block;
	text-decoration: none;
	color: #BCC0C5;
	padding-left: 15px;
	position: relative
}

.footer-menu a:hover {
	color: #fff
}

.push1 {
	height: 1px
}

.push2 {
	height: 2px
}

.push3 {
	height: 3px
}

.push4 {
	height: 4px
}

.push5 {
	height: 5px
}

.push6 {
	height: 6px
}

.push7 {
	height: 7px
}

.push8 {
	height: 8px
}

.push9 {
	height: 9px
}

.push10 {
	height: 10px
}

.push11 {
	height: 11px
}

.push12 {
	height: 12px
}

.push13 {
	height: 13px
}

.push14 {
	height: 14px
}

.push15 {
	height: 15px
}

.push16 {
	height: 16px
}

.push17 {
	height: 17px
}

.push18 {
	height: 18px
}

.push19 {
	height: 19px
}

.push20 {
	height: 20px
}

.push25 {
	height: 25px
}

.push30 {
	height: 30px
}

.push35 {
	height: 35px
}

.push40 {
	height: 40px
}

.push45 {
	height: 45px
}

.push50 {
	height: 50px
}

.push55 {
	height: 55px
}

.push60 {
	height: 60px
}

.push70 {
	height: 70px
}

.push80 {
	height: 80px
}

.push90 {
	height: 90px
}

.push100 {
	height: 100px
}

.push110 {
	height: 110px
}

.push120 {
	height: 120px
}

.push130 {
	height: 130px
}

.push140 {
	height: 140px
}

.push150 {
	height: 150px
}

.push200 {
	height: 200px
}

.f8 {
	font-size: 8px
}

.f9 {
	font-size: 9px
}

.f10 {
	font-size: 10px
}

.f11 {
	font-size: 11px
}

.f12 {
	font-size: 12px
}

.f13 {
	font-size: 13px
}

.f14 {
	font-size: 14px
}

.f15 {
	font-size: 15px
}

.f16 {
	font-size: 16px
}

.f17 {
	font-size: 17px
}

.f18 {
	font-size: 18px
}

.f19 {
	font-size: 19px
}

.f20 {
	font-size: 20px
}

.f22 {
	font-size: 22px
}

.f24 {
	font-size: 24px
}

.f26 {
	font-size: 26px
}

.f28 {
	font-size: 28px
}

.f30 {
	font-size: 30px
}

.f34 {
	font-size: 34px
}

.f36 {
	font-size: 36px
}

.f48 {
	font-size: 48px
}

h1, .title-h1 {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600
}

.suptitle-h1 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.color-scheme-defauult, .suptitle-h1.color-scheme-defauult {
	color: #1BA3D5
}

.subtitle-h1 {
	font-size: 13px;
	margin-top: -20px;
	margin-bottom: 30px
}

h2, .title-h2 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #000;
	font-weight: 700
}

h3, .title-h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase
}

h4, .title-h4 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #000;
	font-weight: 700
}

h5, .title-h5 {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}

h6, .title-h6 {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}

p {
	margin-bottom: 20px
}

a {
	color: #005a1d;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	text-decoration: underline
}

a:hover {
	color: #005a1d;
	text-decoration: none
}

a:focus {
	outline: none;
	text-decoration: none
}

a.invert {
	color: #005a1d;
}

a.invert:hover {
	color: #1BA3D5
}

strong, b, .bold {
	font-weight: 700
}

.weight300 {
	font-weight: 300
}

.weight700 {
	font-weight: 700
}

.weight800 {
	font-weight: 800
}

.hidden {
	opacity: 0
}

.visible {
	opacity: 1
}

input:focus::-moz-placeholder {
	opacity: 0
}

input:focus:-ms-input-placeholder {
	opacity: 0
}

input:focus::-webkit-input-placeholder {
	opacity: 0
}

textarea:focus::-moz-placeholder {
	opacity: 0
}

textarea:focus:-ms-input-placeholder {
	opacity: 0
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

.label {
	display: block;
	margin-bottom: 4px
}

.red {
	color: #D83638
}

.white {
	color: #fff
}

.black {
	color: #212429
}

.gray {
	color: #8D8F91
}

.hide {
	display: none
}

.show {
	display: block
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

a.absolute {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

:invalid {
	box-shadow: none
}

:-moz-submit-invalid {
	box-shadow: none
}

:-moz-ui-invalid {
	box-shadow: none
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.static {
	position: static
}

em, i, .italic {
	font-style: italic
}

.cleaner, .clear {
	clear: both;
	height: 0;
	line-height: 0
}

.left {
	float: left
}

.right {
	float: right
}

.upper {
	text-transform: uppercase
}

.error {
	color: red
}

img {
	max-width: 100%
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px
}

img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px
}

.content ul, .content ol {
	margin-bottom: 25px
}

.content ul > li, .content ol > li {
	margin-bottom: 10px;
	position: relative
}

.content ul > li {
	padding-left: 15px
}

.content ul > li:after {
	content: "\f101";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	color: #1ca3d5
}

.content ul ul, .content ol ul, .content ol ol, .content ul ol {
	padding-top: 10px;
	padding-left: 10px
}

.content ul ul li, .content ol ul li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px
}

.content ul ul li:after, .content ol ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: 9px;
	left: 0;
	border: 1px solid #999;
	border-radius: 50%
}

.content ul ol li, .content ol ol li {
	list-style: decimal;
	padding-left: 3px;
	margin-left: 12px;
	margin-bottom: 10px
}

.content ol {
	counter-reset: item
}

.content ol li {
	display: block
}

.content > ol > li:before, .content > ol > li > ol > li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	padding: 0 5px 0 10px;
	color: #000
}

.content > ol > li > ol > li {
	margin-left: 0
}

.content ul ul ol li:after, .content ol ul ol li:after {
	display: none
}

blockquote {
	padding: 60px 30px 30px 60px;
	margin-bottom: 30px;
	font-style: italic;
	background: #F5F5F5;
	border-left: 3px solid #1ca3d5;
	font-size: 15px;
	position: relative
}

blockquote:before {
	font: normal normal normal 24px/1 FontAwesome;
	content: "\f10d";
	color: #1ca3d5;
	position: absolute;
	top: 20px;
	left: 30px
}

blockquote p {
	margin-bottom: 0
}

blockquote .title {
	font-weight: 700;
	color: #1ca3d5;
	margin-bottom: 10px;
	font-size: 16px
}

blockquote p {
	margin-bottom: 0
}

q {
	display: block;
	margin-bottom: 30px;
	font-weight: 600;
	color: #000;
	font-size: 16px;
	padding-left: 20px;
	border-left: 3px solid #1ca3d5
}

.modal {
	display: none;
	width: 600px;
	max-width: 100%;
	background: #fff;
	padding: 50px 40px
}

.modal .btn {
	margin-bottom: 0
}

.btn {
	border-radius: 30px;
	display: inline-block;
	text-decoration: none !important;
	color: #fff;
	background: #005a1d;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding: 16px 35px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	border: 2px solid #005a1d;
	letter-spacing: 1px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.btn:hover {
	background: transparent;
	color: #005a1d;
}

.btn.invert {
	background: transparent;
	color: #005a1d
}

.btn.invert:hover {
	color: #fff;
	background: #005a1d;
}

.btn.color-scheme {
	background: #005a1d;
	border-color: #005a1d;
}

.btn.color-scheme:hover {
	background: transparent;
	color: #005a1d;
}

.btn.color-scheme.invert {
	border-color: #005a1d;
	color: #005a1d;
	background: transparent
}

.btn.color-scheme.invert:hover {
	background: #005a1d;
	color: #fff
}

.btn.white-btn {
	background: #fff;
	border-color: #fff;
	color: #005a1d;
}

.btn.white-btn:hover {
	background: transparent;
	color: #fff
}

.btn.block {
	display: block;
	width: 100%
}

.btn i.material-icons {
	vertical-align: middle;
	margin: -3px 2px 0;
	line-height: 1
}

.btn.min {
	padding: 12px 20px
}

.dotted {
	text-decoration: none !important;
	border-bottom: 1px dotted
}

.dotted:hover {
	border: none
}

.dashed {
	text-decoration: none;
	border-bottom: 1px dashed
}

.dashed:hover {
	border-bottom-color: transparent
}

hr {
	border-top: 1px solid #DBDBDB
}

pre {
	padding: 10px 15px;
	background-color: #f7f7f9;
	margin-bottom: 30px;
	color: #000;
	font-size: 13px
}

.cleaner-hr, .clean-hr, .clear-hr {
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: none
}

.delay-100 {
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-o-animation-delay: 100ms;
	animation-delay: 100ms
}

.delay-200 {
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
	animation-delay: 200ms
}

.delay-300 {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms
}

.delay-400 {
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms
}

.delay-500 {
	-webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
	animation-delay: 500ms
}

.delay-600 {
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms
}

.delay-700 {
	-webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
	-o-animation-delay: 700ms;
	animation-delay: 700ms
}

.delay-800 {
	-webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	animation-delay: 800ms
}

.delay-900 {
	-webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-o-animation-delay: 900ms;
	animation-delay: 900ms
}

.delay-1000 {
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
	animation-delay: 1000ms
}

.delay-1100 {
	-webkit-animation-delay: 1100ms;
	-moz-animation-delay: 1100ms;
	-o-animation-delay: 1100ms;
	animation-delay: 1100ms
}

.delay-1200 {
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
	animation-delay: 1200ms
}

.delay-1300 {
	-webkit-animation-delay: 1300ms;
	-moz-animation-delay: 1300ms;
	-o-animation-delay: 1300ms;
	animation-delay: 1300ms
}

.delay-1400 {
	-webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	-o-animation-delay: 1400ms;
	animation-delay: 1400ms
}

.row.min {
	margin-left: -5px;
	margin-right: -5px
}

.row.min > div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px
}

.row.no-padding {
	margin-left: 0;
	margin-right: 0
}

.row.no-padding > div[class^="col-"] {
	padding-left: 0;
	padding-right: 0
}

.table {
	display: table;
	width: 100%;
	height: 100%
}

.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

#up {
	position: fixed;
	z-index: 300;
	bottom: 20px;
	right: 20px;
	display: none;
	color: #FFF;
	width: 38px;
	text-align: center;
	height: 38px;
	cursor: pointer;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
	background: #1ca3d5;
	font-size: 32px;
	padding-top: 1px
}

#up .fa {
	display: block
}

#up:hover {
	background: #1F3343
}

#preloader {
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
	display: block;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	opacity: 1
}

#preloader.hid {
	opacity: 0;
	visibility: hidden
}

.no-preloader #preloader {
	display: none
}

.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}

.cssload-inner.cssload-one {
	left: 0;
	top: 0;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid #000
}

.cssload-inner.cssload-two {
	right: 0;
	top: 0;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid #000
}

.cssload-inner.cssload-three {
	right: 0;
	bottom: 0;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid #000
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
	}
}

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

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

.slick-list:focus {
	outline: none
}

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

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

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

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

.slick-track:after {
	clear: both
}

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

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

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

.slick-slide img {
	display: block
}

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

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

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

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

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

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

.slider-wrapper .item img {
	min-height: 300px
}

.slick-dots {
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
	padding: 20px 0
}

.slick-dots li button {
	position: absolute;
	top: -5px;
	left: -5px;
	border: none;
	border-radius: 50%;
	display: block;
	opacity: 0
}

.slick-dots li {
	cursor: pointer;
	background: #d8d8d8;
	border-radius: 50%;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 8px;
	cursor: pointer;
	position: relative;
}

.slick-dots li.slick-active {
	background: #1ba3d5
}

.breadcrumbs-wrapper {
	margin: 0 0 25px;
	font-size: 13px;
	font-style: italic
}

.breadcrumbs-wrapper li {
	display: inline-block;
	margin-right: 25px;
	color: #000
}

.breadcrumbs-wrapper a {
	text-decoration: none;
	position: relative;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.breadcrumbs-wrapper a:hover {
	color: #989898
}

.breadcrumbs-wrapper a:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 7px;
	right: -16px;
	border-top: 1px solid #014273;
	border-right: 1px solid #014273;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.breadcrumbs-wrapper a:hover:after {
	border-color: #2E2E2E
}

.content .pagination ul > li {
	padding-left: 0
}

.content .pagination ul > li::after {
	display: none
}

.pagination {
	margin: 40px 0 30px
}

.pagination li {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px
}

.pagination a, .pagination li > span {
	font-size: 13px;
	color: #1F3343;
	display: block;
	width: 40px;
	height: 35px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
	margin: 0 2px
}

.pagination li.control a, .pagination li.control > span {
	width: 40px;
	height: 40px
}

.pagination li:first-of-type > span, .pagination li:first-of-type > a {
	margin-left: 0
}

.pagination .active a, .pagination a:hover {
	background: #005a1d;
	color: #fff;
	border-color: #005a1d;
}

@media (max-width: 767px) {
	.pagination li.control, .pagination li.control {
		display: none
	}
}

.aside-menu {
	margin-bottom: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease
}

.aside-menu a {
	display: block;
	color: #1b1e1f;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	padding: 15px 20px;
	background: #f5f5f5;
	border-top: 1px solid #dbdbdb;
	text-decoration: none !important
}

.aside-menu > ul > li:first-of-type > a {
	border-top-color: transparent
}

.aside-menu li:hover > a, .aside-menu .open > a, .aside-menu .active > a {
	color: #1ca3d5 !important
}

.aside-menu > ul ul {
	display: none
}

.aside-menu .active > ul {
	display: block
}

.aside-menu > ul li {
	position: relative
}

.aside-menu > ul .dropdown-button {
	height: 53px;
	width: 36px;
	display: block;
	z-index: 20;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer
}

.aside-menu > ul .dropdown-button:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 20px;
	right: 21px;
	border-bottom: 1px solid #1f1f1f;
	border-right: 1px solid #1f1f1f;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.aside-menu > ul .dropdown-button.active:after {
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 24px
}

.aside-menu > ul ul .dropdown-button {
	height: 40px
}

.aside-menu > ul ul .dropdown-button:after {
	top: 16px
}

.aside-menu > ul ul .dropdown-button.active:after, .aside-menu > ul ul .active > a + .dropdown-button:after, .aside-menu > ul ul .open > a + .dropdown-button:after {
	top: 20px
}

.aside-menu ul ul a {
	padding: 12px 36px 10px 30px;
	font-weight: 400;
	font-size: 14px;
	position: relative
}

.aside-menu ul ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	top: 18px;
	left: 15px;
	background: #959595
}

.aside-menu ul ul ul a {
	padding: 8px 36px 8px 30px
}

.aside-menu ul ul ul a:before, .aside-menu ul ul ul ul a:before {
	display: none
}

.aside-menu ul ul ul ul a {
	padding: 8px 36px 8px 40px
}

.aside-menu ul ul ul ul ul a {
	padding: 8px 36px 8px 50px
}

.aside-menu-title {
	padding: 15px 42px 15px 20px;
	background: #1f3343;
	position: relative;
	color: #fff
}

.aside-menu-title:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: -8px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.active .aside-menu-title:after {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -3px
}

@media (max-width: 991px) {
	.aside-menu > ul {
		display: none
	}

	.aside-menu.active > ul {
		display: block
	}

	.aside {
		border-right: none
	}

	.aside-menu a {
		border-right: 1px solid #F5F5F5
	}
}

@media (min-width: 992px) {
	.aside-menu > ul > li.active > a {
		color: #fff !important;
		background-color: #1ca3d5 !important;
		border-color: #1ca3d5 !important
	}

	.aside-menu > ul > li.active > .dropdown-button:after {
		border-color: #fff
	}

	.aside-menu > ul > li:hover > a, .aside-menu > ul > li:nth-of-type(even):hover > a {
		background: #F6F6F6
	}
}

.menu-button {
	position: fixed;
	right: 17px;
	top: 15px;
	width: 30px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	z-index: 1010
}

.icon-menu-burger {
	height: 2px;
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -13px;
	-webkit-transition: transform .2s ease 0;
	-moz-transition: transform .2s ease 0;
	-o-transition: transform .2s ease 0;
	-ms-transition: transform .2s ease 0;
	transition: transform .2s ease 0;
	-webkit-transition: -webkit-transform .2s ease 0
}

.icon-menu-burger__line {
	background: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: transform .2s linear .2s;
	-moz-transition: transform .2s linear .2s;
	-o-transition: transform .2s linear .2s;
	-ms-transition: transform .2s linear .2s;
	transition: transform .2s linear .2s;
	-webkit-transition: -webkit-transform .2s linear .2s
}

.icon-menu-burger:before, .icon-menu-burger:after {
	background: #000;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0
}

.menu-button.active .icon-menu-burger__line, .menu-button.active .icon-menu-burger:before, .menu-button.active .icon-menu-burger:after {
	background: #FF2C3E
}

.icon-menu-burger:before {
	top: -9px;
	-webkit-transition: top .2s linear .4s;
	-moz-transition: top .2s linear .4s;
	-o-transition: top .2s linear .4s;
	-ms-transition: top .2s linear .4s;
	transition: top .2s linear .4s
}

.icon-menu-burger:after {
	bottom: -9px;
	-webkit-transition: bottom .2s linear .4s;
	-moz-transition: bottom .2s linear .4s;
	-o-transition: bottom .2s linear .4s;
	-ms-transition: bottom .2s linear .4s;
	transition: bottom .2s linear .4s
}

.menu-button.active .icon-menu-burger {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .2s linear .4s;
	-moz-transition: transform .2s linear .4s;
	-o-transition: transform .2s linear .4s;
	-ms-transition: transform .2s linear .4s;
	transition: transform .2s linear .4s;
	-webkit-transition: -webkit-transform .2s linear .4s
}

.menu-button.active .icon-menu-burger__line {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.menu-button.active .icon-menu-burger:before {
	-webkit-transition: top .2s linear;
	-moz-transition: top .2s linear;
	-o-transition: top .2s linear;
	-ms-transition: top .2s linear;
	transition: top .2s linear;
	top: 0
}

.menu-button.active .icon-menu-burger:after {
	-webkit-transition: bottom .2s linear;
	-moz-transition: bottom .2s linear;
	-o-transition: bottom .2s linear;
	-ms-transition: bottom .2s linear;
	transition: bottom .2s linear;
	bottom: 0
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: -280px;
	background: #005a1d;
	height: 100%;
	width: 264px;
	max-width: 100%;
	z-index: 1000;
	overflow-y: scroll;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	padding-top: 76px
}
.mobile-menu > nav > ul > li.down > a:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 2px;
}
.mobile-menu > nav > ul > li:hover > ul {
	visibility: visible;
	top: 15px;
	opacity: 1;
}
.mobile-menu ul ul li {
	position: relative;
}
.mobile-menu > nav > ul > li > ul > li > a {
	background: #005a1d;
	padding: 12px 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 10;
}
.mobile-menu > nav > ul > li > ul > li:first-of-type > a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #005a1d;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(45deg);
	position: absolute;
	left: 15px;
	top: -5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: -100;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out
}

.mobile-menu .search-block {
	left: 15px;
	top: 21px;
	width: auto;
	right: 15px
}

.mobile-menu .search-block input[type=text] {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 10px;
	padding-right: 40px
}

.mobile-menu .search-block button {
	right: 5px
}

.mobile-menu li {
	position: relative
}

.mobile-menu nav > ul > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-menu nav > ul > li:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-menu nav > ul > li.down > a {
	padding-right: 60px
}

.mobile-menu .dropdown-button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 48px;
	z-index: 10
}

.mobile-menu .dropdown-button:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 13px;
	left: 13px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

.mobile-menu .dropdown-button.active:before {
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 19px
}

.mobile-menu nav > ul > li > ul {
	position: static;
	width: 100%;
	display: none;
}
.mobile-menu nav ul li.down:hover > ul{
	display: block;
}
.mobile-menu nav > ul > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 13px 20px 10px;
	text-transform: uppercase;
	font-size: 14px
}

.mobile-menu nav > ul > li.active > a, .mobile-menu nav > ul > li > ul > li.active > a, .mobile-menu nav ul ul ul .active a {
	color: #1BA3D5
}

.mobile-menu nav > ul > li > ul > li > a, .mobile-menu nav ul ul ul a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	padding: 10px 10px 10px 30px;
	color: #FFF;
	position: relative
}

.mobile-menu nav > ul > li > ul > li > a:before, .mobile-menu nav ul ul ul a:before {
	/*content: "";*/
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 17px;
	left: 20px;
	font-size: 14px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 100%
}

.mobile-menu .active > a:before {
	background: #1BA3D5
}

.mobile-menu nav ul ul ul a {
	padding: 6px 10px 6px 45px;
	font-size: 13px
}

.mobile-menu nav ul ul ul a:before {
	left: 34px;
	top: 12px
}

.mobile-menu .dropdown-button + ul {
	position: static;
	width: 100%;
	display: none;
	margin-bottom: 10px
}

.mobile-menu ul ul .dropdown-button:before {
	width: 6px;
	height: 6px;
	content: "+";
	border: none;
	color: #fff;
	-moz-transform: rotate(0) !important;
	-webkit-transform: rotate(0) !important;
	-o-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
	transform: rotate(0) !important;
	top: 8px !important;
	left: 17px;
	font-size: 16px
}

.mobile-menu .menu-button {
	display: none
}

.mobile-search-wrapper {
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
	position: relative;
	max-width: 100%
}

.mobile-search-wrapper input[type=text] {
	background: transparent;
	border-color: #5f5f5f;
	border-radius: 30px
}

.mobile-search-wrapper [type=submit] {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 44px;
	width: 44px;
	border: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: transparent
}

.mobile-search-wrapper [type=submit] i {
	margin: 0;
	color: #5f5f5f
}

.mobile-menu-info {
	padding: 0 20px
}

.mobile-menu-info .btn {
	padding: 10px
}

.mobile-menu-info .header-tel i {
	margin-top: -4px
}

.mobile-menu-info .header-mail a {
	color: #A5A5A9
}

.header-wrapper {
	background: #fff;
	position: relative;
	z-index: 200;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.header {
	height: 120px;
}

@media (max-width: 991px) {
	.header {
		height: 120px
	}
	.header-shop-link{
		margin-bottom: 10px;
	}
}

.header > div {
	height: 100%
}

.header .fa{
	color: #005a1d;
	margin-right: 10px;
	font-size: 16px;
}
.header .element{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.header .element span{
	display: block;
}

.header .logo {
	display: inline-block;
	margin-right: 30px;
	max-width: 240px
}

.footer-logo {
	max-width: 240px
}

.footer-logo img{

}

.header .logo img {
	max-height: 54px
}

.header-contacts {
	display: inline-block;
	width: 960px;
	font-size: 13px
}

.header-contacts .el1, .header-contacts .el2 {
	padding-left: 25px
}

.header-contacts .el3 {
	margin-top: -5px
}

.header-contacts .el3 i {
	font-size: 18px;
	margin-right: 8px
}
.header-el1{
	display: flex;
	flex-direction: column;
}
.header-address{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
	font-size: 12px;
}
.header-address p{
	margin-bottom: 0 !important;
}
.header-tel {
	font-size: 12px;
	color: #000;
	display: flex;
	align-items: center;
}
.header-tel p{
	margin: 0 !important;
}
.header-tel span{
	margin: 0 !important;
}
.header-tel a {
	text-decoration: none;
	color: #1B1E1F
}

.header-tel a:hover {
	color: #1ca3d5
}

.header-tel i, .header-email i {
	margin-top: -2px
}

.header-callback-btn {
	border-radius: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	text-decoration: none;
	text-align: center;
	width: 200px;
	padding: 10px 15px;
	font-weight: 700;
	color: #1BA3D5;
	border: 2px solid #1BA3D5;
	height: 48px
}

.header-callback-btn i {
	vertical-align: middle
}

.header-callback-btn:hover {
	color: #1f3343;
	border-color: #1f3343;
}

.top-bar-wrapper .inner {
	background: #1F3343
}

.top-bar {
	height: 54px;
	text-align: center;
}

.top-bar-wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300
}

.no-fixed-panel .top-bar-wrapper.fixed {
	position: relative
}

.no-fixed-panel .top-bar-wrapper.fixed + .top-bar-wrapper-push {
	display: none
}

@media (min-width: 992px) {
	.top-bar-wrapper.fixed + .top-bar-wrapper-push {
		height: 54px
	}
}

.search-block {
	position: absolute;
	right: 0;
	top: 8px;
	width: 210px
}

.search-block input[type=text] {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #A9A49F;
	font-style: italic;
	padding: 5px 25px 5px 0;
	width: 100%
}

.search-block button {
	position: absolute;
	right: 0;
	top: 5px;
	color: #A9A49F;
	border: none;
	background: transparent;
	padding: 0;
	height: auto;
	line-height: 1;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.search-block button i {
	line-height: 1
}

.search-block button:hover {
	color: #EEE
}

.top-menu > nav > ul {
	padding: 16px 0;
	display: inline-block;
	background: #005a1d;
	border-radius: 5px;
}

.top-menu > nav > ul > li {
	display: inline-block;
	margin: 0 20px;
	position: relative
}

.top-menu > nav > ul > li.down {
	margin-right: 50px
}

.top-menu > nav > ul > li.down:after {
	right: -32px
}

.top-menu > nav > ul > li.down > a:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 10px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 2px
}

.top-menu > nav > ul > li.down > a.dropdown-link {
	letter-spacing: 2px;
	font-size: 18px;
	font-family: arial;
	top: -12px;
	position: relative;
	width: 20px
}

.top-menu > nav > ul > li.down > a.dropdown-link span {
	display: none
}

.top-menu > nav > ul > li.down > a.dropdown-link:after {
	content: "...";
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	border: none;
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin: 0;
	padding: 0
}

.top-menu > nav > ul > li > a {
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent
}

.top-menu > nav > ul > li.active > a, .top-menu > nav > ul > li:hover > a, a.uMenuItemA {
	color: #1ca3d5
}

.top-menu > nav > ul > li.active > a {
	border-bottom-color: #1ca3d5
}

.top-menu > nav > ul > li.active > a.dropdown-link {
	border-color: transparent
}

.top-menu > nav > ul > li.active > a:after, .top-menu > nav > ul > li:hover > a:after {
	border-color: #1ca3d5
}

.top-menu > nav > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	top: 0;
	right: -20px;
	background: rgba(255, 255, 255, 0.1)
}

.top-menu > nav > ul > li:last-of-type:after {
	display: none
}

.top-menu > nav > ul > li > ul {
	position: absolute;
	width: 250px;
	top: 25px;
	padding-top: 30px;
	left: -20px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	text-align: left;
	z-index: 100;
	visibility: hidden;
	opacity: 0
}

.top-menu > nav > ul > li:last-of-type > ul {
	left: auto;
	right: 0
}

.top-menu > nav > ul > li:hover > ul {
	visibility: visible;
	top: 15px;
	opacity: 1
}

.top-menu > nav > ul > li > ul > li > a {
	background: #005a1d;
	padding: 12px 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 10
}

.top-menu > nav > ul > li > ul > li:first-of-type > a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #005a1d;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(45deg);
	position: absolute;
	left: 15px;
	top: -5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.top-menu > nav > ul > li:last-of-type > ul > li:first-of-type > a:before {
	left: auto;
	right: 15px
}

.top-menu > nav > ul > li > ul > li:first-of-type > a, .top-menu > nav > ul > li > ul > li > ul > li:first-of-type > a {
	border-top-color: transparent
}

.top-menu > nav > ul > li > ul > li:hover > a, .top-menu > nav > ul > li > ul > li > a.uMenuItemA, .top-menu > nav > ul > li > ul > li:hover > a:before, .top-menu > nav > ul > li > ul > li > a.uMenuItemA:before, .top-menu > nav > ul > li > ul > li.active > a, .top-menu > nav > ul > li > ul > li.active > a:before {
	background: #1ca3d5
}

.top-menu ul ul ul ul {
	display: none !important
}

.top-menu ul ul ul {
	position: absolute;
	top: 10px;
	left: 250px;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.top-menu > nav > ul > li:last-of-type > ul ul {
	left: auto;
	right: 250px
}

.top-menu > nav ul > li:last-of-type > ul li.down > a:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.top-menu ul ul li {
	position: relative
}

.top-menu ul ul li.down > a {
	padding-right: 50px
}

.top-menu ul ul li.down > a:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px
}

.top-menu ul ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 0
}

.top-menu ul ul ul a {
	background: #1F3343;
	padding: 12px 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
	z-index: 10
}

.top-menu ul ul li:last-of-type > ul > li:first-of-type > a {
	border-top: none;
	border-left: none
}

.top-menu ul ul ul li:hover a, .top-menu ul ul ul li a.uMenuItemA, .top-menu ul ul ul li.active a {
	background: #1ca3d5;
	border-color: #1ca3d5
}

@media (max-width: 1229px) {
	.header-contacts {
		width: 450px
	}

	.top-menu > nav > ul > li {
		margin-right: 25px;
		font-size: 13px
	}

	.top-menu > nav > ul > li:after {
		right: -15px
	}

	.top-menu > nav > ul > li > a {
		font-weight: 400
	}
}

@media (max-width: 991px) {
	.mobile-menu.open {
		left: 0
	}

	.mobile-menu.open + .overlay {
		z-index: 500;
		opacity: 1
	}

	.header-contacts {
		width: auto;
		float: right;
		margin-right: 30px
	}

	.header {
		padding-right: 240px
	}

	.header-callback-btn {
		right: 55px
	}

	.header .logo {
		margin-right: 20px
	}

	.header-callback-btn {
		width: 185px;
		padding: 10px
	}
}

@media (max-width: 767px) {
	.header {
		height: auto;
		padding: 20px 0
	}

	.header-contacts {
		float: none;
		width: 100%;
		padding-top: 20px;
		height: auto;
		margin: 0
	}
}

@media (max-width: 440px) {
	.mobile-menu-close {
		top: 26px;
		right: 10px
	}

	.mobile-menu .menu-button {
		display: block;
		position: absolute
	}
}

.top-slider > div {
	display: none
}

.top-slider > div:first-of-type, .top-slider.slick-slider > div {
	display: block
}

.top-slider .item {
	height: 580px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-slider .slick-prev, .top-slider .slick-next {
	border-radius: 4px;
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	background: #1ba3d5;
	color: #fff;
	text-align: center;
	top: 50%;
	margin-top: -26px;
	z-index: 20;
	border: 2px solid #1ba3d5;
	opacity: .5
}

.top-slider:hover .slick-prev, .top-slider:hover .slick-next {
	opacity: 1
}

.top-slider .slick-prev {
	left: 25px
}

.top-slider .slick-next {
	right: 25px
}

.top-slider .slick-prev i, .top-slider .slick-next i {
	font-size: 26px;
	line-height: 40px
}

.top-slider .slick-prev:hover, .top-slider .slick-next:hover {
	background: #1F3343;
	border-color: #1F3343;
	color: #fff
}

.top-slider .slick-dots {
	position: absolute;
	bottom: 0
}

.top-slider .item.first .slide-content {
	opacity: 0
}

.top-slider .item.first.slick-current .slide-content {
	opacity: 1
}

.slide-content {
	width: 670px;
	max-width: 100%;
}

.slide-content .title {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: bold;
}

@media (max-width: 1229px) {
	.top-slider .item {
		height: 480px
	}

	.slide-content .title {
		font-size: 32px
	}

	.slide-content .btn {
		padding: 15px 25px
	}
}

@media (max-width: 991px) {
	.top-slider .item {
		height: 40vw
	}

	.slide-content .title {
		font-size: 28px
	}

	.slide-content .btn {
		padding: 13px 20px;
		font-size: 13px
	}

	.top-slider .slick-dots {
		padding: 0;
		bottom: -40px
	}
}

@media (max-width: 767px) {
	.top-slider .item {
		min-height: 260px
	}

	.slide-content {
		width: 100%
	}

	.slide-content .title {
		font-size: 4vw
	}

	.slide-content .btn {
		padding: 10px 15px;
		font-size: 11px;
		letter-spacing: 0
	}
}

@media (max-width: 480px) {
	.top-slider .item {
		min-height: 200px
	}

	.slide-content .title {
		margin-bottom: 8px
	}

	.slide-content .text {
		font-size: 2.2vw
	}

	.slide-content .btn {
		padding: 5px 10px;
		font-size: 10px
	}
}

@media (max-width: 340px) {
	.slide-content .text {
		font-size: 3vw
	}
}

@media (min-width: 992px) {
	.top-slider-shadow {
		background: url(../images/shadow1.png) 50% 0 no-repeat;
		height: 106px;
		width: 100%;
		position: absolute;
		display: block;
		left: 0;
		bottom: -106px
	}
}

@media (min-width: 992px) {
	.services-wrapper .col-md-3 {
		width: 20%;
	}
}

.services-wrapper .element {
	padding: 10px 10px 20px;
	border: 1px solid #d3d3d3;
	margin-bottom: 20px;
	background: #fff;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.services-wrapper .element:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border-color: transparent
}

.services-wrapper .element:hover .title {
	color: #1ca3d5
}

.services-wrapper .element .img-wrapper {
	height: 130px
}

.services-wrapper .element .element-content {
	padding: 0 10px 10px
}

.services-wrapper .element .title {
	margin-bottom: 10px;
	line-height: 1.2;
	height: 38px;
	overflow: hidden
}

.services-wrapper .element .text {
	height: 130px;
	overflow: hidden
}


@media (max-width: 1229px) {
	.services-wrapper .element .text {
		height: 75px;
		font-size: 12px
	}
}

@media (max-width: 991px) {
	.services-wrapper .element .text {
		height: 60px;
		font-size: 13px
	}
}

@media (max-width: 767px) {
	.services-wrapper .element .text {
		height: auto
	}
}

.gray-bg {
	background: #F9F9F9
}

.feedback-section, .partners-section {
	overflow: hidden
}

.feedback-section form {
	width: 630px;
	max-width: 100%;
	margin: auto;
}

.partners-carousel > div {
	display: none;
	opacity: 0
}

.partners-carousel > div:first-of-type {
	opacity: 0
}

.partners-carousel.slick-slider > div, .partners-carousel.slick-slider > div:first-of-type {
	display: block;
	opacity: 1
}

.partners-section {
	background: url(../images/pattern1.png) -3px -3px #1F3343;
	color: rgba(255, 255, 255, 0.6)
}

.partners-section .slick-prev, .partners-section .slick-next {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: transparent;
	color: #fff;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	z-index: 20;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 2px
}

.partners-section .slick-prev {
	left: -85px
}

.partners-section .slick-next {
	right: -85px
}

.partners-section .slick-prev i, .partners-section .slick-next i {
	font-size: 26px;
	line-height: 46px
}

.partners-section .slick-prev:hover, .partners-section .slick-next:hover {
	border-color: #fff
}

.partners-section .element {
	padding: 0 10px
}

.partners-section .element .title {
	line-height: 1.2
}

.about-section {
	overflow: hidden
}

.about-section .inner {
	background-repeat: no-repeat;
	background-position: 0 bottom;
	min-height: 700px;
}

@media (max-width: 991px) {
	.about-section .inner {
		background: #fff !important;
		min-height: inherit;
	}
}


.decoration-none {
	text-decoration: none
}

.decoration-hover {
	text-decoration: none
}

.decoration-hover:hover {
	text-decoration: underline
}

.consult-section:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1ca3d5;
	opacity: .8
}

.consult-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	background-attachment: fixed
}

.ie .consult-section {
	background-attachment: scroll !important;
	background-position: 50% 50% !important
}

.num-section {
	background: url(../images/pattern1.png) -3px -3px #1F3343
}

.num-section .element .img-wrapper {
	height: 86px;
	margin-bottom: 20px
}

.num-section .element .num {
	color: #1ca3d5;
	font-weight: 700;
	font-size: 56px;
	visibility: hidden
}

.num-section .element .num.visible {
	visibility: visible
}

.num-section .element p {
	color: rgba(255, 255, 255, 0.6)
}

.hit-section {
	overflow: hidden
}

.hit-section .element {
	border: 1px solid #d3d3d3;
	padding: 35px 20px;
	margin-bottom: 20px;
	background: #fff
}

.hit-section .element .img-wrapper {
	height: 100px
}

.hit-section .element .title {
	height: 44px;
	font-weight: bold;
	overflow: hidden
}

.hit-section .element .price {
	font-weight: 700;
	font-size: 22px;
	color: #1ca3d5
}

.rev-carousel {
	margin: 0 -15px
}

.rev-carousel > div {
	display: none;
	opacity: 0
}

.rev-carousel > div:first-of-type {
	display: block
}

.rev-carousel.slick-slider > div {
	display: block;
	opacity: 1
}

.rev-carousel .item {
	padding: 0 15px
}

.rev-carousel .element-header .title a {
	text-decoration: none;
}

.rev-carousel .element-body {
	color: #fff;
	background: #1ca3d5;
	border-radius: 3px;
	position: relative;
	padding: 20px;
	font-style: italic
}

.rev-carousel .element-body:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 30px;
	border-bottom: 10px solid #1ca3d5;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

.rev-carousel .slick-dots li {
	background: #d4d4d4;
	width: 12px;
	height: 12px;
	border: 2px solid #d4d4d4
}

.rev-carousel .slick-dots li.slick-active {
	background: #1ca3d5;
	border-color: #1ca3d5
}

.contacts-section .inner {
	position: relative;
	z-index: 20
}

#mapexMap {
	width: 100%;
	height: 500px
}

.contacts-section .inner {
	padding-right: 30px
}

.contacts-section .inner .element {
	padding-left: 30px;
	color: #000;
	margin-bottom: 25px;
	min-height: 20px;
	position: relative
}

.contacts-section .inner .element .title {
	font-weight: 700
}

.contacts-section .inner .element i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #1ca3d5;
	font-size: 20px
}

.contacts-section .inner .element.el2 i {
	top: 8px
}

@media (max-width: 991px) {
	#mapexMap {
		position: static;
		width: 100%;
		height: 400px
	}

	.contacts-section:before {
		display: none
	}

	.contacts-section .inner {
		padding-right: 0;
		margin-bottom: 30px
	}
}

.services-list .element {
	height: 195px;
	border: 1px solid #EBEBEB;
	margin-bottom: 30px;
	border-radius: 3px;
	padding: 20px 20px 20px 230px
}

.services-list .element .img-wrapper {
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 3px 0 0 3px;
	overflow: hidden
}

.services-list .element .element-content {
	height: 100%;
	overflow: hidden
}

.services-list .element .title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 1.2;
	margin-bottom: 15px;
	height: 42px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.services-list .element .title a {
	color: #000;
	text-decoration: none
}

.services-list .element .title a:hover {
	text-decoration: underline
}

.services-list .element .text {
	font-size: 13px;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden
}

.more {
	font-size: 13px;
	font-weight: 700
}

@media (max-width: 1229px) {
	.services-list .element .title {
		font-size: 16px;
		margin-bottom: 10px;
		height: 57px
	}

	.services-list .element {
		padding: 15px 15px 15px 220px
	}
}

@media (max-width: 767px) {
	.services-list .element {
		height: auto;
		padding: 15px 15px 15px 110px;
		min-height: 110px
	}

	.services-list .element .img-wrapper {
		width: 80px;
		top: 15px;
		left: 15px;
		border-radius: 3px
	}

	.services-list .element .title {
		font-weight: 400;
		height: auto;
		font-size: 13px;
		line-height: 1.5
	}

	.services-list .element .text {
		display: none
	}
}

.other-articles hr {
	margin: 10px 0 20px
}

.other-articles li {
	font-size: 13px;
	margin-bottom: 8px
}

.article-img {
	margin-bottom: 20px
}

table.tpl-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;
	margin-bottom: 30px
}

table.tpl-table tr:nth-child(odd) {
	background: #F9F9F9
}

table.tpl-table td, table.tpl-table th {
	padding: 12px 20px;
	border-left: 1px solid #d8d8d8;
	vertical-align: middle;
	color: #5F5F5F
}

table.tpl-table td:first-child, table.tpl-table th:first-child {
	border-left: none
}

table.tpl-table th {
	color: #1ca3d5;
	font-weight: 700;
	font-size: 14px;
	background: #d8d8d8;
	text-transform: uppercase;
}

table.tpl-table td:first-child {
	width: 75%;
}

@media (max-width: 767px) {
	table.tpl-table td, table.tpl-table th {
		padding: 8px 10px;
		font-size: 12px
	}
}

.team .element {
	box-shadow: 0 0 0 1px #EBEBEB;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

.team .element .img-wrapper {
	height: 270px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.team .element .img-wrapper img {
	width: 100%;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

.team .element .element-content {
	padding: 15px 10px;
	height: 75px;
	overflow: hidden
}

.team .element .title {
	font-weight: 700;
	color: #000;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.team .element .subtitle {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.team .element:hover .title {
	color: #1ca3d5
}

.team .element:hover .img-wrapper img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.team .element:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

@media (max-width: 991px) {
	.team .element .img-wrapper {
		height: 260px
	}
}

@media (max-width: 870px) {
	.team .element .img-wrapper {
		height: 240px
	}
}

@media (max-width: 790px) {
	.team .element .img-wrapper {
		height: 230px
	}
}

@media (max-width: 767px) {
	.team .element .img-wrapper {
		height: 300px
	}
}

@media (max-width: 650px) {
	.team .element .img-wrapper {
		height: 250px
	}
}

@media (max-width: 560px) {
	.team .element .img-wrapper {
		height: 220px
	}
}

@media (max-width: 490px) {
	.team .element .img-wrapper {
		height: auto
	}

	.team > .row > .col-xs-6 {
		width: 100%
	}
}

.team-block {
	margin-bottom: 30px;
}

.team-detail .element {
	border: 1px solid #EBEBEB;
	border-bottom: none;
	padding: 20px 20px 20px 270px;
	min-height: 262px;
	overflow: hidden;
}

.team-block .element-content {
	padding: 20px 20px 25px;
	border: 1px solid #EBEBEB;
	border-top: none;
	font-size: 13px;
}

.team-detail .element .img-wrapper {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 230px
}

.team-detail .element .element-contacts > div {
	margin-bottom: 10px
}

.team-detail .element .element-contacts > div i {
	color: #1ca3d5
}

@media (max-width: 500px) {
	.team-detail .element .img-wrapper {
		position: static;
		width: 100%;
		margin-bottom: 20px
	}

	.team-detail .element {
		padding: 20px
	}
}

.news .element {
	margin-bottom: 40px
}

.news .element .img-wrapper {
	height: 160px;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.news .element .img-wrapper img {
	width: 100%;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear
}

.news .element .date {
	font-size: 13px;
	margin-bottom: 5px
}

.news .element .title {
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}

.news .element .text {
	font-size: 13px;
	margin-bottom: 10px
}

.news .element:hover .title {
	color: #1ca3d5
}

.news .element:hover .more {
	color: #1ca3d5;
	text-decoration: none
}

.news .element:hover .img-wrapper img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05)
}

.news > .row > hr:nth-of-type(2n) {
	clear: both
}

.news + .pagination {
	margin-top: 10px
}

@media (max-width: 991px) {
	.news .element .img-wrapper {
		height: 28vw
	}
}

@media (max-width: 767px) {
	.news .element .img-wrapper {
		height: auto
	}
}

@media (min-width: 992px) {
	.news > .row > hr:nth-of-type(2n) {
		clear: none
	}

	.news > .row > hr:nth-of-type(3n) {
		clear: both
	}
}

@media (min-width: 1230px) {
	.news > .row > hr:nth-of-type(3n) {
		clear: none
	}

	.news > .row > hr:nth-of-type(4n) {
		clear: both
	}
}

.agreement {
	position: relative;
	margin-bottom: 20px;
	color: #7C7F8C
}

.agreement input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden
}

.agreement i {
	vertical-align: middle;
	margin-top: -3px;
	font-size: 16px;
}

.agreement input + label .checked {
	display: none
}

.agreement input:checked + label .checked {
	display: inline-block
}

.agreement input:checked + label .no-checked {
	display: none
}

.agreement input.error + label {
	color: red
}

.ec-message {
	background-color: #f9f9f9 !important;
	border: none !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.ec-message .title {
	color: #1ca3d5
}

.ec-message i.f30 {
	color: #1B1E1F
}

#mapexMap {
	width: 100%;
	height: 500px
}

.contacts-template #mapexMap {
	height: 400px
}

@media (max-width: 991px) {
	#mapexMap {
		height: 400px
	}
}

.element-info span {
	margin-right: 16px;
	text-transform: uppercase;
	font-size: 11px;
	color: #1f3343
}

.element-info span i {
	font-size: 14px;
	margin-right: 6px
}

.element-info a {
	text-decoration: none
}

.aside-news .element {
	padding-left: 100px;
	margin-bottom: 25px;
	min-height: 74px
}

.aside-news .element .img-wrapper {
	position: absolute;
	left: 0;
	top: 4px
}

.aside-news .element .title {
	line-height: 1.5
}

.aside-news .element .title a {
	text-decoration: none;
	color: #2C2C2C
}

.aside-news .inner {
	margin-top: -10px
}

.aside-news .date {
	color: #1ca3d5
}

.comment-form-wrapper {
	position: relative
}

.ie .comment-form-wrapper {
	background-attachment: scroll
}

.comment-form-wrapper .inner {
	position: relative;
	z-index: 10;
	width: 575px;
	max-width: 100%;
	margin: 0
}

#comment-editor {
	width: 100% !important;
	display: block
}

#ticketForm .form-actions, #comment-form .form-actions {
	padding-top: 0 !important;
	border-top: none !important
}

.comment-form-wrapper .form-control {
	border: 1px solid #ccc;
	background: #fff
}

.comment-form-wrapper textarea.form-control {
	height: 180px
}

.comment-form-wrapper .form-control.error {
	border-color: #FF3324
}

.comment-form-wrapper .form-control.error::-moz-placeholder {
	color: #EA1527
}

.comment-form-wrapper .form-control.error:-ms-input-placeholder {
	color: #EA1527
}

.comment-form-wrapper .form-control.error::-webkit-input-placeholder {
	color: #EA1527
}

.reviews-list > .rev-item {
	padding: 50px 30px 25px;
	position: relative;
	border: 1px solid #DBDBDB;
	border-radius: 0;
	background-color: #fafafa;
	margin-bottom: 30px !important
}

.reviews-list > .rev-item:before {
	font-family: 'Arial', 'Open Sans', sans-serif;
	content: "„";
	position: absolute;
	left: 30px;
	top: 10px;
	font-size: 50px;
	line-height: 0;
	color: #b4b4b4;
	font-weight: 700
}

.rev-item .rev-date {
	margin-bottom: 5px;
	float: right;
	color: #25282d;
	margin-top: -32px
}

.rev-item .rev-header .title {
	color: #1ca3d5;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px
}

.rev-item .rev-text {
	font-size: 16px;
	color: #3c4042
}

.rev-item .rev-item {
	border-top: 1px dashed #ccc;
	padding: 20px 0 0 20px
}

.rev-item .rev-item .rev-date {
	display: none
}

.rev-item .rev-item .inner .title {
	text-transform: none;
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
	color: #212429
}

.rev-item .rev-item .comment-reply {
	display: none
}

.searchresults-element {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E6E6E6
}

.searchresults-element .title {
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width: 767px) {
	.modal {
		padding: 40px 30px
	}

	h1, .title-h1 {
		font-size: 26px
	}
}

@media (min-width: 992px) {
	::-webkit-resizer {
		background-image: url();
		background-repeat: no-repeat;
		width: 9px;
		height: 1px
	}

	::-webkit-scrollbar {
		width: 9px
	}

	::-webkit-scrollbar-button {
		background-image: url();
		background-repat: no-repeat;
		width: 9px;
		height: 0
	}

	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color: #005a1d;
	}

	::-webkit-scrollbar-track {
		background-color: #005a1d;
	}

	.product-detail-content h1 {
		font-size: 48px
	}

	.product-detail-content {
		padding-left: 20px
	}
}

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

div[data-style] {
	opacity: 1;
	transition: opacity 0.3s;
}

div[data-style] {
	opacity: 0;
}

.jgrowlHide #jGrowl {
	display: none !important;
}

/* accordeon */
.accordeon .element-content {
	display: none;
	padding: 15px 30px 5px 30px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.accordeon .element {
	background: #fff;
}

.accordeon .element .title {
	cursor: pointer;
	padding: 10px 45px 10px 15px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: 1px solid #dbdbdb;
	border-bottom-color: #EFEFEF;
	border-top: none;
	color: #1F3343;
}

.accordeon > div:first-of-type .title {
	border-top: 1px solid #EFEFEF;
}

.accordeon.invert .element .title:hover {
	background-color: #DBDBDB;
	border-color: #DBDBDB;
}

.accordeon .element.active .title {
	background: #1f3343 !important;
	border-color: #1f3343 !important;
	color: #fff !important;
}

.accordeon > div:last-of-type .title {
	border-bottom-color: #dbdbdb;
}

.accordeon .element.active .element-content {
	background: #F8F8F8;
}

.accordeon .element .title:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordeon .element.active .title:before {
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.accordeon > div:first-of-type .element-content {
	display: block;
}

.accordeon > div:last-of-type {
	margin-bottom: 0;
}

.accordeon > div:last-of-type .element-content {
	border-bottom: 1px solid #dbdbdb;
}

/* /. accordeon */
.job-why .color-scheme {
	color: #1ca3d5;
}

.base-template .partners .element {
	margin-bottom: 20px;
	border: 1px solid #E0E0E0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.base-template .partners .element .content {
	text-align: left;
}

.base-template .partners .element-width-link:hover {
	border-color: #1ca3d5;
}

/* certificates gallery */
.certificate-gallery .element {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	padding: 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.certificate-gallery .element a {
	position: relative;
	display: block;
	overflow: hidden;
}

.certificate-gallery .element a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
}

.certificate-gallery .element:hover a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}

.certificate-gallery .element a:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/zoom-icon.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-top: -22px;
	margin-left: -22px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}

.certificate-gallery .element:hover a:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}

/* /. certificates gallery */
.aside-block-title {
	background: #1F3343;
	color: #ffffff;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
}

/* aside news */

.aside-news .element {
	padding-left: 90px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DBDBDB;
	min-height: 70px;
	font-size: 13px;
}

.aside-news .element .img-wrapper {
	position: absolute;
	left: 0;
	top: 5px;
}

.aside-news .img-wrapper .element-img {
	background: #f1f1f1;
}

.aside-news .element .img-wrapper a {
	display: block;
}

.aside-news .element .img-wrapper a:hover {
	opacity: 0.7;
}

.aside-news > div:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 80px;
}

.aside-news .element .date {
	color: #000;
	margin-bottom: 5px;
}

.aside-news .text {
	line-height: 1.2;
	height: 45px;
	overflow: hidden;
}

/* /. aside news */

.feedback-section,
.team-section {
	overflow: hidden;
}

.team-section {
	position: relative;
	background-color: #005a1d;
}

.team-section .container {
	position: relative;
}

.team-section .slick-prev,
.team-section .slick-next {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: transparent;
	color: #fff;
	text-align: center;
	top: 50%;
	margin-top: -50px;
	z-index: 20;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 2px;
}

.team-section .slick-prev {
	left: -85px;
}

.team-section .slick-next {
	right: -85px;
}

.team-section .slick-prev i,
.team-section .slick-next i {
	font-size: 26px;
	line-height: 46px;
}

.team-section .slick-prev:hover,
.team-section .slick-next:hover {
	border-color: #fff
}

.team-section .element {
	padding: 0 10px;
}

.team-section .element .title {
	line-height: 1.2;
}

.team-section .element .title a {
	text-decoration: none;
	color: #fff;
}

.team-section .element .title a:hover {
	color: #1f3343;
}

.team-carousel > div {
	display: none;
}

.team-carousel > div:first-of-type,
.team-carousel.slick-slider > div {
	display: block;
}

.rev-section {
	background: url(../images/crossword.png);
}

.rev-section .material-icons.f48 {
	color: #1ca3d5;
}

.rev-carousel .slick-dots li.slick-active {
	background: #1ca3d5;
	border-color: #1ca3d5;
}

.news-section .element {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 30px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.news-section .container > .row > div:nth-of-type(3) {
		display: none;
	}
}

.news-section .element .title {
	line-height: 1.4;
	height: 44px;
	overflow: hidden;
}

/* files */
.files-list {
	padding-top: 20px;
}

.files-list .element {
	position: relative;
	margin-bottom: 30px;
	padding-left: 40px;
}

.files-list .element:before {
	content: "\f0f6";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2em;
	line-height: 1;
	font-family: FontAwesome;
}

.files-list .element .title {
	line-height: 1.1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.files-list .element .title span {
	font-weight: normal;
	color: #9A9A9A;
}

.files-list .element .text {
	font-size: 13px;
}

.files-list .element .title a:hover {
	text-decoration: none;
}

/* end files */


.header-top {
	padding: 14px 0;
	background: #1ca3d5;
	color: #fff;
	position: relative;
	z-index: 300;
}

.header-top .search-block {
	top: -6px;
	width: 435px;
	background: #fff;
	padding: 0 10px;
	border-radius: 5px;
}

.header-top .search-block button {
	color: #1F3343;
}

.header-top .search-block input[type="text"] {
	color: #1F3343;
}

.city-select-block {
	position: relative;
	z-index: 200;
	display: inline-block;
}

.city-select-list {
	display: none;
	position: absolute;
	left: 0;
	top: 20px;
	width: 250px;
	padding-top: 16px;
}

.city-select-list ul {
	padding: 20px 20px 10px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.city-select-list li {
	margin-bottom: 10px;
}

.city-select-block:hover .city-select-list {
	display: block;
}

.city-select-title {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}

.city-select-title svg {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}

.city-select-title span {
	border-bottom: 1px dashed;
}

.city-select-block:hover span {
	border-bottom-color: transparent;
}

@media (max-width: 991px) {
	.header-top .search-block {
		right: 55px;
	}
}


/* top-menu width 1170px */
.header-wrapper {
	background: #fff;
	position: relative;
	z-index: 101;
	box-shadow: none;
	margin-bottom: -26px;
}

.top-bar-wrapper {
	position: relative;
	z-index: 100;
	bottom: -26px;
	margin: 0 auto;
}

.top-bar-wrapper.fixed {
	bottom: auto;
}

.base-template .top-bar-wrapper {
	margin-bottom: 30px;
}

.top-bar-wrapper .inner {
	background: #005a1d;
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
	border-radius: 5px;
}

.top-bar-wrapper .fix-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.top-bar-wrapper .fix-line-inner {
	background: #005a1d;
	width: 1170px;
	max-width: 100%;
	margin: 0 auto;
	height: 54px;
	border-radius: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}

.top-bar-wrapper.fixed .fix-line-inner {
	width: 100%;
	border-radius: 0;
}

@media (max-width: 1229px) {
	.top-bar-wrapper .inner {
		width: 100%;
	}

	.top-bar-wrapper .fix-line {
		display: none;
	}
}

@media (max-width: 991px) {
	.header-wrapper {
		margin-bottom: 0;
	}

	.base-template .top-bar-wrapper {
		bottom: 0;
	}

	.header-wrapper {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}
}

/* /. top-menu width 1170px */
.application {
	background: #1f3343;
	padding: 35px 30px 10px;
	border-radius: 5px;
}

.application .title-h3 {
	color: #fff;
}

.application .form-control {
	border-color: #fff;
}

.application .form-control.error {
	border-color: #EA1527;
	color: #EA1527
}

.application .agreement {
	color: #5ed3ff
}

@media (min-width: 992px) {
	.main-column {
		padding-left: 20px;
	}
}

#front-slider{
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	width: 1920px; /* временно решение для одного банера*/
	position: relative;
}

#front-slider .owl-nav{
	position: absolute;
	bottom: 60%;
	width: 100%;
	display: none;
}

#front-slider:hover .owl-nav{
	display: block;
}

#front-slider .owl-nav button{
	position: absolute;
	font-size: 50px;
}

#front-slider .owl-nav .owl-prev{
	left: 10px;
}

#front-slider .owl-nav .owl-next{
	right: 10px;
}

.front-about-container{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.front-about-img{
	display: block;
	width: 780px;
	height: 650px;
	background-size: 100% 100%;
	position: absolute;
	left: -300px;
	top: -110px;
}
@media (max-width: 1024px){
	.front-about-col-1{
		display: none;
	}
}
.front-about-row {
	display: flex;
	justify-content: flex-start;
}

.front-about-col{
	position: relative;
}

.front-about-title{
	font-size: 40px;
}

.front-about-subtitle{
	font-size: 14px;
	padding-left: 10px;
	border-left: 2px solid #005a1d;
}

.front-about-text{
	font-size: 14px;
	text-align: justify;
	max-width: 626px;
	margin: 0 auto;
}

.front-about-link{
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	padding: 5px 20px;
	border-radius: 25px;
	display: inline-block;
	border: 2px solid #005a1d;
	text-decoration: none;
}

.front-partners-items{
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
	display: flex;
	position: relative;
}

.front-partners-items a{
	text-decoration: none;
}

.front-partners-item{
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-section__title{
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.front-partners-item__title{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.front-partners-item__descr{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.front-partners-items .owl-nav {
	display: block !important;
}

.front-partners-items .owl-nav{
	position: absolute;
	left: 0;
	bottom: 70%;
	width: 100%;
}

.front-partners-items .owl-nav button{
	position: absolute !important;
	font-size: 30px !important;
	width: 50px !important;
	height: 50px !important;
	background: none !important;
	color: #ffffff !important;
	border: 2px solid #018a7a !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
}

.front-partners-items .owl-nav .owl-prev{
	left: -60px;
}

.front-partners-items .owl-nav .owl-next{
	right: -60px;
}

.news-items{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.news-item{
	width: 30%;
}

.news-item__img{
	width: 100%;
	margin-bottom: 15px;
}

.news-item__date{
	font-size: 14px;
	color: #000;
}

.news-item__title{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

.news-item__descr{
	font-size: 14px;
	color: #000;
}

.news-item__link{
	color: #005a1d;
	text-decoration: underline;
	font-size: 14px;
}

.page_news{
	min-height: 1000px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_news-item__date{
	width: 100%;
	text-align: right;
	display: block;
}

.news-items-page{
	margin-top: 30px;
	margin-bottom: 30px;
}

.pagination > li > a, .pagination > li > span{
	color: #005a1d;
}

.site-page{
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 1000px;
}

.site-page__title{
	font-size: 40px;
	color: #005a1d;
	margin-bottom: 20px;
}

.about-items{
	/*display: flex;*/
	/*justify-content: flex-start;*/
	/*align-items: flex-start;*/
}
@media (max-width: 992px) {
	.about-items{
		display: flex;
		flex-direction: column-reverse;
	}
}
.about-sidebar{
	/*width: 300px;*/
}

.about-sidebar__title{
	background-color: #005a1d;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 15px;
}

.sidebar-news-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}

.sidebar-news-item__img{
	margin-right: 10px;
}
.sidebar-news-item__date{
	color: #000;
}
.sidebar-news-item__title{
	color: #005a1d;
}

.btn-language{
	position: relative;
}
.btn-language .dropdown-menu li a{
	text-decoration: none;
}
.btn-language .dropdown-menu li span{
	width: 60px;
	display: inline-block;
}
.btn-language .dropdown-menu li a img{
	margin-left: 10px;
}
.btn-lang-dropdown{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	background: none;
	border: none;
}
.lang-block{
	display: flex;
	justify-content: center;
	width: 60px;
}
.lang-block img{
	margin-right: 5px;
}
.lang-block span{
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}
.lang-block .fa{
	font-size: 14px;
	color: #000;
}

.product-items{
	/*	*/
}
.product-item{
	/* */
}
.ui-box {
	box-shadow: rgba(0,0,0,.03) 0 3px 0,rgba(0,0,0,.07) 0 1px 0;
	background-clip: border-box;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #ebebeb rgba(0,0,0,.22);
	border-image: initial;
	border-bottom: 1px solid rgba(0,0,0,.22);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 18px;
	color: #333;
}
.ui-box:hover {
	border: 1px solid #00d40e;
}
.ui-box-media {
	padding-bottom: 346px;
	position: relative;
	z-index: 3;
	border-bottom: 1px solid #ebebeb;
}
.ui-box-img {
	display: block;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.ui-box-img img {
	height: 100%;
	left: 0;
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.ui-box-link {
	color: #333;
}
.ui-box-title {
	text-align: center;
	background-color: #f1f1f1;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMUYxRjEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODkpIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(top,#fff,#f1f1f1);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#fff,#f1f1f1);
	background-image: -o-linear-gradient(top,#fff,#f1f1f1);
	background-image: linear-gradient(to bottom,#fff,#f1f1f1);
	background-repeat: repeat-x;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	padding: 12px 20px 9px;
	border-bottom: 1px solid #ebebeb;
	min-height: 75px;
}
.ui-box-title h5 {
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 3px;
	font-weight: 600;
}
.ui-shadow {
	display: block;
	pointer-events: none;
	position: relative;
	z-index: 1;
	max-height: 18px;
	height: 18px;
	margin-top: -18px;
}
.ui-shadow img {
	pointer-events: none;
	margin: auto;
	display: block;
	width: 100%;
	max-width: 1170px;
	max-height: none;
	height: auto;
	position: absolute;
}

.element-2{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-shop-link{
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #005a1d;
}

.header-shop-link a{
	color: #005a1d;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.header-shop-link:hover{
	background-color: #005a1d;
}

.header-shop-link:hover a{
	color: #fff;
}

.about-menu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 992px){
	.about-menu{
		flex-direction: column;
	}

	.about-menu__link{
		margin-bottom: 15px;
	}
}

.about-menu .site-page__title{
	margin-right: 30px;
	margin-bottom: 0;
}

.about-menu__link{
	padding: 10px 15px;
	background-color: #005a1d;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	margin-right: 15px;
	text-decoration: none;
}

.about-menu__link:hover{
	background-color: #ff7c00;
	color: #fff;
}

.about-menu__link.active{
	background-color: #ff7c00;
}

.product-items-page{
	margin-top: 35px;
}

.contact-map iframe{
	border-radius: 15px;
}
.contact-form{
	margin-top: 30px;
	display: block;
}

.contact-form__title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}

.contact-form-row{
	max-width: 655px;
	margin: 0 auto;
}

.contact-form-items{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.contact-form-item{
	width: 100%;
	margin: 0 -5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.contact-input{
	width: 49%;
	padding: 15px;
	border-radius: 5px;
	margin: 0 5px 20px 5px;
	border: 1px solid #005a1d;
}

.contact-textarea{
	width: 100%;
	border-radius: 5px;
	border: 1px solid #005a1d;
	padding: 15px;
	height: 203px;
	margin: 0 5px 20px 5px;
}

.contact-send-btn{
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #005a1d;
	color: #fff;
	border: none;
}

.contact-send-btn:hover{
	color: #fff;
	background-color: #ff7c00;
}

@media (max-width: 480px) {
	.contact-form-item{
		flex-direction: column;
	}
	.contact-input{
		width: 100%;
	}
}

.about-container,
.strategy-container{
	text-align: justify;
}

.about-page, .strategy-page{
	margin-bottom: 30px;
	min-height: 1000px;
}

.banner-video{
	width: 100%;
}