@charset "UTF-8";
/*  RESET  */
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{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,td,th{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html{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}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container:after,.row:after{clear:both}
/* /. RESET */
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: #333333;
	background-color: #ffffff;
}

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: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.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 #e9e9e9;
}

.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: 10px;
	padding-right: 10px;
	width: 100%;
}

.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%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.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: 1240px) {
	.container {
		width: 1210px;
	}
	.text-left-lg {
		text-align: left;
	}
	.text-center-lg {
		text-align: center;
	}
	.text-right-lf {
		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;
}

.row.big {
	margin-left: -15px;
	margin-right: -15px;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.row.big .col-lg-1,.row.big .col-lg-10,.row.big .col-lg-11,.row.big .col-lg-12,.row.big .col-lg-2,.row.big .col-lg-3,.row.big .col-lg-4,.row.big .col-lg-5,.row.big .col-lg-6,.row.big .col-lg-7,.row.big .col-lg-8,.row.big .col-lg-9,.row.big .col-md-1,.row.big .col-md-10,.row.big .col-md-11,.row.big .col-md-12,.row.big .col-md-2,.row.big .col-md-3,.row.big .col-md-4,.row.big .col-md-5,.row.big .col-md-6,.row.big .col-md-7,.row.big .col-md-8,.row.big .col-md-9,.row.big .col-sm-1,.row.big .col-sm-10,.row.big .col-sm-11,.row.big .col-sm-12,.row.big .col-sm-2,.row.big .col-sm-3,.row.big .col-sm-4,.row.big .col-sm-5,.row.big .col-sm-6,.row.big .col-sm-7,.row.big .col-sm-8,.row.big .col-sm-9,.row.big .col-xs-1,.row.big .col-xs-10,.row.big .col-xs-11,.row.big .col-xs-12,.row.big .col-xs-2,.row.big .col-xs-3,.row.big .col-xs-4,.row.big .col-xs-5,.row.big .col-xs-6,.row.big .col-xs-7,.row.big .col-xs-8,.row.big .col-xs-9{padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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:1240px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}}

.form-control {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0 40px 0 20px;
	border: 2px solid #c1c1c1;
	border-radius: 5px;
	background: #fff;
	color: #727376;
	text-shadow: none;
	font-size: 14px;
	line-height: 1.42857143;
	margin-bottom: 20px;
}

.form-control.mini {
	height: 40px;
}

.form-control:focus {
	border-color: #878787;
	box-shadow: 0 0 0 1px #878787;
}

.form-control[readonly]:focus {
	border-color: #e3e3e4;
}

.form-control.rferr {
	border-color: #ee3923;
	box-shadow: 0 0 0 1px #ee3923;
}

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

.form-control:-ms-input-placeholder {
	color: #6b6f7d;
}

.form-control::-webkit-input-placeholder {
	color: #6b6f7d;
}

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

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

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

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

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

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

@media (max-width: 767px) {
	.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;
	}
}

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

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

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

@media (min-width: 992px) and (max-width: 1239px) {
	.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;
	}
}

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

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

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

@media (min-width: 1240px) {
	.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: 1240px) {
	.visible-lg-block {
		display: block !important;
	}
}

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

@media (min-width: 1240px) {
	.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: 1239px) {
	.hidden-md {
		display: none !important;
	}
}

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

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

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

.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%,
	100%,
	50% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-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: 0.75s;
	animation-duration: 0.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: 0.75s;
	animation-duration: 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
/* Fancybox */
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
}
.fancybox-content {
    padding: 50px 40px;
}
.fancybox_modal_inner{
    background: #fff;
    padding: 50px 25px 35px;
    animation-name: zoomIn;
    animation-timing-function: ease-out;
    font-size: 16px;
}
.black-modal .fancybox_modal_inner{
    background: #333333;
    color: #fff;
}
.fancybox_modal_big{
    width: 580px;
    max-width: 100%;
}
@media(min-width: 992px){
    .fancybox_modal.fancybox_modal_big .fancybox_modal_inner{
        padding: 50px;
    }
    .fancybox_modal_big{
        width: 900px;
    }
}

#responseMessage .fancybox_modal-content.error {
    color: #FF4632;
}
.fancybox-button:hover svg path{
    fill: #e17a00;
}
.fancybox-bg{
    opacity: 0.7 !important;
}
@media(max-width:767px){
    .fancybox-content {
        padding: 50px 20px 30px;
    }
}
@media(max-width:399px){
    .fancybox-content .btn{
        width: 100%;
    }
}
/* /. Fancybox */

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

@media only screen and (max-width: 480px) {
	html,
	body {
		min-width: 320px;
	}
}

.roboto {
	font-family: "Roboto", sans-serif;
}

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

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

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f21 {
	font-size: 21px;
}

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

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

.italic {
	font-style: italic;
}

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

.strike {
	text-decoration: line-through;
}

.hide {
	display: none;
	visibility: hidden;
}

.show {
	display: block;
}

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

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

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

:invalid {
	box-shadow: none;
}

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

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

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

em,
i {
	font-style: italic;
}

.cleaner,
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	display: block !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.upper {
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

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

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

.dashed:hover,
.dotted:hover {
	border-bottom-color: transparent;
}

.static {
	position: static;
}

.hidden {
	opacity: 0;
}

.visible {
	opacity: 1;
}

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

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


/* slick carousel */

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

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

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

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

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

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

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

.slick-track:after {
	clear: both;
}

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

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

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

.slick-slide.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;
}

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

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

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

.slick-dots li {
	cursor: pointer;
	border: 2px solid #ffbb02;
	display: inline-block;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	cursor: pointer;
	position: relative;
}

.slick-dots li.slick-active {
	background: #ffbb02;
}

.slick-prev,
.slick-next {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #e17a00;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	z-index: 10;
	border-radius: 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}

.slick-prev:after,
.slick-next:after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -4px;
	border-left: 2px solid #e17a00;
	border-bottom: 2px solid #e17a00;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.slick-prev:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-next:after {
	transform: rotate(225deg);
	margin-left: -9px;
}

.slick-prev:hover,
.slick-next:hover {
	background: #e17a00;
	opacity: 1;
	border-color: #e17a00;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	border-color: #e17a00;
}

@media (min-width: 1500px) {
	.slick-prev {
		left: 50px;
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.slick-next {
		right: 50px;
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
}

@media (max-width: 991px) {
	.slick-dots {
		padding-top: 30px;
	}
}


/* /. slick carousel */


/*  custom chrome scroll */

@media only screen and (min-width: 992px) {
	body::-webkit-resizer {
		width: 12px;
		height: 1px;
	}
	body::-webkit-scrollbar {
		width: 12px;
	}
	body::-webkit-scrollbar-button {
		width: 12px;
		height: 0px;
	}
	body::-webkit-scrollbar-thumb {
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color: #e17a00;
	}
	body::-webkit-scrollbar-track {
		background-color: #2c2c2c;
	}
}


/* /. custom chrome scroll */

body {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	overflow-x: hidden;
	font-family: "Roboto", sans-serif;
}

.main-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -412px auto;
	background: #fff;
}

.footer-push {
	height: 412px;
}

.footer-wrapper {
	min-height: 412px;
	background: #232323;
	font-size: 13px;
	color: #eee;
}
.footer-wrapper a{
    color: #fff;   
}
.footer-wrapper a:hover {
	color: #e17a00;
}

.footer-wrapper a.btn {
	color: #fff;
	text-decoration: none;
}

.footer-bottom {
	padding: 25px 0;
	background: rgba(255, 255, 255, .02);
}

.footer-top-wrapper {
	padding: 50px 0;
}

.footer-top-inner {
	padding-right: 280px;
	min-height: 150px;
}

.footer-top-last {
	max-width: 250px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

.footer-top-wrapper {
	min-height: 315px;
}

.footer-top-wrapper .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-menu li {
	margin-bottom: 8px;
}

.footer-contacts-el {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.footer-contacts-el a {
	text-decoration: none;
}

.footer-top-last .button:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.social-links {
	display: flex;
}

.social-links a {
	margin: 0 7px 0 0;
	width: 42px;
	height: 42px;
	border: 1px solid #e17a00;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-wrapper .social-links a{
    border-color: #fff;
}

.social-links a:hover {
	color: #fff !important;
}

.social-links .vk:hover {
	background: #5880b7;
	border-color: #5880b7;
}

.social-links .fb:hover {
	color: #fff;
	background: #415897;
	border-color: #415897;
}

.social-links .twitter:hover {
	background: #40a0f1;
	border-color: #40a0f1;
}

.social-links .inst:hover {
	background: #8838a4;
	border-color: #8838a4;
}

.footer-wrapper .social-links {
	padding-top: 15px;
}

@media (max-width: 1239px) {
	.footer-top-inner {
		padding-right: 0;
	}
	.footer-top-first {
		margin-bottom: 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.footer-top-last {
		max-width: 100%;
		position: static;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.footer-menu {
		margin-bottom: 50px;
	}
	.footer-contacts {
		margin-bottom: 50px;
	}
}

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

.content ul {
	margin-bottom: 20px;
}

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

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

.content ul>li:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: 2px;
	background: #e17a00;
	border-radius: 1px;
}

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

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

.content ul ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 10px;
	left: 2px;
	background: #e17a00;
	border-radius: 1px;
}

.content ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
}

.content ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

.content ol li:before {
	content: counter(num) ".";
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;
	color: #e17a00;
	text-align: right;
}

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 2px 0 5px 20px;
	border-left: 1px solid #ffbb02;
	text-align: left;
	color: #5f5f5f;
	font-size: 14px;
	font-style: italic;
}

h1,
.title-h1 {
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 700;
}

.base-template h1 {
	margin-bottom: 40px;
}

h2,
.title-h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 700;
}

h3,
.title-h3 {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 700;
}

h4,
.title-h4 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-weight: 700;
}

h5,
.title-h5 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px;
}

h6,
.title-h6 {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 15px;
}

h1+.subtitle,
.title-h1+.subtitle {
	margin-top: -10px;
	position: relative;
	padding-bottom: 20px;
}

h1+.subtitle:after,
.title-h1+.subtitle:after {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	background: #e17a00;
}

.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6 {
	color: #000;
}

.red {
	color: #ff4632;
}

.white {
	color: #fff;
}

.black {
	color: #0d0d0d;
}

p {
	margin-bottom: 20px;
}

a {
	color: #e17a00;
	text-decoration: none;
}

a:hover {
	color: #e17a00;
}

a:focus {
	outline: none;
}

.more {
	display: flex;
	align-items: center;
	width: 112px;
	position: relative;
	z-index: 10;
	font-size: 16px;
}

.more:after {
    content: "";
    display: inline-block;
    background: url(../images/more-arrow.svg) 50% 50% no-repeat #e17a00;
    background-size: 12px 17px;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    border-radius: 100%;
    position: relative;
    transition: all ease-out 100ms;
    left: 0;
}

.more:hover:after {
	left: 5px;
	background-color: #e17a00;
}

.btn {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background: #e17a00;
	border-color: #e17a00;
	font-size: 12px;
	padding: 12px 20px;
	line-height: 1.3;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
	text-align: center;
	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;
	border: none;
	font-weight: 700;
	border-radius: 5px;
}

.btn:hover {
	-webkit-filter: brightness(114%);
	filter: brightness(114%);
	color: #fff;
}

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

.btn.min,
.btn.mini {
	font-size: 14px;
	padding: 6px 15px;
}

.btn.big {
	padding: 16px 40px;
	font-size: 15px;
}

.form-group {
	position: relative;
}

.modal {
	display: none;
	width: 460px;
	max-width: 100%;
	background: #fff;
	padding: 55px 25px 35px;
	border-radius: 5px;
}

.modal-body p {
	font-size: 16px;
}

.box {
	display: none;
}

.box.visible {
	display: block;
}

.close {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 300;
	width: 26px;
	height: 26px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close:before {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: #fd4443;
}

.close:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #fd4443;
}


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

.header-push {
	height: 90px;
}

.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	line-height: 1.4;
}

.header-panel {
	background: #e17a00;
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 15px;
	overflow: hidden;
}

.header-panel-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.h-panel-right {
	display: flex;
}

.header-panel a {
	color: #fff;
}

.header-panel a:hover {
	color: #fff;
	text-decoration: underline;
}

.header-tel {
	letter-spacing: 0.5px;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.header-tel svg {
	margin-right: 8px;
	width: 18px;
	height: 18px;
}

.header-tel+.header-tel {
	margin-left: 14px;
}

.header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;

}

.header-address-inner {
	display: flex;
	align-items: center;
}

.header-address svg {
	margin-right: 10px;
	width: 15px;
	height: 20px;
}

@media (max-width: 991px) {
	.header {
		height: 60px;
	}
	.social {
		padding-right: 5px;
	}
	.header-panel {
		height: 30px;
		line-height: 30px;
	}
	.header-address {
		font-size: 13px;
	}
	.header-address i {
		display: none;
	}
	.header-tel {
		font-size: 14px;
		letter-spacing: 0;
	}
	.header-tel svg {
		display: none;
	}
}

.gray-bg {
	background: url(../images/patterns-transparent-blue-1.png) #f6f7f9;
}

.hr-min {
	width: 100px;
	margin: 30px auto;
}

.weight300 {
	font-weight: 300;
}

.num-section {
	position: relative;
	background: #e17a00;
	color: #fff;
}
.num-section:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e17a00;
    opacity: 0.8;
}
.num-section .container {
	position: relative;
	z-index: 10;
}

.num-section .num {
	font-size: 50px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	opacity: 0;
}

.num-section .num.animated {
	opacity: 1;
}

.num-section .item p {
	font-weight: 300;
	margin-top: -15px;
	text-transform: uppercase;
}

@media(min-width:992px){
    .num-section {
		background-attachment: fixed;
		background-size: cover;
	}
}

hr {
	border-color: #e3e3e4;
}

hr.white {
	border-color: #fff;
}

.features .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.features .row>div {
	margin-bottom: 20px;
}

.features .item {
	text-align: center;
	border: 2px solid #F6F7F9;
	padding: 30px;
	border-radius: 5px;
	height: 100%;
}

.features .item-title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 20px;
}

.features .item-text {
	font-size: 13px;
}

.features .item .img-wrapper {
	margin: 0 auto 25px;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features .item .img-wrapper img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}


/* mob-menu-btn begin */

.menu-button {
	position: fixed;
	right: 15px;
	top: 50px;
	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: 500;
}

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

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

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

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

.icon-menu-burger:after {
	bottom: -9px;
	-webkit-transition: bottom 0.2s linear 0.4s;
	-moz-transition: bottom 0.2s linear 0.4s;
	-o-transition: bottom 0.2s linear 0.4s;
	-ms-transition: bottom 0.2s linear 0.4s;
	transition: bottom 0.2s linear 0.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 0.2s linear 0.4s;
	-moz-transition: transform 0.2s linear 0.4s;
	-o-transition: transform 0.2s linear 0.4s;
	-ms-transition: transform 0.2s linear 0.4s;
	transition: transform 0.2s linear 0.4s;
	-webkit-transition: -webkit-transform 0.2s linear 0.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 0.2s linear;
	-moz-transition: top 0.2s linear;
	-o-transition: top 0.2s linear;
	-ms-transition: top 0.2s linear;
	transition: top 0.2s linear;
	top: 0;
}

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


/* /. mob-menu-btn */

.mobile-menu {
	position: fixed;
	top: 90px;
	left: -370px;
	background: #e17a00;
	height: 100%;
	width: 320px;
	max-width: 100%;
	z-index: 1000;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.1);
}

.overlay {
	position: fixed;
	top: 90px;
	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;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.mobile-menu li {
	position: relative;
}

.mobile-menu>div>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: 15px;
	left: 16px;
	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: 22px;
}

.mobile-menu>div>ul>li.active .dropdown-button:before {
	border-color: #fff;
}

.mobile-menu>div>ul>li>ul {
	position: static;
	width: 100%;
	display: none;
}

.mobile-menu>div>ul>li>a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 13px 20px 10px;
	background: #e17a00;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-weight: 700;
	letter-spacing: 0.5px;
}

.mobile-menu>div>ul>li.active>a {
	color: #ffffff;
	background: #e17a00;
}

.mobile-menu>div>ul>li>ul>li.active>a,
.mobile-menu>div ul ul ul .active>a {
	text-decoration: underline;
}

.mobile-menu>div>ul>li>ul>li>a,
.mobile-menu>div ul ul ul a {
	display: block;
	font-size: 14px;
	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 32px;
	color: #fff;
	position: relative;
}

.mobile-menu>div>ul>li>ul>li>a:before,
.mobile-menu>div ul ul ul a:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 20px;
	border-left: 4px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.mobile-menu>div ul ul ul a:before {
	top: 12px !important;
}

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

.mobile-menu>div ul ul ul a:before {
	left: 34px;
	top: 10px;
}

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

.mobile-menu .active>.dropdown-button+ul {
	padding: 15px 0;
	background: rgba(255, 255, 255, 0.1);
}

.mobile-menu>div ul ul ul {
	padding: 10px 0 !important;
}

.mobile-menu ul ul .dropdown-button {
	height: 38px;
}

.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: 5px !important;
	left: 17px;
	font-size: 18px;
}

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

@media only screen and (max-width: 991px) {
	.mobile-menu.open {
		left: 0;
	}
	.mobile-menu.open+.overlay {
		z-index: 500;
		opacity: 1;
	}
	.mobile-menu {
		overflow-y: scroll;
		padding-bottom: 100px;
	}
}


/* /. mobile-menu */

@media only screen and (max-width: 767px) {
	.f36 {
		font-size: 30px;
		line-height: 1.2;
	}
	h1,
	.title-h1 {
		font-size: 22px;
		line-height: 1.2;
	}
	h2,
	.title-h2 {
		font-size: 20px;
		line-height: 1.2;
	}
	h3,
	.title-h3 {
		font-size: 18px;
		line-height: 1.2;
	}
}

@media (min-width: 992px) {
    .box {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 768px) {
	.flex-sm {
		display: flex;
	}
	.flex-sm>div {
		height: auto;
	}
	.modal {
		padding: 55px 40px 40px;
	}
	.mobile-tab-header {
		display: none;
	}
	ul.tabs.mobile {
		display: block !important;
		margin: 0;
	}
	.box {
		padding: 0 15px;
	}
	h1,
	.title-h1 {
		font-size: 40px;
	}
	h1.min,
	.title-h1.min {
		font-size: 30px;
	}
	.quest-section span {
		vertical-align: top;
		margin-right: 30px;
		display: inline;
		margin-bottom: 0;
	}
}

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

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

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

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

@keyframes fadeOutUpSmall {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

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

/* Top menu */
@media (min-width: 992px) {
	.top-menu-wrapper {
		height: 100%;
		display: flex;
		align-items: center;
		-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>ul>li {
		display: inline-block;
		margin: 0 0 0 30px;
		position: relative;
	}
	.top-menu>ul>li:first-of-type {
		margin-left: 0;
	}
	.top-menu>ul>li>a {
		display: inline-block;
		font-size: 14px;
		color: #000;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		font-weight: 700;
	}
	.top-menu>ul>li:hover>a,
	.top-menu>ul>li.active>a {
		color: #e17a00;
	}
	.top-menu>ul>li:last-of-type {
		margin-right: 0;
	}
	.top-menu>ul>li>ul {
		display: none;
		position: absolute;
		top: calc(100% + 40px);
		width: 250px;
		z-index: 500;
		box-shadow: 4px 4px 14px rgb(0 0 0 / 8%);
		background: #fff;
		margin-left: -30px;
		left: 0;
	}
	.hPanelHide .top-menu>ul>li>ul {
		top: calc(100% + 35px);
	}
	.top-menu>ul>li:hover>ul {
		display: block;
	}
	.top-menu>ul>li>ul:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -45px;
		height: 45px;
	}
	.hPanelHide .top-menu>ul>li>ul:before {
		top: -35px;
		height: 35px;
	}
	.top-menu>ul>li.down>a {
		position: relative;
	}
	.top-menu>ul>li.down>a:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		vertical-align: middle;
		margin: -6px 0 0 8px;
	}
	.top-menu>ul>li.down.active>a:after,
	.top-menu>ul>li.down:hover>a:after {
		border-color: #e17a00;
	}
	.top-menu>ul>li:last-of-type>ul {
		left: auto;
		right: 0;
	}
	.top-menu>ul>li:last-of-type>ul>li:first-of-type:before {
		left: auto;
		right: 15px;
	}
	.top-menu>ul>li>ul>li>a {
		display: block;
		padding: 12px 30px;
		font-size: 14px;
		color: #000;
		border-bottom: 1px solid #F6F7F9;
	}
	.top-menu>ul>li>ul>li:last-of-type>a {
		border: none;
	}
	.top-menu>ul>li>ul>li:hover>a,
	.top-menu>ul>li>ul>li.active>a {
		color: #e17a00;
	}
	.top-menu ul ul ul {
		position: absolute;
		left: calc(100% + 5px);
		top: -10px;
	}
	.top-menu ul ul ul {
		position: absolute;
		top: 0;
		left: calc(100% + 5px);
		width: 240px;
		display: none;
		z-index: 500;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
		background: #fff;
		padding: 10px 0;
		border-radius: 10px;
	}
	.top-menu ul ul li {
		position: relative;
	}
	.top-menu ul ul li:hover>ul {
		display: block;
	}
	.top-menu ul ul ul a {
		display: block;
		padding: 5px 15px;
		font-size: 14px;
		color: #494743;
	}
	.top-menu ul ul ul li.active>a,
	.top-menu ul ul ul li:hover>a {
		color: #e17a00;
	}
	.top-menu>ul>li[data-menusize="big"] {
		position: static;
	}
	.top-big-menu-wrap{
	    position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0 30px 30px;
		visibility: hidden;
		opacity: 0;
		top: 100px;
		z-index: 500;
        box-shadow: 4px 4px 14px rgb(0 0 0 / 8%);
        background: #fff;
	}
	.top-big-menu-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -45px;
        height: 45px;
    }
    .hPanelHide .top-big-menu-wrap:before{
        top: -35px;
        height: 35px;
    }
    .top-big-menu-wrap:after{
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 30px;
        background: #fff;
        z-index: 10;
    }
	.header-wrapper.hPanelHide .top-big-menu-wrap{
		top: 90px;
	}
	.top-menu>ul>li[data-menusize="big"]:hover .top-big-menu-wrap{
		visibility: visible;
		opacity: 1;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul{
	    max-height: 400px;
		overflow: auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul:before{
	    display: none;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%;
		max-width: 25%;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
		margin-bottom: 20px;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>a {
		font-size: 14px;
		line-height: 1.21429;
		font-weight: 700;
		text-transform: uppercase;
		position: relative;
		padding: 0 0 5px;
		margin-bottom: 10px;
		display: inline-block;
		border: none;
		color: #e17a00;
	}
	.top-menu ul>li[data-menusize="big"] ul li:hover a {
		color: inherit;
	}
	.top-menu>ul>li[data-menusize="big"] ul li a:hover,
	.top-menu>ul>li[data-menusize="big"] ul li.active>a {
		color: #e17a00;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul {
		position: relative;
		left: 0;
		top: 0;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul {
		display: block;
		padding: 0;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li {
		padding: 0 20px 0 0;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li:nth-of-type(4n) {
		padding-right: 0;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul>li {
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a {
		font-size: 13px;
		padding: 0;
		position: relative;
	}
	.top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a:before{
	    content:"";
	    width: 4px;
	    height: 4px;
	    border-radius: 1px;
	    background: #e17a00;
	    position: absolute;
	    top: 7px;
	    left: -10px;
	}
}

@media (min-width: 1240px) {
	.top-menu>ul>li {
		margin: 0 0 0 40px;
	}
	.top-menu>ul>li>a {
		font-size: 14px;
		text-transform: uppercase;
		color: #000;
	}
	ul.tabs.mobile li {
		padding: 18px 90px;
	}
	h1.big,
	.title-h1.big {
		font-size: 80px;
		line-height: 1;
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.header-push {
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.header-wrapper {
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
}

@media (min-width: 992px) {
	.header-push {
		height: 150px;
	}
	.header-wrapper.hPanelHide {
		top: -50px;
	}
	.header-wrapper.hPanelHide {
		top: -50px;
	}
	.header-wrapper.hPanelHide .header {
		height: 90px;
	}
}
/* /.Top menu */


/* Top slider */

.top-slider>div {
	display: none;
}

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

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

.top-slider .slick-dots li {
	border-color: #e17a00 !important;
}

.top-slider .slick-dots li.slick-active {
	background-color: #e17a00 !important;
}

.top-slider .item {
	overflow: hidden;
	position: relative;
}

.top-slider .item-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.top-slider .item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.top-slider .item-inner {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 40vw;
	color: #fff;
	max-height: 700px;
}
.top-slider .item-inner:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.top-slider .item .title {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 40px;
	max-width: 65%;
	font-weight: 700;
    z-index: 10;
    position: relative;
}

.top-slider .item .text {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 60px;
	max-width: 65%;
    z-index: 10;
    position: relative;
}

.slider-buttons {
	width: 50%;
}

.top-slider .btn {
	height: 51px;
	padding: 0;
	line-height: 51px;
}

.top-slider .callback-btn svg {
	width: 21px;
	height: 21px;
	margin-right: 5px;
	position: relative;
	bottom: -4px;
}

.top-slider .whatsapp-btn {
	background: #1fbf45;
}

.top-slider .whatsapp-btn svg {
	width: 20px;
	height: 22.844px;
	margin-right: 5px;
	position: relative;
	bottom: -5px;
}

.top-slider .slick-prev,
.top-slider .slick-next {
	border: none;
	background: rgba(255, 255, 255, 0.5);
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
	background: #e17a00;
}

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

@media (max-width: 1919px) {
	.top-slider .item .title {
		font-size: 3vw;
		margin-bottom: 2vw;
	}
}

@media (max-width: 1229px) {
	.slider-buttons {
		width: 65%;
	}
	.top-slider .item .text {
		font-size: 1.5vw;
		margin-bottom: 2.5vw;
	}
}

@media (max-width: 991px) {
	.top-slider .btn {
		height: 5vw;
		line-height: 5vw;
		font-size: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.top-slider .item .text {
		font-size: 2vw;
		margin-bottom: 3vw;
	}
	.top-slider .btn svg {
		display: none;
	}
	.top-slider .slick-dots {
		bottom: 15px;
	}
}

@media (max-width: 767px) {
	.top-slider .item-inner {
		height: 58vw;
	}
	.top-slider .item .title {
		font-size: 4.2vw;
		margin-bottom: 2vw;
		max-width: 70%;
	}
	.top-slider .item .text {
		font-size: 2.8vw;
		margin-bottom: 3vw;
		max-width: 70%;
	}
	.slider-buttons {
		width: 100%;
	}
	.top-slider .btn {
		height: 8vw;
		line-height: 8vw;
		font-size: 2.5vw;
		margin-bottom: 1.5vw;
	}
}


/* /. Top slider */

.blocksection {
	width: 100%;
	overflow: hidden;
}

.team-carousel .slick-track {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.team-carousel .slick-slide {
	height: inherit;
}

.team-carousel .slick-slide>div {
	height: 100%;
}

.team-carousel .slick-list {
	padding-top: 10px;
}

.team-carousel>div {
	display: none;
}

.team-carousel>div:first-of-type,
.team-carousel.slick-slider>div {
	display: block;
}

.team-list.flex {
	display: flex;
	flex-wrap: wrap;
}

.team-list>div {
	margin-bottom: 30px;
}

.team-list .item {
    height: 100%;
    position: relative;
    border-radius: 5px;
    background: #f6f7f9;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
.base-template .team-carousel .item{
    background: #fff;
}
.team-list .item-content {
	padding: 15px 20px;
	background: #fff;
	flex: 1 1 auto;
}

.team-list .item .img-wrapper {
	overflow: hidden;
	width: 100%;
}

.team-list .item .img-wrapper img {
	width: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.team-list .item:hover .img-wrapper img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.team-list .item-title {
	font-size: 16px;
	color: #e17a00;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.team-list .item-subtitle {
	overflow: hidden;
	height: 44px;
}

.team-carousel {
	margin-bottom: 50px !important;
}

.team-carousel .slick-prev,
.team-carousel .slick-next {
	border: 1px solid #F6F7F9;
    top: inherit;
    bottom: -70px;
    margin-top: 0;
    width: 40px;
    background: #fff;
    height: 40px;
}

.team-carousel .slick-prev {
	left: 50%;
	margin-left: -45px;
}

.team-carousel .slick-next {
	right: 50%;
	margin-right: -45px;
}

.team-carousel .slick-prev:after,
.team-carousel .slick-next:after {
	border-color: #e17a00;
	border-width: 1px;
}

.team-carousel .slick-prev:hover,
.team-carousel .slick-next:hover {
	border-color: #e17a00;
	background: #e17a00;
}

.team-carousel .slick-prev:hover:after,
.team-carousel .slick-next:hover:after {
	border-color: #fff;
}

@media (max-width: 600px) {
	.team-list.flex>div {
		width: 100%;
	}
}

.contacts-block .social a {
	margin: 0 12px 0 0;
	color: #e17a00;
	font-size: 30px;
}

.contacts-block .social a:hover {
	color: #fff;
}

.breadcrumb {
	padding-top: 30px;
	margin: 0 0 30px;
	list-style: none;
	height: 58px;
	overflow: hidden;
}

.breadcrumb>li {
	display: inline-block;
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	margin-right: 26px;
	background: #F6F7F9;
	height: 28px;
	line-height: 28px;
	color: #000;
}

.breadcrumb svg {
	width: 18px;
	position: relative;
	bottom: -4px;
	fill: #e17a00;
}

.breadcrumb>li a {
	color: #e17a00;
	text-decoration: none;
}

.breadcrumb>li a:hover {
	color: #e17a00;
}

.breadcrumb>li:after {
	position: absolute;
	content: "";
	display: block;
	top: 4px;
	right: -10px;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #F6F7F9;
}

.breadcrumb>li:before {
	position: absolute;
	content: "";
	left: -22px;
	bottom: 0;
	border: 14px solid #F6F7F9;
	border-left: 14px solid transparent;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
}

.breadcrumb>li:first-of-type:before {
	display: none;
}

.specialist-section .aside .img-wrapper img {
	border-radius: 5px;
}

.specialist-section h1 {
	margin-bottom: 10px;
}

.specialist-section .status {
	font-size: 19px;
	font-weight: 300;
}

.specialist-section .content {
	font-size: 16px;
}

@media (min-width: 992px) {
	.main-column {
		padding-left: 30px;
	}
}


/* Certificates */
.index-template .certificats-gallery .row > div:not(:first-of-type){
    display: none;
}
.index-template .certificats-gallery .row.slick-slider,
.base-template .certificats-gallery .row{
	display: flex;
	flex-wrap: wrap;
}

.certificats-gallery .row>div {
	margin-bottom: 20px;
}

.certificats-gallery .item {
	height: 100%;
	background: #fff;
	padding: 10px;
	min-height: 300px;
	position: relative;
	border: 2px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 15px solid #f5f5f5;
	-webkit-box-shadow: inset -1px 2px 7px rgb(0 0 0 / 35%), -16.3px 16.3px 16px rgb(0 0 0 / 12%);
	box-shadow: inset -1px 2px 7px rgb(0 0 0 / 35%), 5px 5px 5px rgb(0 0 0 / 12%);
}

.certificats-gallery .item img {
	max-height: 100%;
}

.certificats-gallery .item>a {
	background: rgb(32 37 52 / 50%);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.certificats-gallery .item>a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/zoom.png) 50% 50% no-repeat;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.certificats-gallery .item:hover>a {
	opacity: 1;
}

.certificats-gallery .item:hover>a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

@media (max-width: 1229px) {
	.certificats-gallery .item {
		min-height: 180px;
	}
}

@media (max-width: 991px) {
	.certificats-gallery .element {
		min-height: 26vw;
	}
}

@media (max-width: 767px) {
	.certificats-gallery .item {
		min-height: 65vw;
	}
}


/* /. Certificates */

.services>ul {
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services>ul>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	width: 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 40px;
	position: relative;
	padding-right: 15px;
}

.services>ul>li:nth-of-type(3n) {
	padding-right: 0;
}

.services li a {
	color: #494743;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 7px;
	line-height: 1.5;
}

.services li a:hover {
	color: #e17a00;
}

.services>ul>li>a {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 22px;
	font-size: 18px;
	position: relative;
}

.services ul ul{
    padding-left: 12px;
}
.services ul ul a{
    position: relative;
}
.services ul ul a:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #e17a00;
    position: absolute;
    top: 9px;
    left: -12px;
}
@media (max-width: 1239px) {
	.services>ul>li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%;
		max-width: 50%;
		padding-right: 40px;
	}
	.services>ul>li:nth-of-type(3n) {
		padding-right: 40px;
	}
	.services>ul>li:nth-of-type(2n) {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.services>ul>li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.services>ul>li:nth-of-type(3n) {
		padding-right: 0;
	}
}


/* news */

.news-section .row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.news-section .row>div {
	margin-bottom: 20px;
}

.news-section .item {
	height: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}

.news-section .item-body {
	border: 1px solid #F6F7F9;
	border-top: none;
	flex: 1 1 auto;
	position: relative;
	padding-bottom: 70px;
	border-radius: 0 0 5px 5px;
}

.news-section .item .img-wrapper img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.news-section .item-content {
	padding: 30px 30px 10px;
}

.news-section .news-date {
	color: #8c8c8c;
	font-weight: 300;
}

.news-section .item-title {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
}

.news-section .item .more {
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-decoration: none;
}

.news-section .item:hover {
	box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}

@media (max-width: 767px) {
	.news-section .row {
		display: block;
	}
}

@media (max-width: 1239px) and (min-width: 992px) {
	.index-template .news-section .row>div:last-of-type {
		display: none;
	}
}


/* /. news */


/* pagination */

.pagination {
	display: inline-block;
	margin: 30px 0 0;
}

.pagination li {
	display: inline;
}

.pagination li>span {
	cursor: default;
}

.pagination li>a,
.pagination li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #626262;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 3px;
}

.pagination li:first-child>a,
.pagination li:first-child>span {
	margin-left: 0;
}

.pagination li>a:hover {
	background-color: #eeeeee;
}

.pagination .active>a,
.pagination .active>a:hover {
	background-color: #e17a00;
	color: #fff;
	border-color: #e17a00;
	cursor: default;
}


/* /. pagination */

.news-page-section .content p {
	text-align: justify;
}

.news-page-section .img-wrapper img {
	border-radius: 5px;
}

.news-page-section .date {
	font-size: 18px;
	color: #e17a00;
	font-weight: 300;
}


/* accordeon */

.accordeon .item-content {
	display: none;
	padding: 0 0 55px;
}

.accordeon .item {
	background-color: #fff;
    box-shadow: 0 0 0 2px rgb(227 227 227);
    margin-bottom: 30px;
    padding: 0 30px 0 40px;
}

.accordeon .item-title {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px 100px 30px 0;
	cursor: pointer;
	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;
}

.accordeon .item-title:hover,
.accordeon .item.active .item-title {
	color: #e17a00;
}

.accordeon .item-title span {
	position: absolute;
	right: -5px;
	top: 50%;
	display: block;
	width: 63px;
	height: 22px;
	margin-top: -11px;
	cursor: pointer;
}

.accordeon .item-title span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
	transform: translate(-50%, -50%) rotateZ(-90deg);
	width: 22px;
	height: 63px;
	background-image: url(../images/slider-left-arr-hover.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-height: 35px;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.accordeon .item-title span:hover:after {
	max-height: 63px;
}

.accordeon>div:first-of-type .item-content {
	display: block;
}

.accordeon>div:last-of-type {
	margin-bottom: 0;
}

.pricetable,
.tbodyprice {
	display: block;
}

.tbodyprice tr {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #F6F7F9;
	padding: 20px 0;
}

.tbodyprice tr>td:first-of-type {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 130px);
	flex: 0 0 calc(100% - 130px);
	width: calc(100% - 130px);
	max-width: calc(100% - 130px);
	padding-right: 15px;
}

.tbodyprice tr>td:last-of-type {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	width: 130px;
	max-width: 130px;
}

@media (max-width: 991px) {
	.accordeon .item {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.accordeon .item-title {
		font-size: 16px;
		padding: 20px 70px 20px 0;
	}
	.accordeon .item-content {
		padding: 0 0 30px;
	}
	.tbodyprice tr {
		border-bottom-width: 1px;
	}
	.tbodyprice tr>td {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.accordeon .item-title {
		font-size: 14px !important;
	}
	.tbodyprice tr>td {
		font-size: 14px;
	}
	.accordeon .item-title span {
		right: -10px;
	}
}


/* /. accordeon */

.map {
	height: 550px;
}

#mapexMap,
#google-map {
	height: 100%;
}

@media (max-width: 991px) {
	.map {
		height: 350px;
	}
}


/* Contacts-section */

.feedback-block .form-control {
	margin-bottom: 10px;
	height: 45px;
}

.contacts-block .item {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	font-size: 18px;
}

.contacts-block .item svg {
	position: absolute;
	left: 0;
	fill: #e17a00;
}

.contacts-block .address-item svg {
	top: 1px;
	width: 18px;
	height: 24px;
}

.contacts-block .phone-item svg {
	top: 4px;
	width: 20px;
	height: 20px;
}

.contacts-block .email-item svg {
	top: 3px;
	width: 20px;
	height: 20px;
}

.contacts-block .schedule-item svg {
	top: 3px;
	width: 22px;
	height: 22px;
}

.contacts-block .item a {
	text-decoration: underline;
}

.contacts-block .item a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.feedback-block {
		margin-bottom: 50px;
	}
}


/* /. Contacts-section */


/* Gallery */

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

.gallery .item a {
	display: block;
	position: relative;
}

.gallery .item a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 50%);
	transform: scale(0);
	transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
}

.gallery .item:hover a:after {
	transform: scale(1);
	opacity: 1;
}

.gallery .item a:before {
	content: "";
    width: 25px;
    height: 25px;
    background: url(../images/zoom.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -12px;
    margin-left: -12px;
    transform: scale(0);
    transition: all 200ms ease-out;
    opacity: 0;
}

.gallery .item:hover a:before {
	transform: scale(1);
	opacity: 1;
}


/* /.Gallery */


/* Reviews */

.reviews {
	margin: 0 -15px;
	padding-bottom: 20px;
}

.rev-item,
.rev-grid-sizer {
	width: 100%;
}

.rev-item .inner {
	padding: 30px;
	margin: 0 15px 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 2px #f6f7f9;
}

.rev-item .rev-header .title {
	font-weight: 700;
	font-size: 22px;
}

.rev-item .rev-date {
	padding-top: 7px;
	color: #e17a00;
}

.rev-text {
	margin-bottom: 10px;
}

.scan-link {
	margin-bottom: 20px;
	font-style: italic;
	text-decoration: underline;
	display: inline-block;
}

.scan-link:hover {
	color: #e17a00;
	text-decoration: none;
}

.rev-doctor {
	padding-left: 100px;
	position: relative;
	height: 90px;
}

.rev-doctor .title {
	font-size: 16px;
}

.doctor-name {
	font-size: 17px;
	font-weight: bold;
}

.rev-doctor .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.rev-doctor .img-wrapper img {
	border-radius: 5px;
}

@media only screen and (min-width: 768px) {
	.rev-item,
	.rev-grid-sizer {
		width: 50%;
	}
}


/* /. Reviews */


/* Agreement */

.agreement {
	position: relative;
	margin-bottom: 30px;
	color: #7c7f8c;
	padding-left: 25px;
}

.agreement input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.agreement label {
	display: inline;
}

.agreement input+label:before {
	background: url(../images/check-empty.svg) 0 0 no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 2px;
	left: 0px;
}

.agreement input:checked+label:before {
	background: url(../images/checked.svg) 0 0 no-repeat;
}

.agreement input.rferr+label {
	color: red;
}

.top-info-block .agreement input+label:before {
	background-image: url(../images/check-empty-white.svg);
}

.top-info-block .agreement input:checked+label:before {
	background-image: url(../images/checked-white.svg);
}

.top-info-block .agreement {
	margin-bottom: 0;
	color: #fff;
}


/* /. Agreement */


/* Aside menu */

.aside {
	margin-bottom: 30px;
}

.aside-menu-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
}

.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;
	text-decoration: none !important;
	color: #616161;
	padding: 15px 36px 15px 0;
	line-height: 1.3;
}

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

.aside-menu>ul ul {
	display: none;
	margin-bottom: 25px;
	padding-left: 15px;
}

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

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

.aside-menu>ul>li {
	border-bottom: 1px solid #cfcfcf;
}

.aside-menu>ul>li:first-of-type {
	border-top: 1px solid #cfcfcf;
}

.aside-menu>ul .dropdown-button {
	height: 50px;
	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: 1px;
	height: 13px;
	top: 50%;
	right: 17px;
	background: #b3b5b7;
	margin-top: -6px;
}

.aside-menu>ul .dropdown-button.active:after {
	display: none;
}

.aside-menu>ul .dropdown-button:before {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 1px;
	top: 50%;
	right: 17px;
	background: #b3b5b7;
	margin-right: -6px;
}

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

.aside-menu ul ul a {
	padding: 10px 0 8px 0;
	font-size: 14px;
	position: relative;
}


/* /. Aside menu */

.index-template .map-wrapper,
.map-iframe {
	height: 550px;
}

.map-iframe iframe {
	height: 100%;
	width: 100%;
	position: relative;
	bottom: -5px;
}

@media (max-width: 991px) {
	.index-template .map-wrapper,
	.map-iframe {
		height: 350px;
	}
}

.table-wrapper {
	width: 100%;
	overflow: auto;
}

.content table {
	width: 100%;
	margin-bottom: 30px;
}

.content table th {
	background: #F6F7F9;
	text-transform: uppercase;
	padding: 15px 20px;
	vertical-align: middle;
	border: 1px solid #F6F7F9;
	border-right-color: #f0f0f0;
}

.content table th:last-of-type {
	border-right-color: #F6F7F9;
}

.content table td {
	border: 1px solid #F6F7F9;
	padding: 10px 20px;
	vertical-align: middle;
	font-weight: 100;
	font-size: 15px;
}

.services-intro .img-wrapper img {
	width: 100%;
}


/* Files */

.files-list {
	display: flex;
	flex-wrap: wrap;
}

.files-list .item {
	width: 50%;
	position: relative;
	margin-bottom: 20px;
	padding: 0 20px 0 40px;
}

.files-list .item .title {
	margin-bottom: 10px;
}

.files-list .item .title a span {
	color: #000;
	border-bottom: 1px dotted #1e1e1e;
}

.files-list .item .title a:hover span {
	border-color: transparent;
}

.files-list a:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 30px;
	height: 40px;
	background: url(../images/doc-icon.svg) 0 0 no-repeat;
}

@media(max-width:991px){
    .files-list .item{
        width: 100%;
    }
}

/* /. Files */


/* Reviews, rating */

.rating {
	position: relative;
	height: 24px;
	width: 140px;
	color: #c1c1c1;
	white-space: nowrap;
	margin-bottom: 30px;
}

.rating .real {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffb100;
	width: 0;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
}

.rating svg {
	width: 24px;
	height: 21.328px;
}

.rating.rating1 .real {
	width: 20%;
}

.rating.rating2 .real {
	width: 40%;
}

.rating.rating3 .real {
	width: 60%;
}

.rating.rating4 .real {
	width: 80%;
}

.rating.rating5 .real {
	width: 100%;
}

.rev-form .ec-rating-stars span {
	background: transparent;
	width: auto;
	height: auto;
	margin-right: 7px;
}

.ec-rating-stars svg {
	cursor: pointer;
	color: #c1c1c1;
	width: 20px;
	height: 20px;
}

.ec-rating-stars .active svg,
.ec-rating-stars .active2 svg {
	color: #ffb100;
}

.alert-success {
	background: #d4f5d4;
	padding: 15px;
	border: 1px solid #b3dbb3;
	font-size: 14px;
	margin-bottom: 20px;
}

.form-group.has-error input {
	border-color: #ff1a00;
}

.reviews-easycomm .element {
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	margin-bottom: 40px;
	border-radius: 0;
}

.reviews-easycomm .element .rev-element-body {
	background: #ffffff;
	padding: 32px 22px 30px;
	border-radius: 5px;
	border: 2px solid #F6F7F9;
}

.reviews-easycomm .element .rev-element-body:after {
	content: "";
	position: absolute;
	left: 45px;
	bottom: -20px;
	border: 10px solid transparent;
	border-left: 10px solid #F6F7F9;
	border-top: 10px solid #F6F7F9;
}

.rev-element-footer {
	padding: 20px 0 0 40px;
}

.rev-element-footer .rev-name {
	font-family: "Roboto Slab", serif;
	font-size: 20px;
}


/* /. Reviews, rating */


/* Services items */

.services-items .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
}

.services-items .row>div {
	margin-bottom: 20px;
}

.services-items .item {
	height: 100%;
	padding: 25px;
	position: relative;
	background: #F6F7F9;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 5px;
}

.services-items .item:hover {
	box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}

.services-items .item-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.services-items .item-title {
	font-size: 19px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
	width: calc(100% - 120px);
}

.services-items .item-icon {
	width: 100px;
	height: 100px;
	background: url(../images/hexagon.svg);
	background-size: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.services-items .item-icon img {
	width: 50px;
	max-height: 50px;
}

.services-items .item-description {
	font-size: 13px;
	line-height: 1.8;
}


/* /. Services items */


/* About section */

.about-section {
	background: #f6f7f9;
	padding: 70px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.about-section:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 65%;
	background: #fff;
}

.about-section-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60%;
	right: -220px;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 10;
}

.about-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section .content {
	padding: 30px 0;
}

@media (max-width: 1499px) {
	.about-section-img {
		left: 55%;
		right: -120px;
	}
}

@media (max-width: 1239px) {
	.about-section-img {
		left: 50%;
		right: -100px;
	}
	.about-section .content {
		padding: 0 30px 0 0;
		font-size: 15px;
	}
	.about-section h3,
	.about-section .title-h3 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.about-section {
		padding: 90px 20px 50px;
	}
	.about-section:after {
		display: none;
	}
	.about-section-img {
		position: static;
		height: 60vw;
		background-size: cover;
		margin-bottom: 40px;
		border-radius: 5px;
	}
	.about-section .content {
		padding: 0;
	}
}


/* /.About section */


/* Middle section header */

.middle-section-header {
	background: url(../images/bg2.jpg) 50% no-repeat #232323;
	background-size: cover;
	margin-bottom: 80px;
	padding-bottom: 30px;
	position: relative;
	color: #fff;
}
.middle-section-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #141414;
    opacity: 0.6;
}

.middle-section-header .container{
    position: relative;
    z-index: 10;
}

.middle-section-header .breadcrumb>li {
	background: #fff;
}

.middle-section-header .breadcrumb>li:after {
	background: #fff;
}

.middle-section-header .breadcrumb>li:before {
	border-color: #fff;
	border-left-color: transparent;
}

.middle-section-header .introtext {
	padding-bottom: 40px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 18px;
}

@media(max-width:767px){
    .middle-section-header .btn.big {
        padding: 15px;
        font-size: 14px;
    }
    .middle-section-header .introtext{
        font-size: 16px;
    }
}
/* /. Middle section header */


/* About intro block */

.about-intro-block {
	padding-top: 30px;
	margin-bottom: 30px;
}

.about-intro-block .content p {
	text-align: justify;
}

.about-intro-block .row {
	display: flex;
	flex-wrap: wrap;
}

.about-intro-block .row>div>div {
	height: 100%;
}

.about-intro-block .content-block {
	padding-top: 20px;
}

.about-intro-block .img-wrapper {
	padding-left: 50px;
	position: relative;
}

.about-intro-block .img-wrapper:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 20px;
	right: auto;
	width: 50%;
	height: 70%;
	background-position: 0 0, 5px 7px;
	background-size: 12px 12px;
	background-image: radial-gradient(#d1d4d8 1px, transparent 0), radial-gradient(#d1d4d8 1px, transparent 0);
	background-color: hsla(0, 0%, 100%, 0.3);
	z-index: 1;
}

.about-intro-block .img-inner {
	position: relative;
	z-index: 2;
}

.about-intro-block .img-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1239px) {
	.about-intro-block .img-inner {
		height: auto;
	}
	.about-intro-block {
		margin-bottom: 40px;
	}
	.about-intro-block .content-block {
		padding-top: 0;
	}
	.about-intro-block {
		padding-top: 10px;
	}
}

@media (max-width: 991px) {
	.about-intro-block .content-block {
		padding-top: 0;
	}
	.about-intro-block {
		padding-top: 0;
	}
	.about-intro-block .img-wrapper {
		padding-left: 20px;
	}
	.about-intro-block .img-wrapper:before {
		left: -5px;
	}
	.about-intro-block .row {
		flex-direction: column-reverse;
	}
	.about-intro-block .img-inner {
		margin-bottom: 50px;
	}
	.about-intro-block .img-inner img {
		width: auto;
	}
}


/* /. About intro block */

.about-page .gallery .item {
	border-radius: 5px;
	overflow: hidden;
}

.page-img img {
	width: 100%;
}

.site_map a {
	text-decoration: underline;
}

.site_map a:hover {
    text-decoration: none;
}
.description{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}


/*reason-section*/
.reason-section{
    background: #f6f6f6;
}
.reason-inner{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}
.reason-inner .item{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 60px 1fr;
}
.reason-inner .number{
    color: #333;
    text-align: center;
    border: 2px solid #e17a00;
    border-radius: 70px;
    margin: 0;
    float: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 56px;
    width: 60px;
    height: 60px;
}
.reason-inner .item-title{
    font-size: 22px;
    margin-bottom: 15px;
    color: #181818;
    line-height: 1.5;
    font-weight: 700;
}
.reason-inner .item-text{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
	.reason-inner{
        grid-template-columns: 1fr;
	}
}
/*reason-section./*/


/*features-section*/
.features-section{
    background: url(../images/bg.jpg) 85% 106%/400px no-repeat;
}
.features-section .description{
    font-size: 18px;
    margin-bottom: 30px;
}
.features-wrapper{
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 0px;
}
.features-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.features-header{
    margin-right: 50px;
}
.features-inner .item{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 75px 1fr;
}
.features-inner .item-title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 15px;
}
.features-inner .item-text{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
@media (max-width: 991px) {
  .features-wrapper{
      grid-template-columns: 1fr;
  }
  .features-header{
      text-align: center;
  }
  .features-header .btn{
      display: none;
  }
  .features-header{
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
	.features-section{
        background: none;
    }
}
@media (max-width: 600px) {
    .features-inner{
        grid-template-columns: 1fr;
    }
    
}
/*features-section ./*/

/*certificate-section*/
.certificate-section{
    background: url(../images/fon-dokumentov.jpg) 50% 50%/cover no-repeat;
    color: #fff;
}
.certificate-wrapper{
    backdrop-filter: brightness(0.25);
}
.certificate-section .row{
    margin: 0;
    display: block;
}
.certificate-section .slick-slider .col-xs-6,
.certificate-section .slick-slider .col-sm-4{
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.certificate-section .slick-track{
    display: flex;
}
.certificate-section .slick-next{
    right: -60px;
    border: 2px solid #ffffff;
}
.certificate-section .slick-prev{
    left: -60px;
    border: 2px solid #ffffff;
}
.certificate-section .slick-next:hover,
.certificate-section .slick-prev:hover{
    border-color: #e17a00;
}
.certificate-section .slick-prev:after, 
.certificate-section .slick-next:after{
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
@media (max-width: 1320px) {
    .certificate-section .slick-next, .certificate-section .slick-prev{
        display: none;
    }
}
@media (max-width: 1080px) {
    .certificate-section .slick-next, .certificate-section .slick-prev{
        display: none !important;
    }
}
/*certificate-section./*/

/*step-section*/
.step-section{
    background: #f6f6f6;
}
.step-section .step-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 30px;
    text-align: center;
    justify-items: center;
}
.step-section .step-inner .item .number{
    background: #fff;
    border-radius: 50%;
    border: 3px solid #e17a00;
    aspect-ratio: 1/1;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    font-weight: bold;
    font-size: 24px;
}
.step-section .step-inner .item .item-content {
    border: 1px solid #dbdbdb;
    padding: 10px;
    padding-top: 30px;
    margin-top: -24px;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-section .step-inner .item{
    width: 100%;
}
@media (max-width: 991px) {
   .step-section .step-inner{
	    grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 767px) {
	.step-section .step-inner{
	    grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 500px) {
	.step-section .step-inner{
	    grid-template-columns: 1fr;
	}
}
/*step-section./*/

/* call-to-action-section2 */
.call-to-action-section2{
    background: #232323;
    color: #fff;
    padding: 80px 0 90px;
}
.base-template .call-to-action-section2{
    background: #212121;
}
.call-to-action-section2-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.call-to-action-section2-inner .left-part{
    width: calc(100% - 450px);
}
.call-to-action-section2-inner .right-part{
    width: 400px;
}
.call-to-action-section2-inner .item-title{
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
.call-to-action-section2-inner .item-text{
    color: #BABDBF;
    font-size: 22px;
}
.call-to-action-section2-inner .item-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.call-to-action-section2-inner .item-phone{
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.call-to-action-section2-inner .item-phone:hover{
    color: #e17a00;
}
.call-to-action-section2-inner .messengers a{
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    border-radius: 50%;
}
.call-to-action-section2-inner .messengers a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.call-to-action-section2-inner .messengers a:hover{
    box-shadow: 0 0 0 3px rgba(255,255,255,0.8);
}

@media(max-width:1229px){
    .call-to-action-section2-inner .item-title{
        font-size: 28px;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 19px;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 26px;
    }
}
@media(max-width:991px){
    .call-to-action-section2-inner .item-title{
        font-size: 24px;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 14px;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 17px;
    }
    .call-to-action-section2-inner .right-part {
        width: 300px;
    }
    .call-to-action-section2-inner .left-part {
        width: calc(100% - 340px);
    }
    .call-to-action-section2-inner .messengers a{
        width: 32px;
        height: 32px;
    }
    .call-to-action-section2{
        padding: 70px 0;
    }
}
@media(max-width:767px){
    .call-to-action-section2{
        padding: 50px 0;
    }
    .call-to-action-section2-inner .right-part {
        width: 100%;
    }
    .call-to-action-section2-inner .left-part {
        width: 100%;
        margin-bottom: 30px;
    }
    .call-to-action-section2-inner .item-title{
        font-size: 28px;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 18px;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 28px;
    }
    .call-to-action-section2-inner .messengers a{
        width: 40px;
        height: 40px;
    }
}
@media(max-width:459px){
    .call-to-action-section2-inner .item-title{
        font-size: 6vw;
    }
    .call-to-action-section2-inner .item-text{
        font-size: 4vw;
    }
    .call-to-action-section2-inner .item-phone{
        font-size: 5.5vw;
    }
    .call-to-action-section2-inner .messengers a{
        width: 9vw;
        height: 9vw;
    }
}
/* /. call-to-action-section2 */

/* contacts-section */
.contacts-section.mod{
    padding: 60px 0;
    background: #f3f3f3;
}
.contacts-section-title{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
}
.contacts-section-title span{
    color: #e17a00;
}
.contacts-section-cols{
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 2fr 1.2fr 1fr;
}
.contacts-section-form-block{
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 20px;
    height: 100%;
}
.contacts-section-form-block-title{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}
.contacts-section .form-group label{
    margin-bottom: 8px;
    display: inline-block;
}
.contacts-section .form-block-row{
    display: grid;
    grid-column-gap: 24px;
}
.contacts-section .form-block-row.cols2{
    grid-template-columns: repeat(2, 1fr);
}
.contacts-section-form-block .btn{
    width: 200px;
    max-width: 100%;
}
.contacts-section .form-block-bottom{
    align-items: center;
}
.contacts-section-form-block form{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.contacts-section .messenger-block{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacts-section .messenger-block .item{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(50% - 8px);
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 20px;
    transition: all ease-out 300ms;
}
.contacts-section .messenger-block .item:hover{
    background: #F9F9F9;
}
.contacts-section .messenger-block .item-icon{
    margin-bottom: 15px;
}
.contacts-section .messenger-block .item-title{
    font-weight: 600;
    line-height: 1.5;
}
.contacts-section-form-block .agreement{
    margin-bottom: 15px;
}
@media(max-width: 1229px) and (min-width: 768px){
    .contacts-section-cols{
        grid-template-columns: 1fr 1fr;
    }
    .contacts-section-cols .col3 {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .contacts-section .messenger-block{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts-section .messenger-block .item{
        height: 100%;
        width: calc(50% - 12px);
    }
}
@media(max-width: 767px){
    .contacts-section-cols{
        grid-gap: 16px;
    }
    .contacts-section-cols .col1 {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .contacts-section-cols .col3 {
        grid-column-start: 2;
        grid-column-end: 4;
    }
}
@media(max-width: 599px){
    .contacts-section .form-group label{
        display: none;
    }
    .contacts-section .form-block-row.cols2{
        grid-template-columns: 1fr;
    }
    .form-block-bottom.cols2{
        grid-template-columns: 1fr;
    }
    .form-block-bottom.cols2 .btn{
        margin: 20px 0 0 48px;
    }
    .contacts-section-cols .col2 {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .contacts-section-cols .col3 {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .contacts-section-title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .contacts-section .messenger-block{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .contacts-section .messenger-block .item{
        height: 100%;
        width: calc(50% - 8px);
        padding: 20px 15px;
    }
}
/* /. contacts-section */
.contacts-list-item-footer{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.contacts-list-item-footer .item {
    display: flex;
    align-items: center;
    margin: 0 20px 30px 0;
    flex-wrap: wrap;
    padding-left: 10px;
}
.contacts-list-item-footer .item-icon{
    margin-right: 10px;
    width: 32px;
    height: 32px;
}
.contacts-list-item-footer .item-icon img{
    width: 100%;
}
.contacts-list-item-footer .item-text{
    width: calc(100% - 42px);
}


