@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:not(.menu-ready) #mainMenu { visibility: hidden; }*/
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 #e6eff7;
	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: #339D9D;
	box-shadow: 0 0 0 1px #339D9D;
}

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

.form-control.error {
	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: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

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

.bounce {
	/*пошатывание вверх-вниз*/
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

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

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

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


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

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	margin-bottom: 35px;
	background: #fff;
	box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-close:hover {
	background: #ff4632;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

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

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

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

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

.fancybox-prev:hover span:after,
.fancybox-next:hover span:after {
	border-color: #129d9c;
}

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

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.8);
}

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

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

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

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

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

.fancybox-title-float-wrap .child {
	display: block;
	margin-right: -100%;
	background: #fff;
	line-height: 24px;
	font-size: 14px;
	padding: 12px 20px;
	font-weight: normal;
	width: 100%;
}

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

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

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

@media (max-width: 767px) {
	.fancybox-prev span {
		left: 15px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.fancybox-next span {
		right: 15px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
}

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

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

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

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

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

.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}

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

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


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

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


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


/* states and images */

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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


/* Overlays */

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

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.7em;
	min-height: 0;
	/* support: IE7 */
	font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: 0.1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	/* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
	width: 2.2em;
}


/* button elements seem to need a little more width */

button.ui-button-icon-only {
	width: 2.4em;
}

.ui-button-icons-only {
	width: 3.4em;
}

button.ui-button-icons-only {
	width: 3.7em;
}


/* button text element */

.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}

.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: 0.4em;
	text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}


/* no icon support for input elements, provide padding by default */

input.ui-button {
	padding: 0.4em 1em;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: 0.5em;
}


/* button sets */

.ui-buttonset {
	margin-right: 7px;
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -0.3em;
}


/* workarounds */


/* reset extra padding in Firefox, see h5bp.com/l */

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

.ui-datepicker {
	width: 17em;
	padding: 0.2em 0.2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 0 0 0.4em;
}

.ui-datepicker th {
	padding: 0.7em 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0.7em 0 0 0;
	padding: 0 0.2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: 0.5em 0.2em 0.4em;
	cursor: pointer;
	padding: 0.2em 0.6em 0.3em 0.6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0.4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: 0.1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 0.3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0.5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: 0.5em;
	padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0.5em 0.4em 0.5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px 0.4em;
	cursor: pointer;
	min-height: 0;
	/* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}


/* icon support */

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.2em;
	margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

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

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


/* support: IE8 - See #6727 */

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

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

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

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

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

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

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

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

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

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

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

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: 0.2em 0;
	vertical-align: middle;
	margin-left: 0.4em;
	margin-right: 22px;
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: 0.5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}


/* vertically center icon */

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}


/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 0.2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
	border-width: 2px;
}


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

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

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

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

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

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

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

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


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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}

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


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

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

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

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

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

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

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

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

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

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


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


/* states and images */

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}


/* positioning */

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}


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


/* Corner radius */

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

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

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

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


/* Overlays */

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

.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: 0.3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
	border-radius: 8px;
}

.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
	vertical-align: middle;
	cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #aaa;
}

.jq-checkbox.focused {
	border: 1px solid #08c;
}

.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.jq-radio {
	width: 18px;
	height: 18px;
	border: 1px solid #8f8f8f;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
	width: 8px;
	height: 8px;
	margin: 4px 0 0 4px;
	border-radius: 50%;
	background: #2c2c2c;
}

.jq-radio.focused {
	border: 1px solid #08c;
}

.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}

.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1;
	background: #fff;
}

.focused .jq-file__name {
	border: 1px solid #5794bf;
}

.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	border-radius: 0 4px 4px 0;
	background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #333;
	text-shadow: 1px 1px #fff;
	font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
	background-color: #e6e6e6;
	background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.disabled .jq-file__name {
	color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox__select {
	height: 35px;
	padding: 0 45px 0 10px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAHElEQVQYV2P4DwRMQMwAIRiAAImLTWzglPxnAACW6U727Go5vAAAAABJRU5ErkJggg==) repeat-x;
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #333;
	text-shadow: 1px 1px #fff;
}

.jq-selectbox__select:hover {
	background-color: #e6e6e6;
	background-position: 0 -10px;
}

.jq-selectbox__select:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
	/*border: 1px solid #F58220;*/
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #ccc;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
	top: 38px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #f1f1f1;
	color: #333;
	-webkit-appearance: textfield;
	font-size: 16px;
	line-height: 20px;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #f0f0f0;
	font-size: 13px;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231f20;
	white-space: normal !important;
}

.jq-selectbox li.selected {
	background-color: #a3abb1;
	color: #fff;
}

.jq-selectbox li:hover {
	background-color: #08c;
	color: #fff;
}

.jq-selectbox li.disabled {
	color: #aaa;
}

.jq-selectbox li.disabled.selected {
	background: none;
}

.jq-selectbox li.disabled:hover {
	background: none;
}

.jq-selectbox li.optgroup {
	font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231f20;
	cursor: default;
}

.jq-selectbox li.option {
	padding-left: 25px;
}

.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}

.jq-select-multiple.focused {
	border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888;
}

.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}

.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}

.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
	background: #08c;
	color: #fff;
}

.jq-select-multiple li.disabled {
	color: #aaa;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #ccc;
	color: #fff;
}

.jq-select-multiple li.optgroup {
	font-weight: bold;
}

.jq-select-multiple li.option {
	padding-left: 25px;
}

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}

input[type="search"].styler {
	-webkit-appearance: none;
}

textarea.styler {
	overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #b3b3b3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #ccc;
	border-top-color: #b3b3b3;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #333;
	text-shadow: 1px 1px #fff;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.styler:after {
	content: "";
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #e6e6e6;
	background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #f5f5f5;
	box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #ccc;
	background: #f5f5f5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select.error {
	border: 1px solid #ff2424 !important;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	width: 100% !important;
	/*padding-right: 10px !important;*/
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	width: 6px;
	height: 100%;
	right: 15px;
	width: 4px;
	background: #c2cce4;
	border-radius: 3px;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	/*background: rgba(0,0,0,0.05);*/
	position: relative;
}

.jspDrag {
	background: #385cae;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
	margin: 0 -3px 0 0;
}

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 #129d9c;
	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 #129d9c;
	border-bottom: 2px solid #129d9c;
	-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 {
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(225deg);
	margin-left: -9px;
}

.slick-prev:hover,
.slick-next:hover {
	background: #129d9c;
	opacity: 1;
}

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

@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: #e73e3e;
	}
	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: url(../images/patterns-transparent-blue-1.png) 0 -500px no-repeat #f5f9fc;
	font-size: 13px;
}

.footer-wrapper a {
	text-decoration: underline;
}

.footer-wrapper a:hover {
	text-decoration: none;
}

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

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

.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-contacts-el a:hover {
	color: #e73e3e;
}

.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 #129d9c;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-links a{
    transition: all ease-out 300ms;
}
.social-links a:hover {
	background: #fff;
	border-color: #fff;
	color: #339D9D !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

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

@media (max-width: 1239px) {
	.footer-top-inner {
		padding-right: 0;
	}
	.footer-top-first {
		margin-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: #e73e3e;
	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: #e73e3e;
	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: #e73e3e;
	text-align: right;
}

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

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

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

h2,
.title-h2 {
	font-weight: 300;
	font-size: 32px;
	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: 28px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-weight: 700;
}

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

h6,
.title-h6 {
	font-size: 24px;
	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: #e73e3e;
}

.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 {
    font-size: 16px;       /* Оптимальный размер для чтения */
    font-weight: 400;      /* Обычная жирность, чтобы глаза не уставали */
    line-height: 1.5;      /* Межстрочный интервал важен для кириллицы */
    margin-bottom: 12px;   /* Уменьшили с 20px до 12px для компактности */
    color: #333333;        /* Лучше не чисто черный, а темно-серый */
}

a {
	color: #129d9c;
	text-decoration: none;
}

a:hover {
	color: #e73e3e;
}

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 #129d9c;
	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: #e73e3e;
}

.btn {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background: #e73e3e;
	border-color: #e73e3e;
	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: 12px;
	padding: 10px 15px;
	letter-spacing: 0;
}

.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 .title-h3,
.modal h3{
    font-size: 22px;
}
.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: #129d9c;
	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%;
	align-items: center;
	position: relative;
}

.h-panel-right {
	display: flex;
	align-items: center;
}

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

.header-panel a:hover {
	color: #084443;
}

.header-tel {
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: 700;
}

.header-tel svg {
	margin-right: 6px;
	width: 16px;
	position: relative;
	bottom: -2px;
}

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

.header-search-btn{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
    margin-left: 20px;
    cursor: pointer;
}
.header-search-btn svg path{
    fill: #fff;
    transition: all ease-out 300ms;
}
.header-search-btn:hover svg path{
    fill: #084443;
}

.spec-version-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    transition: all 300ms ease-out;
    border-radius: 3px;
}
.spec-version-link svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.spec-version-link:hover{
    background: #000;
    color: #fff;
}
.spec-version-link .text2{
    display: none;
}
.spec-version .spec-version-link .text1{
    display: none;
}
.spec-version .spec-version-link .text2{
    display: inline;
}
.header_making_an_appointment_btn{
    display: block;
    background: #DF3B39;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 8px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.header_making_an_appointment_btn:hover{
    color: #fff !important;
    filter: brightness(114%);
}

.header-search{
    display: none;
    background: #119d9c;
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    
}
.header-search-inner{
    padding-right: 60px;
}
@media(min-width:992px){
    .header-search.active{
        display: flex;
    }
}
@media(max-width:991px){
    .mobile-menu .header-search{
        display: block !important;
        position: relative;
        padding: 30px 15px;
    }
    .mobile-menu .header-search .container{
        padding: 0;
        width: 100%;
    }
    .mobile-menu .header-search-inner{
        padding-right: 0;
    }
    .mobile-menu .header-search-close{
        display: none;
    }
}
.header-search form{
    width: 100%;
    position: relative;
}
.header-search input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 0 100px 0 15px;
    color: #000;
}
.header-search input[type="text"]::-moz-placeholder {
    color: #1C2E36;
    opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="text"]::-webkit-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="submit"] {
    position: absolute;
    right: -4px;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background: #e73e3e;
    border: none;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-size: 13px;
    transition: all ease-out 300ms;
    filter: brightness(114%);
    color: #fff;
}
.header-search input[type="submit"]:hover{
    filter: brightness(114%);
    color: #fff;
}
.header-search-close{
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.header-search-close svg path{
    transition: all ease-out 300ms;
}
.header-search-close svg path {
    fill: #fff;
}
.header-search-close:hover svg path{
    fill: red;
}

.searchresults-element{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.searchresults-element .introtext{
    margin-top: 10px;
    padding-left: 35px;
}
.searchresults-element .title{
    font-size: 18px;
}
.searchresults-element .title span{
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.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;
	font-size: 13px;
}
.header-schedule{
    font-size: 13px;
    padding-left: 19px;
}

.header-address svg {
	margin-right: 7px;
    width: 12px;
    margin-top: -4px
}

@media (max-width: 1229px){
    .header-tel {
		font-size: 14px;
		letter-spacing: 0;
	}
	.header-tel svg {
		display: none;
	}
	.spec-version-link{
	    display: none;
	}
}

@media (max-width: 991px) {
	.header {
		height: 90px;
	}
	.header-push{
	    height: 130px;
	}
	.social {
		padding-right: 5px;
	}
	.header-panel {
		height: 40px;
	}
	.header-address,
	.header-schedule{
		font-size: 12px;
	}
	.header-address svg {
        margin-right: 7px;
        width: 11px;
        margin-top: -1px;
    }
	.header-search-btn{
        display: none;
    }
}
@media(max-width:767px){
    .h-panel-right{
        width: 100%;
        justify-content: space-between;
    }
    .header-tel{
        display: block;
        margin-left: 0 !important;
        font-size: 11px;
        font-weight: normal;
    }
    .header-tel +.header-tel{
        margin-top: 2px;
    }
}

.gray-bg {
	background: #fafcfd;
}

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

.weight300 {
	font-weight: 300;
}

.num-section {
	position: relative;
	background: url(../images/patterns-transparent-blue-1.png) #f5f9fc;
	background-position: 0 -500px;
}

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

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

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

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

@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 #f5f9fc;
	padding: 30px;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

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

.features .item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #333333;
}

.features .item .img-wrapper {
	margin: 0 auto 25px;
	width: 150px;
	height: 150px;
	background: url(../images/hexagon2.svg);
	background-size: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

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


/* mob-menu-btn begin */

.menu-button {
	position: fixed;
	right: 15px;
	top: 75px;
	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: #129d9c;
	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: #129d9c;
	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: 130px;
	right: -370px;
	background: #129d9c;
	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: #129d9c;
	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: #e73e3e;
}

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

.mob-menu-contacts{
    padding: 30px 15px;
    margin-bottom: 50px;
}
.mob-menu-contacts .btn{
    background-color: #3BB3B3;
    color: #fff;
    filter: brightness(114%);
    font-weight: normal;
}
.mob-menu-contacts{
    color: #fff;
}
.mob-menu-contacts a{
    color: #fff !important;
}
.mob-menu-contacts .address-item{
    padding-top: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.mob-menu-contacts .address-item svg{
    margin-right: 10px;
    width: 15px;
    margin-top: -8px;
}
.mob-menu-contacts .item-phone,
.mob-menu-contacts .item-email{
    margin-top: 5px;
}
.mob-menu-contacts .item-phone a,
.mob-menu-contacts .item-email a{
    font-size: 16px;
    font-weight: bold;
}
.mob-menu-contacts .item-phone svg {
    margin-right: 6px;
    width: 16px;
    position: relative;
    bottom: -2px;
}
.mob-menu-contacts .item-email svg{
    margin-right: 6px;
    width: 16px;
    position: relative;
    bottom: -2px;
    fill: #fff;
}

.mob-menu-contacts .item-schedule{
    margin-top: 15px;
    font-size: 16px;
}
.mob-menu-contacts .item-schedule svg{
    margin-right: 4px;
    width: 17px;
    position: relative;
    bottom: -2px;
    fill: #fff;
}
.mob-menu-contacts .social-links{
    margin-top: 30px;
}
.mob-menu-contacts .social-links a {
    border: 1px solid #fff;
    background: #fff;
    color: #339D9D;
}
.mob-menu-contacts .social-links a svg{
    color: #339D9D;
}

@media only screen and (max-width: 991px) {
	.mobile-menu.open {
		right: 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: 30px;
		line-height: 1.2;
	}
	h2,
	.title-h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	h3,
	.title-h3 {
		font-size: 24px;
		line-height: 1.2;
	}
}

@media (min-width: 992px) {
    .box {
		padding: 0 20px;
	}
}
@media (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: 991px) {
	.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: #129d9c;
		-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: #e73e3e;
	}
	.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;
		border-radius:5px;
	}
	.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 #129d9c;
		border-right: 2px solid #129d9c;
		-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: #e73e3e;
	}
	.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: 14px 20px;
		font-size: 14px;
		color: #129d9c;
		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: #e73e3e;
	}
	.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: inline-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: #e73e3e;
	}
	.top-menu>ul>li[data-menusize="big"] {
		position: static;
	}
	.top-menu li[data-tag] > a{
	    position: relative;
	}
	.top-menu li[data-tag] > a:before{
	    position: absolute;
	    right: 0;
	    top: -15px;
	    background: #E73E3E;
	    color: #fff;
	    line-height: 1;
	    padding: 1px 3px;
	    font-weight: normal;
	    font-size: 10px;
	    border-radius: 2px;
	    text-transform: none;
	}
	.top-menu ul ul li[data-tag] > a:before{
	    top: 5px;
        right: 8px;
	}
	.top-menu li[data-tag="new"] > a:before{
	    content:"New";
	}
	.top-menu li[data-tag="action"] > a:before{
	    content:"Акция";
	}
	.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;
        border-radius:5px;
	}
	.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;
        border-radius: 0 5px 5px 0;
    }
	.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: #333333;
	}
	.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: #e73e3e;
	}
	.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:after{
	    content:"";
	    width: 4px;
	    height: 4px;
	    border-radius: 1px;
	    background: #e73e3e;
	    position: absolute;
	    top: 7px;
	    left: -10px;
	}
	.top-menu > ul > li[data-menusize="big"] li[data-tag] > a:before {
        top: -11px;
        right: -15px;
        left: auto;
    }
}

@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: #129d9c;
	}
	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;
	}
}

/* === Мега-меню: 3-й уровень вниз по клику === */
@media (min-width: 991px) {
  /* Отменяем боковое позиционирование для вложенных ul внутри мега-меню */
  .top-menu > ul > li[data-menusize="big"] .top-big-menu-wrap > ul > li > ul > li > ul {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    display: none;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 0 0 10px;
    /* Анимация через max-height */
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .top-menu > ul > li[data-menusize="big"] .top-big-menu-wrap > ul > li > ul > li > ul.big-sub-open {
    display: block;
    max-height: 500px; /* достаточно для любого количества пунктов */
    padding: 5px 0 0 10px;
  }

  /* Кнопка-тоггл для открытия/закрытия */
  .top-menu > ul > li[data-menusize="big"] .top-big-menu-wrap > ul > li > ul > li > a.has-sub-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 18px;
  }

  .big-sub-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 6px;
    cursor: pointer;
    position: relative;
  }

  /* Крестик/галочка через псевдоэлементы */
  .big-sub-toggle-btn::before,
  .big-sub-toggle-btn::after {
    content: "";
    position: absolute;
    background: #129d9c;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  /* горизонтальная черта — всегда */
  .big-sub-toggle-btn::before {
    width: 10px;
    height: 2px;
  }
  /* вертикальная черта — плюс, при открытии скрывается (крестик → галочка через rotate) */
  .big-sub-toggle-btn::after {
    width: 2px;
    height: 10px;
  }

  /* Когда открыто — вертикальная черта исчезает, горизонтальная становится галочкой */
  li.big-sub-open > a.has-sub-toggle .big-sub-toggle-btn::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  li.big-sub-open > a.has-sub-toggle .big-sub-toggle-btn::before {
    background: #e73e3e;
  }
}


/* /.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: #129d9c !important;
}

.top-slider .slick-dots li.slick-active {
	background-color: #129d9c !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: 41vw;
	max-height: 700px;
}

.top-slider .item .title {
	font-size: 51px;
	line-height: 1.2;
	margin-bottom: 30px;
	max-width: 65%;
	font-weight: 700;
}

.top-slider .item .text {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 45px;
	max-width: 65%;
	font-weight: 300;
}

.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: #fff;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

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

.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: 60vw;
	}
	.top-slider .item .title {
		font-size: 3.7vw;
		margin-bottom: 2vw;
		max-width: 70%;
	}
	.top-slider .item .text {
		font-size: 2.5vw;
		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 */

.top-info-section {
	overflow: inherit !important;
}

.top-info-block .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.top-info-block .btn {
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-info-block .element {
	padding: 20px 25px;
	color: #fff;
	height: 100%;
}

.top-info-block .el-1 {
	background: #129d9c;
	border-radius: 5px 0 0 5px;
}

.top-info-block .el-2 {
	background: #129d9c;
	-webkit-filter: brightness(114%);
	filter: brightness(114%);
	padding: 20px 25px 25px;
	border-radius: 0 5px 5px 0;
	position: relative;
	z-index: 100;
}

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

.top-info-block .element .title {
	font-size: 24px;
	margin-bottom: 12px;
}

.top-info-block .element .title svg {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-top: -5px;
}

.top-info-block .el-1 li:first-of-type {
	padding-top: 6px;
}

.top-info-block .el-1 li {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.top-info-block .el-1 li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.top-info-block .el-1 li span {
	float: right;
}

@media only screen and (max-width: 991px) {
	.top-info-block .row {
		display: block;
	}
	.top-info-block .el-1 {
		margin-bottom: 20px;
		border-radius: 5px;
	}
	.top-info-block .el-2 {
		border-radius: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.top-info-block .btn {
		position: relative;
		bottom: -70px;
	}
	.top-info-block .agreement {
		position: relative;
		top: -50px;
	}
	.top-info-block .el-2 {
		padding-bottom: 60px;
	}
}


/* Styler */

.select-styler,
.cloned-select-styler {
	width: 100%;
	margin-bottom: 10px;
	display: block !important;
}

.jq-selectbox__search input::-moz-placeholder {
	opacity: 0;
}

.jq-selectbox__search input:-ms-input-placeholder {
	opacity: 0;
}

.jq-selectbox__search input::-webkit-input-placeholder {
	opacity: 0;
}

.jq-selectbox__select {
	box-shadow: none;
	height: 45px;
	padding: 12px 24px 5px 15px;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #727376;
	text-shadow: none;
	font-size: 14px;
	font-family: "Roboto";
	background: #fff;
}

.filters-block .jq-selectbox__select {
	border: 1px solid transparent;
}

.form-group .opened .jq-selectbox__select {
	border-color: transparent;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.jq-selectbox__select:hover {
	background: #fff;
}

.jq-selectbox__select:active {
	background: #fff;
	box-shadow: none;
}

.opened .jq-selectbox__select {
	border-color: #bbbbbb;
}

.jq-selectbox__trigger {
	border-left: none;
	width: 24px;
}

.jq-selectbox__trigger-arrow {
	opacity: 1;
	top: 21px;
	right: 8px;
	border-top: 6px solid #54ccda;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 19px;
}

.jq-selectbox__dropdown {
	max-width: 239px;
	top: 47px !important;
	bottom: inherit !important;
	border-radius: 5px;
	max-height: 260px;
	overflow: hidden;
	padding: 0 0 10px 0 !important;
	border: none;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.jq-selectbox ul {
	max-height: 230px !important;
}

.jq-selectbox li {
	padding: 0 15px;
	color: #666666;
	white-space: normal !important;
	font-size: 14px;
	font-family: "Roboto";
	margin: 14px 0;
}

.jq-selectbox li:hover {
	color: #129d9c;
	background: transparent;
}

.jq-selectbox li.selected {
	color: #129d9c;
	background: transparent;
}

.jq-selectbox li:last-of-type {
	border-bottom: none;
}

.jq-selectbox__select-text {
	font-size: 14px;
	font-weight: normal;
}

.form-group.error .jq-selectbox__select {
	border-color: #f6392f;
	box-shadow: 0 0 0 1px #f6392f;
}

.jq-selectbox__dropdown .jspVerticalBar {
	width: 10px;
	right: 10px;
	background: #f2f2f2;
}

.jspDrag {
	background: #c1c1c1;
	border-radius: 0;
}

@media (max-width: 1239px) {
	.jq-selectbox__dropdown {
		padding: 10px !important;
		border-radius: 0 5px 5px 5px;
	}
}

@media only screen and (min-width: 768px) {
	.jq-selectbox__dropdown {
		width: 150% !important;
	}
}


/* /. Styler */


/* Datepicker */

.ui-datepicker {
	margin-top: 2px;
	border-radius: 0;
	font-size: 14px;
}

.ui-datepicker .ui-datepicker-header {
	border-radius: 0;
	border: none;
}

.ui-icon-circle-triangle-e {
	background-position: -34px 0;
}

.ui-icon-circle-triangle-w {
	background-position: -98px 0;
}

#ui-datepicker-div {
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
	width: 239px;
	border: none;
	z-index: 400 !important;
	padding: 15px;
	border-radius: 5px;
}

.ui-datepicker .ui-datepicker-header {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #666666;
}

.ui-datepicker th {
	font-weight: normal;
	color: #666666;
}

.ui-datepicker td {
	padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	color: #129d9c;
	background: #fff;
	text-align: center;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	padding: 0.3em;
	border-radius: 2px;
}

.ui-state-default:hover {
	opacity: 0.8;
}

.ui-datepicker-today a {
	color: #666 !important;
}

.ui-widget-header {
	background: #fff;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
	background: none !important;
	border: none;
}

.datepicker-wrapper input+span {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 240px;
	bottom: -2px;
	left: 0;
	background: #fff;
	height: 6px;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.datepicker-wrapper input:focus {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	border-color: transparent;
}

.datepicker-wrapper input:focus+span {
	opacity: 1;
	visibility: visible;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 10px;
	height: 19px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	left: 0 !important;
	margin-left: 0;
	top: 0 !important;
	margin-top: 0;
	background: url(../images/datepicker-arrow.png) 0 0 no-repeat;
	width: 10px;
	height: 19px;
	top: 5px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ui-datepicker td a:hover {
	color: #666666;
}

.ui-datepicker-current-day a {
	background: #e73e3e !important;
	color: #fff !important;
	cursor: pointer;
}


/*/. Datepicker */

.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: #f5f9fc;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.team-list .item-content {
	padding: 15px 20px 65px 20px;
	position: relative;
	background: #fff;
	flex: 1 1 auto;
}

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

.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: #129d9c;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	line-height: 1.2;
}

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

.team-list .item-btn-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
}
.team-list .item-btn-wrapper .btn{
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    background: #339D9D;
    border-color: #339D9D;
    padding-left: 0;
    padding-right: 0;
}
@media(max-width:991px){
    .team-list .item-btn-wrapper{
        padding: 0 10px 20px;
    }
    .team-list .item-btn-wrapper .btn{
        font-size: 11px;
    }
}

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

.team-carousel .slick-prev,
.team-carousel .slick-next {
	border: 1px solid #f5f9fc;
	top: inherit;
	bottom: -80px;
	margin-top: 0;
	width: 40px;
	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: #129d9c;
	border-width: 1px;
}

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

.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: #e73e3e;
	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: #f5f9fc;
	height: 28px;
	line-height: 28px;
	color: #000;
}

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

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

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

.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: #f5f9fc;
}

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

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

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

.ui-timepicker-container {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
}

.ui-timepicker {
	box-sizing: content-box;
	display: block;
	height: 258px;
	list-style: none outside none;
	margin: 0;
	padding: 0 1px;
	text-align: center;
}

.ui-timepicker-viewport {
	box-sizing: content-box;
	display: block;
	height: 258px;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	/* IE */
}

.ui-timepicker-standard {
	background-color: #fff;
	color: #222;
	margin: 2px 0 0;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
	z-index: 10000 !important;
}

.ui-timepicker-standard a {
	border: 1px solid transparent;
	color: #222;
	display: block;
	padding: 1px 10px;
	text-decoration: none;
	transition: none;
	border-radius: 0;
}

.ui-timepicker-standard .ui-state-hover {
	background: #e73e3e;
	font-weight: normal;
	color: #fff;
	border-color: transparent;
}

.ui-timepicker-standard .ui-menu-item {
	margin: 0;
	padding: 0;
}

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

.ui-timepicker-no-scrollbar .ui-timepicker {
	border: none;
}

.title-h3 {
	color: #129d9c;
}

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

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

.specialist-section .status {
	font-size: 19px;
	color: #129d9c;
	font-weight: 300;
}

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

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


/* Certificates */

.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;
	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(74 179 191 / 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: #e73e3e;
}

.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: #e73e3e;
    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 #cddde8;
	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: #9fadb6;
	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{
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: table;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: table;
    width: 100%;
    height: 40px;
}

.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: #129d9c;
	color: #fff;
	border-color: #129d9c;
	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: #9fadb6;
	font-weight: 300;
}


/* =========================
   ACCORDEON (PRICES)
   ========================= */

/* по умолчанию закрыто 
.accordeon .item-content{
  display: none;
  padding: 0 0 55px;
}

.accordeon .item{
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgb(245 249 252);
  margin-bottom: 30px;
  padding: 0 30px 0 40px;
}

/* ВАЖНО: relative на .item-title, чтобы span(стрелка) не уезжал 
.accordeon .item-title{
  position: relative;
  cursor: pointer;
}

/* h3 внутри заголовка цен 
.accordeon .item-title h3{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;

  margin: 0;                        /* сброс дефолта h3 
  padding: 30px 100px 30px 0;       /* место под стрелку справа 

  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* hover/active 
.accordeon .item-title:hover h3,
.accordeon .item.active .item-title h3{
  color: #129d9c;
}

/* стрелка 
.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;
}

/* Таблица цен в аккордеоне — принудительный table-layout 
article.content .accordeon .pricetable{
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

article.content .accordeon .tbodyprice{
  display: table-row-group;
}

article.content .accordeon .tbodyprice tr{
  display: table-row;
  float: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

article.content .accordeon .tbodyprice tr td{
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 14px 0;
  border: none;
  border-bottom: 1px solid #e6e6fa;
  background: transparent;
  width: auto;
}

article.content .accordeon .tbodyprice tr td:first-child{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 20px;
}

article.content .accordeon .tbodyprice tr td:last-child{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
  width: 220px;
  min-width: 150px;
}

/* адаптив 
@media (max-width: 991px){
  .accordeon .item{
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .accordeon .item-title h3{
    font-size: 14px;
    padding: 20px 70px 20px 0;
  }
  .accordeon .item-content{
    padding: 0 0 30px;
  }
}

@media (max-width: 767px){
  .accordeon .item-title h3{
    font-size: 14px;
  }
  .accordeon .item-title span{
    right: -10px;
  }

  article.content .accordeon .tbodyprice tr td:first-child,
  article.content .accordeon .tbodyprice tr td:last-child{
    font-size: 15px;
  }
  article.content .accordeon .tbodyprice tr td:last-child{
    width: 160px;
    min-width: 120px;
  }
}

/* =========================
   /. ACCORDEON (PRICES)
   ========================= */
/* accordeon */

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

.accordeon .item {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 0 2px rgb(245 249 252);
	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: #129d9c;
}

.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 #e6e6fa;
	/*border-bottom: 1px solid #f5f9fc;*/
	padding: 8px 0;
}
/*
.tbodyprice tr>td:first-of-type {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
	width: calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-right: 15px;
}

.tbodyprice tr>td:last-of-type {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100px;
	max-width: 100px;
}*/

@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: #129d9c;
}

.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(74 179 191 / 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: -22px;
	margin-left: -22px;
	transform: scale(0);
	transition: all 200ms ease-out;
	opacity: 0;
}

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


/* /.Gallery */


/* Reviews */

.reviews {
	padding-bottom: 20px;
}
.rev-item .inner {
	padding: 30px;
	margin: 0 0 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 0 2px rgb(245 249 252);
}

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

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

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

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

.scan-link:hover {
	color: #129d9c;
	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;
}
/* /. Reviews */


/* Agreement */

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

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

.agreement i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 16px;
}

.agreement label {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}

.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.error+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 {
position: sticky;
/* Дополнительные стили */
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: #119d9c !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 #EBEBEB;
}

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

.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 end */

/* Aside menu */
/*
.aside {
	margin-bottom: 30px;
	position: relative;
}

.aside-sticky {
	position: relative;
}

.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: #119d9c !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 #EBEBEB;
}

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

.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-sticky-placeholder {
	width: 100%;
}*/
/* /. 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: #129d9c;
	padding: 8px 15px;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	border-right-color: #e0e0e0;
	font-weight: 500;
}

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

.content table td {
	border: 1px solid #ebebeb;
	padding: 8px 15px;
	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: #e6eff7;
	white-space: nowrap;
	margin-bottom: 30px;
}

.rating .real {
	position: absolute;
	top: 0;
	left: 0;
	color: #e73e3e;
	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: #e6eff7;
	width: 20px;
	height: 20px;
}

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

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

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

.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: 30px;
	position: relative;
	background: #f5f9fc;
	-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: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
	width: calc(100% - 100px);
}

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

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

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


/* /. Services items */


/* About section */

/* About section */

.about-section {
	background: url(../images/patterns-transparent-blue-1.png) #f5f9fc;
	padding: 70px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.index-template .about-section .content{
    font-size: 14px;
}
@media (min-width: 768px){
    .index-template .about-section h1{
        font-size: 30px;
    }
}


.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 end */
/*About section *
.mega-about-section {
    padding: 80px 0;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* Шапка *
.badge-top {
    background: rgba(0, 168, 204, 0.1);
    color: #00a8cc;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}

.mega-about-section h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}

.mega-about-section h1 span {
    color: #00a8cc;
}

.lead-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    border-left: 4px solid #00a8cc;
    padding-left: 20px;
}

/* Картинка с бейджем *
.about-main-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-main-img img { width: 100%; display: block; }

.img-stat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #00a8cc;
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    text-align: center;
}

.img-stat strong { font-size: 24px; display: block; }

/* Услуги *
.section-subtitle {
    text-align: center;
    margin: 60px 0 40px;
    font-weight: 700;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.service-card {
    background: #fcfdfe;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #eef2f6;
    transition: 0.3s;
}

.service-card:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.service-card h3 { font-size: 18px; margin-bottom: 15px; color: #00a8cc; }

/* Таймлайн шагов *
.steps-container {
    display: flex;
    justify-content: space-between;
    background: #f8fbff;
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.step-item { text-align: center; flex: 1; position: relative; }

.step-item span {
    width: 45px;
    height: 45px;
    background: #00a8cc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    font-weight: 700;
}

/* Список преимуществ *
.check-list { list-style: none; padding: 0; }
.check-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    font-weight: 600;
}

.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 900;
}

/* Кнопки *
.btn-main {
    background: #e74c3c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
}

.btn-outline {
    border: 2px solid #00a8cc;
    color: #00a8cc;
    padding: 13px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

/* Адаптивность *
@media (max-width: 768px) {
    .steps-container { flex-wrap: wrap; }
    .step-item { flex: 0 0 50%; margin-bottom: 20px; }
    .mega-about-section h1 { font-size: 28px; }
    .header-btns a { display: block; margin: 10px 0; text-align: center; }
}
 about end */
/* Middle section header */

.middle-section-header {
	background: url(../images/patterns-transparent-blue-1.png) 0 bottom #f5f9fc;
	margin-bottom: 80px;
	padding-bottom: 30px;
}

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


/* /. 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 .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 {
	height: 100%;
	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;
}



.marquee,  
.marquee-with-options,  
.marquee-vert-before,  
.marquee-vert {
	width: 100%;
	overflow: hidden !important;
	border: 0px solid #ccc;
}
.marquee-with-options-203 {direction: initial; overflow: hidden !important; color: rgba(255, 255, 255, 1); font-family: ; font-size: ; line-height: ; height: auto; width: auto; background: rgba(255, 0, 0, 1) !important; border:  none ; margin-bottom: 0px; text-decoration: none;}
.marquee-with-options-203 a:hover {color:  !important;}
.marquee-with-options-203 a {color:  !important;}


.news-section-nav{
    margin-bottom: 20px;
}
.news-section-nav li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
.news-section-nav li > a{
    display: block;
    border: 2px solid #CFDDE8;
    font-weight: bold;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: all ease-out 300ms;
}
.news-section-nav li > a:hover{
    color: #339D9D;
    border-color: #339D9D;
}
.news-section-nav li > a.active{
    border-color: #D73833 !important;
    color: #D73833 !important;
}
@media(max-width: 767px){
    .news-section-nav li{
        margin-right: 5px;
            margin-bottom: 10px;
        }
    .news-section-nav li > a{
        padding: 5px 15px;
        font-size: 14px;
    }
}

.sub-categories{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 80px;
}
.sub-categories .item{
    position: relative;
    padding: 20px 20px 50px;
    background: #F5F9FC;
    transition: all ease-out 300ms;
    border-radius: 5px;
    height: 100%;
    min-height: 115px;
}
.sub-categories .item-title{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}
.sub-categories .item-more-link{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    color: #119d9c;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.item-more-link svg{
    width: 13px;
    margin-left: 5px;
    fill: #119d9c;
    transition: all ease-out 300ms;
}
.sub-categories .item:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.sub-categories .item:hover .item-more-link svg{
    transform: translateX(10px);
}

@media(max-width:991px){
    .sub-categories{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width:767px){
    .sub-categories{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:499px){
    .sub-categories{
        grid-gap: 10px;
        margin-bottom: 60px;
    }
    .sub-categories .item{
        padding: 15px 15px 40px;
        min-height: 90px;
    }
    .sub-categories .item-title{
        font-size: 14px;
    }
    .sub-categories .item-more-link{
        padding: 0 15px 15px;
        font-size: 12px;
    }
    .item-more-link svg{
        width: 10px;
        margin-left: 3px;
    }
}
@media(max-width:399px){
    .sub-categories .item{
        padding: 12px 12px 40px;
    }
    .sub-categories .item-title{
        font-size: 13px;
    }
    .sub-categories .item-more-link{
        font-size: 11px;
    }
}



/* Action */
.action-section{
    background: #FAFCFD;
}
.action-section .title{
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #339D9D;
}
.action-section .img-wrapper img{
    width: 100%;
    border-radius: 5px;
}
.action-section .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.action-section .row > div{
    height: auto;
}
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #ffffff;
    width: 50px;
    padding: 7px 5px;
    background-color: #339D9D;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    border-radius: 5px;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:"";
    display: block;
    position: absolute;
    top: 16px;
    right: -16px;
    color: #2E3841;
    width: 4px;
    height: 18px;
    background: url(../images/colon.png) 0 0 no-repeat;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    text-align: center;
    left:-2px;
    bottom: -32px;
    content:'дней';
    color:#8C8C8C;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px){
    .countdownHolder > span:nth-of-type(odd){
        width: 60px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 60px;
    }    
}

@media only screen and (min-width: 992px){   
    .countdownHolder > span:nth-of-type(odd){
        width: auto;
        font-size: 42px;
        padding: 15px 12px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 74px;
        bottom: -38px;
    }
    .countdownHolder > span > span{
        display: block;
        float: left;
    }
    .countdownHolder > span:nth-of-type(odd):after{
        top: 24px;
        right: -15px;
    }
}

@media(max-width:1229px){
    .action-section .title{
        font-size: 30px;
    }
}
@media(max-width:991px){
    .action-section .item-second{
        order:1;
        margin-bottom: 40px;
    }
    .action-section .item-first{
        order:2;
    }
    .action-section-inner{
        width: 580px;
        max-width: 100%;
        margin: auto;
    }
}
/* End action */
.fancyboxModalSpecial{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -100;
    opacity: 0;
    width: 0;
    height: 0;
}

.container-404{
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C6E3F4;
    text-align: center;
    padding: 100px 0;
}

.error-code span {
    font-size: 100px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    font-weight: bold;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.errorboxbody .btn{
    margin-bottom: 0;
}
.error-code .first {
    background: #3498db;
    left: 60px;
    animation: fisrt 0.9s linear;
}

.error-code .last {
    background: #119d9c;
    right: 60px;
    animation: last 0.9s linear;
}
.error-code .first + span {
	background: #fff;
	color: #333;
	animation: center 1.2s;
}

@keyframes fisrt {
	0% {left: 226px; opacity: 0;}
	100% {left: 60px; opacity: 1;}
}

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

@keyframes last {
	0% {right: 226px;}
	100% {right: 60px;}
}


@media(max-width:767px){
    .error-code span {
        font-size: 40px;
        width: 90px;
        height: 90px;
        animation: none !important;
    }
    .error-code .first{
        left: 14px;
    }
    .error-code .last{
        right: 14px;
    }
}
/*Specversion начало*/
@media(min-width:1230px){
    .spec-version .header-panel {
        background: #ffffff;
        color: #000;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }
    .spec-version .header-panel a{
        color: #000;
    }
    .spec-version .header-address-inner {
        font-size: 15px;
    }
    .spec-version .header-schedule {
        font-size: 15px;
        padding-left: 0;
    }
    .spec-version .header-address svg{
        display: none;
    }
    .spec-version .spec-version-link{
        border: 2px solid #000;
    }
    .spec-version .header-search-btn{
        color: #000;
        margin-left: 30px;
        margin-right: 20px;
    }
    .spec-version .header-search-btn svg{
        width: 30px;
        height: 30px;
    }
    .spec-version .header-search-btn svg path{
        fill: #000;
    }
    .spec-version .spec-version-link {
        padding: 4px 16px;
        font-size: 15px;
        line-height: 1;
    }
    .spec-version .header-tel{
        font-size: 20px;
    }
    .spec-version .header-tel svg{
        display: none;
    }
    .spec-version .header-tel+.header-tel {
        margin-left: 34px;
    }
    .spec-version .header_making_an_appointment_btn{
        background: #000;
        color: #fff !important;
        font-size: 16px;
        margin-left: 40px;
        padding: 9px 20px;
    }
    .spec-version img{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .top-menu>ul>li>a{
        font-size: 16px;
        color: #000;
        border-bottom: 2px solid transparent;
    }
    .spec-version .top-menu>ul>li:hover>a, 
    .spec-version .top-menu>ul>li.active>a{
        border-bottom-color: #000;
    }
    .spec-version .top-menu li[data-tag] > a:before{
        display: none;
    }
    .spec-version .top-menu>ul>li.down>a:after {
        width: 9px;
        height: 9px;
        border-color: #000000;
    }
    .spec-version .header-search{
        background: #000;
    }
    .spec-version .header-search input[type="submit"]{
        background: #6c6c6c;
    }
    .spec-version .top-menu>ul>li>ul>li>a {
        font-size: 18px;
        color: #000000;
    }
    .spec-version .top-menu>ul>li>ul>li:hover>a, 
    .spec-version .top-menu>ul>li>ul>li.active>a {
        color: #ffffff;
        background: #000;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>a{
        font-size: 18px;
        color: #000;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>a:hover,
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li.active>a{
        text-decoration: underline;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul>li{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a:after{
        display: none;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a{
        font-size: 16px;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a:hover,
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul .active > a{
        color: #000;
        text-decoration: underline;
    }
    .spec-version .slick-prev:after, 
    .spec-version .slick-next:after{
        border-color: #000;
    }
    .spec-version .top-slider .slick-prev:hover, 
    .spec-version .top-slider .slick-next:hover{
        background: #000;
    }
    .spec-version .btn{
        background: #000;
        color: #fff;
    }
    .spec-version .marquee-with-options-203{
        font-size: 20px;
        background: #000 !important;
    }
    .spec-version .top-info-block{
        font-size: 18px;
    }
    .spec-version .top-info-block .el-1{
        background: #000;
    }
    .spec-version .top-info-block .el-2{
        background: #000;
    }
    .spec-version .top-info-block .btn{
        border: 2px solid #fff;
        padding-top: 14px;
        padding-bottom: 13px;
    }
    .spec-version .jq-selectbox__trigger-arrow{
        border-top-color: #000;
    }
    .spec-version .agreement label{
        font-size: 18px;
    }
    .spec-version .agreement input+label:before{
        top: 6px;
    }
    .spec-version .form-control{
        font-size: 16px;
    }
    .spec-version .form-control:focus{
        border-color: #9d9d9d;
        box-shadow: 0 0 0 1px #9d9d9d;
    }
    .spec-version .services-items .item{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .services-items .item-description{
        font-size: 16px;
    }
    .spec-version .about-section{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        background: #f2f2f2;
    }
    .spec-version.index-template .about-section .content{
        font-size: 16px;
    }
    .spec-version .more {
        width: 140px;
        font-size: 20px;
        color: #000;
    }
    .spec-version .team-list .item{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .team-list .item-btn-wrapper .btn{
        background: #000;
        border-color: #000;
    }
    .spec-version .team-list .item-title{
        font-size: 18px;
    }
    .spec-version .team-list .item-subtitle{
        font-size: 16px;
        line-height: 1.4;
    }
    .spec-version .team-carousel .slick-prev, 
    .spec-version .team-carousel .slick-next{
        background: #000;
        border-color: #000;
        width: 50px;
        height: 50px;
    }
    .spec-version .team-carousel .slick-prev:after, 
    .spec-version .team-carousel .slick-next:after{
        border-color: #fff;
    }
    .spec-version .team-carousel .slick-prev{
        margin-left: -55px;
    }
    .spec-version .team-carousel .slick-next{
        margin-right: -55px;
    }
    .spec-version .num-section {
        background: #f2f2f2;
    }
    .spec-version .num-section .num{
        color: #000;
    }
    .spec-version .more:after{
        background-color: #000;
    }
    .spec-version .map-iframe{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .footer-wrapper{
        background: #fff;
        font-size: 16px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        color: #000;
        border-top: 1px solid #ccc;
    }
    .spec-version .footer-text a{
        color: #000;
    }
    .spec-version .footer-menu a{
        color: #000;
    }
    .spec-version .footer-contacts-el{
        font-size: 16px;
    }
    .spec-version .footer-contacts-el a{
        color: #000;
    }
    
	body.spec-version::-webkit-scrollbar-thumb {
		background: #ccc;
	}
	.spec-version #wapp a{
	    -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
	}
	.spec-version .title-h3{
	    color: #000;
	}
	.spec-version .form-control{
	    border-color: #000;
	}
	.spec-version .top-info-block .form-control {
	    border-color: #fff;
	}
	.spec-version .ui-timepicker-standard .ui-state-hover{
	    background: #000;
	}
	.spec-version .ui-state-default, 
	.spec-version .ui-widget-content .ui-state-default, 
	.spec-version .ui-widget-header .ui-state-default{
	    color: #000;
	}
	.spec-version .ui-datepicker .ui-datepicker-prev span, 
	.spec-version .ui-datepicker .ui-datepicker-next span{
	    -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
	}
	.spec-version .news-section .item-body{
	    border-color: #000;
	}
	.spec-version .middle-section-header {
        background: #E4E4E4;
    }
    .spec-version .breadcrumb svg{
        fill: #000;
    }
    .spec-version .breadcrumb>li a{
        color: #000;
        text-decoration: underline;
    }
    .spec-version .breadcrumb>li a:hover{
        text-decoration: none;
    }
    .spec-version .sub-categories .item{
        background: #f1f1f1;
    }
    .spec-version .sub-categories .item-title{
        font-size: 18px;
    }
    .spec-version .sub-categories .item-more-link{
        font-size: 16px;
        color: #000;
    }
    .spec-version .item-more-link svg{
        fill: #000
    }
    .spec-version .content ul>li:after{
        background: #000;
    }
    .spec-version .features .item{
        border-color: #000;
    }
    .spec-version .features .item .img-wrapper{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .features .item-text{
        font-size: 16px;
    }
    .spec-version .gallery .item a:after,
    .spec-version .certificats-gallery .item>a{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .rev-item .inner{
        box-shadow: 0 0 0 2px #000;
        font-size: 18px;
    }
    .spec-version .rev-item .rev-date{
        color: #000;
    }
    .spec-version .rev-item a{
        color: #000;
    }
    .spec-version .ec-rating-stars svg {
        color: #9d9d9d;
    }
    .spec-version .ec-rating-stars .active svg, 
    .spec-version .ec-rating-stars .active2 svg{
        color: #000;
    }
    
    .spec-version .pagination li>a, 
    .spec-version .pagination li>span{
        font-size: 18px;
        color: #000;
        border-color: #000;
    }
    
    .spec-version .pagination .active>a, 
    .spec-version .pagination .active>a:hover {
        background-color: #000000;
        color: #fff;
        border-color: #000000;
    }
    .spec-version .news-section-nav li > a{
        color: #000;
        border-color: #000;
    }
    .spec-version .news-section-nav li > a.active{
        background: #000;
        color: #fff !important;
        border-color: #000 !important;
    }
    .spec-version .content a{
        color: #000;
        text-decoration: underline;
    }
    .spec-version .content a:hover{
        text-decoration: none;
    }
    .spec-version .ya-share2, 
    .spec-version .ya-share2 *{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .services ul ul{
        padding-left: 0;
        margin-bottom: 30px;
    }
    .spec-version .services li{
        margin-bottom: 5px;
    }
    .spec-version .services li a{
        font-size: 16px;
    }
    .spec-version .services ul ul a:before{
        display: none;
    }
    .spec-version .aside-menu a,
    .spec-version .aside-menu li:hover > a{
        color: #000 !important;
    }
    .spec-version .aside-menu > ul > li > a{
        font-weight: bold;
        font-size: 18px;
    }
    .spec-version .aside-menu ul ul a{
        font-size: 16px;
    }
    .spec-version .content table td{
        font-size: 16px;
    }
    .spec-version .content table th {
        background: #000000;
        padding: 16px 15px;
        color: #fff;
        font-size: 18px;
    }
    .spec-version blockquote {
        margin: 30px 0 60px;
        padding: 20px 0 5px 30px;
        border-left: 3px solid #000000;
        color: #000000;
        font-size: 18px;
        font-style: inherit;
    }
    .spec-version .action-section {
        background: #E4E4E4;
    }
    .spec-version .action-section .title{
        color: #000;
    }
    .spec-version .action-section .subtitle{
        font-size: 18px;
    }
    .spec-version .countdownHolder > span:nth-of-type(odd){
        background: #000;
    }
    .spec-version .countDays:before, 
    .spec-version .countHours:before, 
    .spec-version .countMinutes:before, 
    .spec-version .countSeconds:before{
        font-size: 14px;
        color: #000;
    }
    .spec-version .aside-menu-title {
        font-weight: bold;
        font-size: 24px;
    }
    .spec-version .accordeon .item {
        box-shadow: 0 0 0 2px #000;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .accordeon .item-title{
        font-size: 24px;
        color: #000 !important;
    }
    .spec-version .tbodyprice tr{
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom-color: #c7c7c7;
    }
    .spec-version .social-links{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .contacts-block .item svg{
        display: none;
    }
    .spec-version .contacts-block .item {
        margin-bottom: 24px;
        padding-left: 0;
        font-size: 20px;
    }
    .spec-version .contacts-block .item a{
        color: #000;
    }
    .spec-version .content{
        font-size: 18px;
    }
}
/*Спецверсия конец*/
/* modal cookie */
.modal-cookie{
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 1500;
}
.modal-cookie.cookie-modal-hide{
    display: none !important;
}
.modal-cookie-inner{
    background: #4d4d4d;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.modal-cookie-text{
    width: calc(100% - 250px);
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}
.modal-cookie-text a{
    color: #fff;
    text-decoration: underline;
}
.modal-cookie-text a:hover{
    text-decoration: none;
}
.modal-cookie-btn{
    width: 250px;
}
#cookie_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 45px;
    border: none;
    font-size: 16px;
    text-align: center;
    transition: all 300ms ease-out;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
    width: 100%;
    height: 42px;
    color: #000;
    background: #fff;
    border-radius: 30px;
    transition: all ease-out 300ms;
}
#cookie_btn:hover{
    transform: scale(1.05);
}

@media(max-width: 991px){
    .modal-cookie-inner{
        padding: 20px;
    }
    .modal-cookie-text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .modal-cookie-text{
        text-align: center;
        font-size: 13px;
    }
    .modal-cookie-btn{
        width: 100%;
    }
}
/* /. modal cookie */


/* messagers fixed buttons */
.messagers-block{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.messagers-block-main-btn {
    background: url(../images/vidget/feedbackbutton.svg) 50% 50% no-repeat #2CC54E;
    border: 2px solid #2CC54E;
    background-size: 80%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
    animation: btnpulse 2s infinite;
    position: relative;
    z-index: 10;
}

@keyframes btnpulse {
  0% {
    box-shadow: 0 0 0 0 rgba(44,197,78, 0.4);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(44,197,78, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(44,197,78, 0);
  }
}
.messagers-block-main-btn:hover {
    animation: none;
}
.messagers-block.active .messagers-block-main-btn{
    background: url(../images/vidget/feedbackbutton-active.svg) 50% 50% no-repeat #fff;
    animation: none;
}
.messagers-block-buttons{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.messagers-block-buttons > a{
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 40px);
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.2s ease-out 0s;
    text-decoration: none !important;
}
.messagers-block-buttons > a:hover{
    filter: brightness(114%);
}
.messagers-block-buttons > a.telegram-btn{
    background: #2ca8dd url(../images/vidget/telegram.svg) 50% no-repeat;
    background-size: 80%;
}
.messagers-block-buttons > a.whatsap-btn{
    background: #2AC54D url(../images/vidget/whatsapp.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.max-btn{
    background: linear-gradient(45deg, #3593FC 0%, #275AF2 25%, #4F34E2 50%, #7933DD 75%, #9C44DC 100%);
}
.messagers-block-buttons > a.max-btn:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/vidget/max.svg);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
}
.messagers-block-buttons > a.phone-btn{
    background: #2e79f2 url(../images/vidget/messagers-btns-phone.svg) 50% no-repeat;
    background-size: 50%;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(4){
    transform: translate( 0, -190px);
    transition-duration: 400ms;
}

.messagers-block.active .messagers-block-buttons > a:nth-of-type(1) {
    transform: translate( 0, -55px);
    transition-duration: 200ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(2){
    transform: translate( 0, -100px);
    transition-duration: 300ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(3){
    transform: translate( 0, -145px);
    transition-duration: 400ms;
}
.messagers-block.active .messagers-block-buttons > a{
    visibility: visible;
    opacity: 1;
}
/* /. messagers fixed buttons */

.form-group-s{
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 0.1;
	z-index: -1;
}

/* В вашем RESET есть строки, которые могут перебивать шрифт, 
   поэтому добавьте это в самый конец файла для надежности: */
input, button, select, textarea, p, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;

}

/* faq НАЧАЛО */
/* FAQ wrapper */
.item-wrap{
  padding-left: 18px;
  padding-right: 18px;
}

/* FAQ item card (используем .item как в ценах) */
.faq-accordeon .item{
  margin: 0 0 18px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(16,24,40,.06);
  padding: 0; /* у цен есть padding на item — нам тут не нужен */
}

/* Question row: это .item-title (как в ценах) */
.faq-accordeon .item-title.faq-question-label{
  position: relative;
  cursor: pointer;
  user-select: none;

  background: #ffffff;
  padding: 18px 20px 18px 86px;
  min-height: 64px;

  display: flex;
  align-items: center;
}

/* Left icon default (closed) */
.faq-accordeon .faq-icon{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #129d9c; /* закрыто = бирюза */
}

.faq-accordeon .faq-icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255,255,255,.95);
}

/* Question text */
.faq-accordeon .faq-text{
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2px;
  color: #0f766e;
  line-height: 1.25;
}

/* Answer: this is .item-content (как в ценах) */
.faq-accordeon .item-content.faq-answer-content{
  /* было: padding: 0 20px 18px 86px; */
  padding: 12px 20px 18px 30px; /* отступ сверху добавили */
  margin-top: 0;               /* было -6px — из-за этого ответ "лип" к верху */

  color: #111827;
  font-size: 15px;             /* текст ответа покрупнее */
  line-height: 1.7;
  background: #ffffff;

  /*position: relative;  */        /* для декоративной линии */
}

/* Небольшой аккуратный разделитель, чтобы ответ визуально начинался от линии текста, а не от иконки *
.faq-accordeon .item-content.faq-answer-content::before{
  content: "";
  position: absolute;
  left: 86px;                  /* совпадает с padding-left (старт текста) *
  top: 6px;
  bottom: 12px;
  width: 2px;
  background: rgba(15,118,110,.12);
  border-radius: 2px;
}
*/
/* Если в ответе есть <p>, сделаем нормальные интервалы */
.faq-accordeon .item-content.faq-answer-content p{
  margin: 0 0 10px 0;
}
.faq-accordeon .item-content.faq-answer-content p:last-child{
  margin-bottom: 0;
}

/* Active state (как в ценах: .item.active ...) */
.faq-accordeon .item.active .item-title.faq-question-label{
  background: #129d9c;
}

.faq-accordeon .item.active .faq-text{
  color: #ffffff;
}

.faq-accordeon .item.active .faq-icon{
  background: #ef4444; /* открыто = красная */
}

/* Mobile */
@media (max-width: 768px){
  .item-wrap{
    padding-left: 12px;
    padding-right: 12px;
  }

  .faq-accordeon .item-title.faq-question-label{
    padding: 16px 14px 16px 66px;
    min-height: 56px;
  }

  .faq-accordeon .faq-icon{
    left: 14px;
    width: 38px;
    height: 38px;
  }

  .faq-accordeon .item-content.faq-answer-content{
    padding: 10px 14px 16px 66px; /* добавили верхний отступ */
    font-size: 14px;
    line-height: 1.65;
  }

  .faq-accordeon .item-content.faq-answer-content::before{
    left: 26px;
    top: 6px;
    bottom: 12px;
  }

  .faq-accordeon .faq-text{
    font-size: 14px;
  }
}

/* Сброс браузерных стилей h3 внутри вопроса — размер и отступы остаются как у .faq-text */
.faq-accordeon .item-title.faq-question-label h3.faq-text{
  margin: 0;         /* убираем дефолтный margin у h3 */
  padding: 0;        /* убираем дефолтный padding у h3 */
  font-size: 20px;   /* ← размер текста вопроса (менять здесь) — должен совпадать с .faq-text выше */
  font-weight: 900;  /* ← жирность вопроса (менять здесь) */
  line-height: 1.5;
}

/* Сброс браузерных стилей p внутри ответа — размер остаётся как у .item-content */
.faq-accordeon .item-content.faq-answer-content > p{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;   /* ← размер текста ответа (менять здесь) — должен совпадать с .item-content выше */
  font-weight: 500;  /* ← жирность ответа (менять здесь) */
  line-height: 1.7;
}
.faq-accordeon .item-content.faq-answer-content > p:last-child{
  margin-bottom: 0;
}

@media (max-width: 768px){
  .faq-accordeon .item-title.faq-question-label h3.faq-text{
    font-size: 14px;  /* ← мобильный размер вопроса (менять здесь) */
  }
  .faq-accordeon .item-content.faq-answer-content > p{
    font-size: 14px;  /* ← мобильный размер ответа (менять здесь) */
  }
}
/* faq ГЛАВНАЯ КОНЕЦ*/
/* Стилизация таблицы Прайса */
.price-table table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.price-table th { background: #129d9c; color: #fff; padding: 15px; text-align: left; text-transform: uppercase; font-size: 14px; }
.price-table td { padding: 15px; border-bottom: 1px solid #f0f0f0; font-size: 16px; }
.price-table tr:hover { background: #f9fbfb; }
.price-table td:last-child { font-weight: bold; color: #e73e3e; text-align: right; }

/* Лицензии */
.licenses-gallery { margin-top: 50px; }
.licenses-gallery .item { border: 1px solid #eee; padding: 10px; transition: 0.3s; }
.licenses-gallery .item:hover { transform: scale(1.05); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

/* ===== Прайс (flex-таблица): нормальная адаптивная раскладка ===== */

/* строка */
.tbodyprice tr{
  display: flex;
  flex-wrap: nowrap;          /* важно: не даём td перескакивать на новую строку */
  align-items: baseline;
  gap: 12px;
}

/* услуга */
.tbodyprice tr > td:first-of-type{
  flex: 1 1 auto;             /* занимает остаток */
  min-width: 0;               /* чтобы текст мог ужиматься */
  padding-right: 0;           /* gap уже даёт расстояние */
}

/* стоимость */
.tbodyprice tr > td:last-of-type{
  flex: 0 0 auto;             /* ширина по контенту */
  width: auto;
  max-width: none;
  margin-left: auto;          /* прижать вправо */
  white-space: nowrap;        /* цена в одну строку */
  text-align: right;
  font-variant-numeric: tabular-nums; /* аккуратные цифры (где поддерживается) */
}

/* если где-то всё равно прёт из-за длинных слов/названий услуг */
.tbodyprice tr > td:first-of-type{
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== Адаптив ===== */
@media (max-width: 991px){
  .tbodyprice tr{
    padding: 10px 0;
    gap: 10px;
  }
}

@media (max-width: 767px){
  .tbodyprice tr{
    gap: 8px;
  }

  /* можно чуть компактнее, чтобы цена влезала чаще */
  .tbodyprice tr > td:first-of-type,
  .tbodyprice tr > td:last-of-type{
    font-size: 14px !important;
    line-height: 1.35;
  }
}

/* самый узкий экран: если цена совсем длинная — уменьшаем только цену */
@media (max-width: 380px){
  .tbodyprice tr > td:last-of-type{
    font-size: 13px !important;
  }
}
/* крупнее весь прайс */
.tbodyprice td{
  font-size: 18px;
  line-height: 1.4;
}

/* цены — жирнее (и можно чуть крупнее) */
.tbodyprice tr > td:last-of-type{
  font-weight: 800;
  font-size: 19px; /* если не нужно крупнее цены — уберите эту строку */
}

/* адаптив: на телефонах чуть меньше, чтобы не ломало строку */
@media (max-width: 767px){
  .tbodyprice td{ font-size: 16px !important; }
  .tbodyprice tr > td:last-of-type{ font-size: 17px !important; }
}

@media (min-width: 992px) {
    /* 1. Находим общий контейнер, где лежит лого, меню и кнопки */
     header .container > .row, 
     header .container > div { 
        display: flex !important;
        align-items: center !important;
        justify-content:沟通-between !important; /* Лого слева, остальное справа */
        flex-wrap: nowrap !important;
    }

    /* 2. Логотип: фиксируем его, чтобы не сжимался и не пропадал */
    .logo, .logo-wrapper {
        flex: 0 0 auto !important;
        margin-right: 20px !important;
    }

    /* 3. Обертка меню: заставляем её занимать всё свободное место и толкать меню вправо */
    .top-menu-wrapper {
        flex: 1 1 auto !important; /* Занимает место, но позволяет сжиматься */
        display: flex !important;
        justify-content: flex-end !important; /* ПРИЖИМАЕМ МЕНЮ ВПРАВО */
        min-width: 0;
    }

    /* 4. Само меню: строго в одну строку */
    .top-menu > ul#mainMenu {
        display: flex !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    /* 5. Пункты меню: уменьшаем отступы, чтобы влезло на средних экранах
Где это делать всегда в будущем:
Когда добавишь новый пункт меню и оно опять начнет ломаться, ищи этот блок CSS (который я тебе дал) и просто меняй цифры:
15px → 25px / 30px / 35px — отступы между пунктами меню
1250px → 1400px — ширина экрана, на которой отступы увеличиваются	*/
    .top-menu > ul#mainMenu > li {
        margin: 0 0 0 20px !important; /* Уменьшил до 15px для страховки */
        padding: 0 !important;
        flex-shrink: 0 !important;
    }

    /* Чтобы текст не переносился внутри кнопок меню */
    .top-menu > ul#mainMenu > li > a {
        white-space: nowrap !important;
    }

    /* Правая часть (кнопки поиска/записи) */
    .header-right, .top-header-extras {
        flex: 0 0 auto !important;
        margin-left: 20px !important;
    }
}
/* Если добавишь пункт и надо еще шире */
@media (min-width: 992px) {
    .top-menu > ul#mainMenu > li {
        margin-left: 25px !important; /* Больше = шире расстояние */
    }
}
/* На больших мониторах (от 1250px) делаем отступы пошире, как на скрине */
@media (min-width: 1250px) {
    .top-menu > ul#mainMenu > li {
        margin-left: 30px !important;
    }
}
@media (min-width: 1400px) { /* Больше = для еще более широких экранов */
    .top-menu > ul#mainMenu > li {
        margin-left: 35px !important;
    }
}
/* Для статьи*/
/* ===========================
   ПЕРЕМЕННЫЕ
=========================== */
:root {
  --color-teal:  #129d9c;
  --color-red:   #e73e3e;
  --color-blue:  #428bca;
  --color-teal-dark: #0d7b7a;
  --color-red-dark:  #c02f2f;
  --color-blue-dark: #2f6da3;
  --color-bg:    #f5fafa;
  --color-text:  #2c2c2c;
  --radius:      10px;
  --shadow:      0 4px 16px rgba(0,0,0,0.10);
}

/* ===========================
   АННОТАЦИЯ
=========================== */
.service-annotation {
  background-color: var(--color-bg);
  border-left: 4px solid var(--color-teal);
  padding: 16px 20px;
  border-radius: var(--radius);
  margin-bottom: 32px;
  color: var(--color-text);
  font-size: 0.97rem;
  line-height: 1.7;
}

/* ===========================
   КАРТОЧКИ УСЛУГ
=========================== */
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.service-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;

  /* ── Бордюр сверху (бирюзовый) ── */
  border-top: 4px solid var(--color-teal);       /* цвет верхней полосы */

  /* ── Бордюр снизу (красный) ── */
  border-bottom: 4px solid var(--color-red);     /* цвет нижней полосы */

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(18, 157, 156, 0.18);
}

/* ── Заголовок H3 ── */
.service-card h3 {
  font-size: 2.25rem;       /* ← размер заголовка H3 (менять здесь) */
  font-weight: 900;         /* ← жирность заголовка H3 (менять здесь) */
  margin-bottom: 10px;
}

.service-card h3 a {
  color: var(--color-teal);
  text-decoration: none;
  font-weight: 700;         /* ← жирность ссылки в H3 (менять здесь) */
}

/*.service-card h3 a:hover {
  color: var(--color-teal-dark);
  text-decoration: underline;
}*/

.service-card h3 a:hover {
  color: var(--color-red);  /* ← цвет ссылки при наведении #e73e3e (менять здесь) */
  text-decoration: underline;
}

/* ── Цвет ссылки при нажатии ── */
.service-card h3 a:active {
  color: var(--color-red);  /* ← цвет ссылки при клике (менять здесь) */
}

/* ── Текст параграфа P ── */
.service-card p {
  color: #555;
  font-size: 1.55rem;       /* ← размер текста параграфа (менять здесь) */
  font-weight: 600;         /* ← жирность текста параграфа (менять здесь) */
  line-height: 1.7;
  margin: 0;
}

/* ===========================
   FAQ
=========================== */
/*.faq-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 24px;
  margin-bottom: 16px;
  border-left: 4px solid var(--color-blue);
}

.faq-item h3 {
  color: var(--color-blue);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq-item p {
  color: #555;
  font-size: 0.93rem;
  line-height: 1.65;
  margin: 0;
}*/

/* ===========================
   CTA БЛОК
=========================== */
.cta-block {
  background: linear-gradient(135deg, var(--color-teal), var(--color-teal-dark));
  border-radius: var(--radius);
  padding: 40px 32px;
  text-align: center;
  margin-top: 48px;
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-block h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.cta-block p {
  color: rgba(255,255,255,0.9);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}

/* ===========================
   КНОПКИ
=========================== */
.btn-primary {
  display: inline-block;
  background-color: var(--color-red);
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background-color: var(--color-red-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #fff !important;
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  margin: 6px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-secondary:hover {
  background-color: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

/* ===========================
   BLOCKQUOTE color: var(--color-red);
=========================== */
blockquote {
  background: var(--color-bg);
  border-left: 5px solid var(--color-red);
  border-radius: var(--radius);
  padding: 24px 28px;
  margin: 32px 0;
  font-style: italic;
  color: var(--color-text);
  line-height: 1.75;
}

blockquote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-size: 0.88rem;
  color: var(--color-teal);
  font-weight: 600;
}

/* ===========================
   АДАПТИВ
=========================== */
@media (max-width: 768px) {
  .service-cards {
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding: 28px 20px;
  }

  .cta-block h2 {
    font-size: 1.3rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;
    margin: 6px 0;
    text-align: center;
  }
}


 <!-- ============================================================ -->
  <!--  ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ НОВЫХ БЛОКОВ ГЛАВНОЙ              -->
  <!--  (перенесите в /assets/template/css/style.css после финала)  -->
  <!-- ============================================================ -->
    /* ===== ЭКСТРЕННАЯ ПОЛОСА ===== */
    .emergency-bar {
      background: #c0392b;
      color: #fff;
      padding: 14px 0;
      text-align: center;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }
    .emergency-bar a {
      color: #fff;
      text-decoration: underline;
      margin: 0 18px;
    }
    .emergency-bar .em-icon {
      margin-right: 8px;
      vertical-align: middle;
    }

    /* ===== БЛОК УТП (ТОП-ФАКТЫ) ===== */
    .utp-row {
      background: #f0fafa;
      border-bottom: 3px solid #1a9b9b;
      padding: 24px 0 20px;
    }
    .utp-row .utp-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 18px 32px;
    }
    .utp-row .utp-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      font-weight: 600;
      color: #1a5f5f;
    }
    .utp-row .utp-item svg {
      flex-shrink: 0;
      color: #1a9b9b;
    }
    @media(max-width: 600px){
      .utp-row .utp-items { flex-direction: column; align-items: flex-start; padding: 0 16px; }
    }

    /* ===== СИЛО-ХАБЫ (ГЛАВНЫЕ РАЗДЕЛЫ) ===== */
    .silo-hubs-section {
      padding: 60px 0 50px;
      background: #fff;
    }
    .silo-hubs-section .section-subtitle {
      text-align: center;
      color: #555;
      font-size: 17px;
      margin-top: -10px;
      margin-bottom: 36px;
    }
    .silo-hub-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media(max-width: 991px){ .silo-hub-cards { grid-template-columns: repeat(2, 1fr); } }
    @media(max-width: 575px){ .silo-hub-cards { grid-template-columns: 1fr; } }

    .silo-hub-card {
      border: 1px solid #d9edf0;
      border-radius: 10px;
      padding: 28px 24px 22px;
      position: relative;
      transition: box-shadow .25s, border-color .25s, transform .2s;
      background: #fff;
      overflow: hidden;
    }
    .silo-hub-card::before {
      content: '';
      display: block;
      height: 4px;
      background: #1a9b9b;
      position: absolute;
      top: 0; left: 0; right: 0;
      border-radius: 10px 10px 0 0;
    }
    .silo-hub-card:hover {
      box-shadow: 0 8px 30px rgba(26,155,155,.18);
      border-color: #1a9b9b;
      transform: translateY(-3px);
    }
    .silo-hub-card .card-number {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #1a9b9b;
      margin-bottom: 8px;
    }
    .silo-hub-card h3 {
      font-size: 18px;
      font-weight: 700;
      margin: 0 0 12px;
      line-height: 1.35;
    }
    .silo-hub-card h3 a {
      color: #1a2e2e;
      text-decoration: none;
    }
    .silo-hub-card h3 a:hover { color: #1a9b9b; }
    .silo-hub-card .card-desc {
      font-size: 14px;
      color: #555;
      line-height: 1.7;
      margin-bottom: 18px;
    }
    .silo-hub-card .card-links {
      list-style: none;
      padding: 0;
      margin: 0 0 18px;
    }
    .silo-hub-card .card-links li {
      font-size: 13px;
      padding: 3px 0 3px 14px;
      position: relative;
      color: #333;
    }
    .silo-hub-card .card-links li::before {
      content: '›';
      position: absolute;
      left: 0;
      color: #1a9b9b;
      font-weight: 700;
    }
    .silo-hub-card .card-links li a {
      color: #1a5f5f;
      text-decoration: none;
      font-size: 13px;
    }
    .silo-hub-card .card-links li a:hover { text-decoration: underline; }
    .silo-hub-card .card-cta {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      color: #1a9b9b;
      border: 2px solid #1a9b9b;
      border-radius: 6px;
      padding: 7px 16px;
      text-decoration: none;
      transition: background .2s, color .2s;
    }
    .silo-hub-card .card-cta:hover {
      background: #1a9b9b;
      color: #fff;
    }
    .silo-hub-card.card-emergency::before { background: #c0392b; }
    .silo-hub-card.card-emergency .card-cta { color: #c0392b; border-color: #c0392b; }
    .silo-hub-card.card-emergency .card-cta:hover { background: #c0392b; color: #fff; }

    /* ===== ЭТАПЫ ЛЕЧЕНИЯ ===== */
    .stages-section {
      padding: 60px 0;
      background: linear-gradient(135deg, #0d4f4f 0%, #1a9b9b 100%);
      color: #fff;
    }
    .stages-section h2 { color: #fff; text-align: center; margin-bottom: 8px; }
    .stages-section .section-subtitle { color: rgba(255,255,255,.75); text-align: center; margin-bottom: 40px; font-size: 16px; }
    .stages-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    @media(max-width:991px){ .stages-grid { grid-template-columns: repeat(2,1fr); } }
    @media(max-width:575px){ .stages-grid { grid-template-columns: 1fr; } }
    .stage-item {
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 10px;
      padding: 24px 20px;
      text-align: center;
      transition: background .2s;
    }
    .stage-item:hover { background: rgba(255,255,255,.18); }
    .stage-num {
      width: 50px; height: 50px;
      border-radius: 50%;
      background: rgba(255,255,255,.2);
      border: 2px solid rgba(255,255,255,.6);
      display: flex; align-items: center; justify-content: center;
      font-size: 22px; font-weight: 700;
      margin: 0 auto 16px;
    }
    .stage-item h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
    .stage-item p { font-size: 13px; color: rgba(255,255,255,.8); line-height: 1.6; margin: 0; }

    /* ===== ЦЕНЫ — КРАТКО ===== */
    .prices-preview-section {
      padding: 60px 0 50px;
      background: #f8fffe;
    }
    .prices-preview-section h2 { text-align: center; }
    .prices-preview-section .section-subtitle { text-align: center; color: #555; margin-bottom: 36px; font-size: 16px; }
    .price-table {
      width: 100%;
      border-collapse: collapse;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,.07);
    }
    .price-table th {
      background: #1a9b9b;
      color: #fff;
      padding: 14px 20px;
      text-align: left;
      font-size: 15px;
    }
    .price-table td {
      padding: 14px 20px;
      border-bottom: 1px solid #e2f0f0;
      font-size: 15px;
    }
    .price-table tr:last-child td { border-bottom: none; }
    .price-table tr:nth-child(even) td { background: #f0fafa; }
    .price-table .price-val {
      font-weight: 700;
      color: #1a5f5f;
      white-space: nowrap;
    }
    .price-table .price-free {
      font-weight: 700;
      color: #27ae60;
    }
    .prices-cta-wrap {
      text-align: center;
      margin-top: 28px;
    }
    .prices-cta-wrap a {
      display: inline-block;
      background: #1a9b9b;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      border-radius: 8px;
      padding: 14px 36px;
      text-decoration: none;
      transition: background .2s;
    }
    .prices-cta-wrap a:hover { background: #0d7070; }

    /* ===== GEO-БЛОК ===== */
    .geo-section {
      padding: 50px 0 44px;
      background: #fff;
      border-top: 1px solid #e2f0f0;
    }
    .geo-section h2 { text-align: center; }
    .geo-section .section-subtitle { text-align: center; color: #555; margin-bottom: 32px; font-size: 16px; }
    .geo-districts {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }
    .geo-districts a {
      display: inline-block;
      border: 1.5px solid #1a9b9b;
      color: #1a5f5f;
      border-radius: 6px;
      padding: 8px 16px;
      font-size: 14px;
      text-decoration: none;
      transition: background .2s, color .2s;
    }
    .geo-districts a:hover { background: #1a9b9b; color: #fff; }
    .geo-cities {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      margin-top: 14px;
    }
    .geo-cities a {
      display: inline-block;
      background: #f0fafa;
      color: #1a5f5f;
      border-radius: 6px;
      padding: 7px 15px;
      font-size: 13px;
      text-decoration: none;
      transition: background .2s;
    }
    .geo-cities a:hover { background: #d0ecec; }

/* ===== БЛОК ДОВЕРИЯ ===== */
.trust-strip {
  background: #1a2e2e;
  padding: 22px 0;
}

.trust-strip .trust-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: space-between;
  align-items: center;
}

.trust-strip .trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255,255,255,.9);
  font-size: 14px;
  flex: 1 1 0;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.trust-strip .trust-item:last-child {
  border-right: none;
}

.trust-strip .trust-item strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #4dd0d0;
  line-height: 1;
  margin-bottom: 4px;
  text-align: center;
}

.trust-strip .trust-item span {
  display: block;
  text-align: center;
  line-height: 1.3;
}

/* ===== МОБИЛЬНЫЕ — НЕ ТРОГАЕМ, ОСТАВЛЯЕМ КАК ЕСТЬ ===== */
@media (max-width: 767px) {
  .trust-strip {
    padding: 18px 0;
  }
  .trust-strip .trust-items {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  .trust-strip .trust-item {
    width: 100%;
    flex: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    padding: 14px 16px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .trust-strip .trust-item:last-child {
    border-bottom: none;
  }
  .trust-strip .trust-item strong {
    font-size: 28px;
    text-align: center;
    margin-bottom: 2px;
  }
}
    /* ===== ГЛАВНАЯ СТАТЬЯ ===== */
    .main-article-section {
      padding: 60px 0 50px;
      background: #fff;
    }
    .main-article-section article {
      max-width: 1200px;
      margin: 0 auto;
    }
    .main-article-section article h2 {
      font-size: 24px;
      margin-top: 40px;
      color: #1a2e2e;
    }
    .main-article-section article h3 {
      font-size: 19px;
      margin-top: 28px;
      color: #1a4f4f;
    }
    .main-article-section article p {
      font-size: 16px;
      line-height: 1.8;
      color: #333;
    }
    .main-article-section article ul,
    .main-article-section article ol {
      font-size: 15px;
      line-height: 1.85;
      color: #333;
      padding-left: 22px;
    }
    .article-lead {
      font-size: 18px !important;
      font-weight: 500;
      color: #1a2e2e !important;
      border-left: 4px solid #1a9b9b;
      padding-left: 20px;
      margin-bottom: 28px !important;
    }
    .article-blockquote {
      background: #f0fafa;
      border-left: 5px solid #1a9b9b;
      border-radius: 0 8px 8px 0;
      padding: 20px 24px;
      margin: 32px 0;
      font-style: italic;
      font-size: 16px;
      color: #1a4f4f;
    }
    .article-blockquote cite {
      display: block;
      margin-top: 12px;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      color: #555;
    }
    .article-disclaimer {
      background: #fff9e6;
      border: 1px solid #f0d070;
      border-radius: 8px;
      padding: 16px 20px;
      font-size: 13px;
      color: #666;
      margin-top: 32px;
    }

    /* ===== CTA-БЛОКИ ===== */
    .cta-main {
      background: linear-gradient(135deg, #c0392b 0%, #922b21 100%);
      color: #fff;
      text-align: center;
      padding: 50px 20px;
      border-radius: 12px;
      margin: 48px 0 0;
    }
    .cta-main h2 { color: #fff; margin-bottom: 12px; font-size: 28px; }
    .cta-main p { font-size: 17px; color: rgba(255,255,255,.9); margin-bottom: 28px; }
    .cta-main .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    .cta-main .btn-cta-red {
      display: inline-block;
      background: #fff;
      color: #c0392b;
      font-weight: 700;
      font-size: 16px;
      border-radius: 8px;
      padding: 14px 32px;
      text-decoration: none;
      border: 2px solid #fff;
      transition: background .2s, color .2s;
    }
    .cta-main .btn-cta-red:hover { background: transparent; color: #fff; }
    .cta-main .btn-cta-white {
      display: inline-block;
      background: transparent;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      border-radius: 8px;
      padding: 14px 32px;
      text-decoration: none;
      border: 2px solid rgba(255,255,255,.7);
      transition: background .2s;
    }
    .cta-main .btn-cta-white:hover { background: rgba(255,255,255,.15); }

    .cta-teal {
      background: linear-gradient(135deg, #0d4f4f 0%, #1a9b9b 100%);
      color: #fff;
      text-align: center;
      padding: 44px 20px;
      border-radius: 12px;
      margin: 48px 0 0;
    }
    .cta-teal h2 { color: #fff; margin-bottom: 10px; font-size: 24px; }
    .cta-teal p { font-size: 16px; color: rgba(255,255,255,.85); margin-bottom: 24px; }
    .cta-teal a.btn-cta-green {
      display: inline-block;
      background: #fff;
      color: #0d4f4f;
      font-weight: 700;
      font-size: 15px;
      border-radius: 8px;
      padding: 13px 30px;
      text-decoration: none;
      margin: 6px 8px;
      transition: background .2s;
    }
    .cta-teal a.btn-cta-green:hover { background: #d0ecec; }

    /* ===== FAQ ===== */
    /*.faq-section {
      padding: 60px 0 50px;
      background: #f8fffe;
    }
    .faq-section h2 { text-align: center; margin-bottom: 36px; }*/

    /* ===== ОТЗЫВЫ-ПРЕВЬЮ ===== */
    .reviews-preview {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
      margin-top: 32px;
    }
    @media(max-width:768px){ .reviews-preview { grid-template-columns: 1fr; } }
    .review-card {
      background: #fff;
      border: 1px solid #d9edf0;
      border-radius: 10px;
      padding: 24px 20px;
    }
    .review-card .review-stars { color: #f39c12; font-size: 18px; margin-bottom: 10px; }
    .review-card .review-text { font-size: 14px; color: #444; line-height: 1.7; margin-bottom: 14px; }
    .review-card .review-author { font-size: 13px; font-weight: 700; color: #1a5f5f; }
    .review-card .review-date { font-size: 12px; color: #999; }
	
.reviews-preview-subtitle{
  text-align:center;
  color:#555;
  font-size:16px;
  margin-bottom:32px;
}
.home-reviews-link{
  text-align:center;
  margin-top:20px;
}
.reviews-total-line{
  text-align:center;
  margin:12px 0 24px;
}
.reviews-total-stars{
  color:#eab308;
  letter-spacing:1px;
  margin-right:8px;
  font-size:18px;
}
	
.review-stars{
  color:#eab308;
  letter-spacing:1px;
  font-size:18px;
  line-height:1;
}


.review-stars:before{content:"";}
.review-stars.rating1:before{content:"★☆☆☆☆";}
.review-stars.rating2:before{content:"★★☆☆☆";}
.review-stars.rating3:before{content:"★★★☆☆";}
.review-stars.rating4:before{content:"★★★★☆";}
.review-stars.rating5:before{content:"★★★★★";}

.reviews-total-line{
  text-align:center;
  margin:12px 0 24px;
}
.reviews-total-stars{
  color:#eab308;
  letter-spacing:1px;
  margin-right:8px;
  font-size:18px;
}
    /* ===== УНИВЕРСАЛЬНЫЕ УТИЛИТЫ ===== */
    .push16 { height: 16px; }
    .push24 { height: 24px; }
    .text-teal { color: #1a9b9b; }
    .bg-light-teal { background: #f0fafa; }
	
/*MAX BTN*/
.max-head-btn {
    background-color: #6B6EFF !important;
    border-color: #6B6EFF !important;
    color: #fff !important;
}
.max-head-btn:hover {
    background-color: #5558e0 !important;
    border-color: #5558e0 !important;
}
.max-head-btn svg {
    fill: #fff !important;
}
/*MAX END*/
/* ===== БЛОГ — стили ===== */

/* Шапка статьи */
.article-header { margin-bottom: 32px; }
.article-header .article-category {
  display: inline-block; font-size: 12px; font-weight: 700;
  color: #14b3b2; text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: 10px; text-decoration: none;
}
.article-header .article-category:hover { text-decoration: underline; }

/* Мета-данные статьи */
.article-meta {
  display: flex; align-items: center; gap: 20px;
  font-size: 14px; color: #888; margin-bottom: 28px; flex-wrap: wrap;
}
.article-meta__author { font-weight: 600; color: #333; }

/* Лид-абзац */
.article-lead {
  font-size: 18px; line-height: 1.75; color: #2c2c2c;
  margin-bottom: 32px; padding-left: 20px;
  border-left: 4px solid #14b3b2;
}

/* Теги */
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.article-tags__item {
  display: inline-block; padding: 4px 13px;
  background: #f0f4f8; border-radius: 20px;
  font-size: 13px; color: #555; text-decoration: none;
}
.article-tags__item:hover { background: #e0f5f5; color: #14b3b2; }

/* Экспертная цитата */
.expert-quote {
  background: #f5faf6; border-left: 4px solid #27ae60;
  padding: 24px 28px; margin: 36px 0; border-radius: 0 10px 10px 0;
}
.expert-quote__text {
  font-size: 17px; line-height: 1.8; font-style: italic;
  color: #2c2c2c; margin-bottom: 12px;
}
.expert-quote__author { font-size: 14px; color: #666; font-style: normal; }
.expert-quote__author strong { color: #333; }

/* Информационные врезки */
.article-note { padding: 18px 22px; border-radius: 8px; margin: 24px 0; }
.article-note--info  { background: #e0f5f5; border-left: 4px solid #14b3b2; }
.article-note--warn  { background: #fef9e7; border-left: 4px solid #f1c40f; }
.article-note--danger{ background: #fdecea; border-left: 4px solid #e73e3e; }
.article-note__title { font-weight: 700; margin-bottom: 6px; font-size: 15px; }
.article-note p { font-size: 15px; line-height: 1.65; margin: 0; }

/* Резюме статьи */
.article-summary {
  background: #f0f7f0; border: 1px solid #c8e6c9;
  border-radius: 10px; padding: 24px 28px; margin: 36px 0;
}
.article-summary__title { font-size: 16px; font-weight: 700; color: #2e7d32; margin-bottom: 14px; }
.article-summary ul { padding-left: 20px; margin: 0; }
.article-summary ul li { font-size: 15px; line-height: 1.65; margin-bottom: 6px; }

/* Мягкий CTA для блога */
.help-block {
  background: linear-gradient(135deg, #0d7a7a 0%, #14b3b2 100%);
  border-radius: 12px; padding: 32px 36px; margin-top: 40px; color: #fff;
}
.help-block__title { font-size: 22px; font-weight: 700; margin-bottom: 12px; }
.help-block__text { font-size: 16px; line-height: 1.65; opacity: .92; margin-bottom: 24px; }
.help-block__links { display: flex; gap: 14px; flex-wrap: wrap; }
.help-block .btn-primary { background: #fff; color: #14b3b2; }
.help-block .btn-secondary {
  border: 2px solid rgba(255,255,255,.6);
  background: transparent; color: #fff;
}
.help-block .btn-primary:hover { background: #e0f5f5; }
.help-block .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.12); }

/* Карточки статей */
.posts-grid {
  display: grid; gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 32px 0;
}
.post-card {
  background: #fff; border: 1px solid #e5e9f0;
  border-radius: 10px; overflow: hidden; transition: box-shadow .2s;
  display: flex; flex-direction: column;
}
.post-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); }
.post-card__image { width: 100%; overflow: hidden; }
.post-card__image img {
  width: 100%; height: 220px; object-fit: cover;
  display: block; transition: transform .3s;
}
.post-card:hover .post-card__image img { transform: scale(1.03); }
.post-card__body { padding: 20px 22px; display: flex; flex-direction: column; flex: 1; }
.post-card__category {
  font-size: 11px; font-weight: 700; color: #14b3b2;
  text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; display: block;
}
.post-card__title { font-size: 17px; font-weight: 600; line-height: 1.4; margin-bottom: 10px; }
.post-card__title a { color: #1a1a2e; text-decoration: none; }
.post-card__title a:hover { color: #14b3b2; }
.post-card__excerpt { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 14px; flex: 1; }
.post-card__meta { font-size: 13px; color: #aaa; display: flex; gap: 14px; margin-bottom: 4px; }
.post-card__link {
  display: inline-block; font-size: 14px; font-weight: 600;
  color: #14b3b2; text-decoration: none; margin-top: 12px;
}
.post-card__link:hover { color: #129d9c; text-decoration: underline; }

/* Блок автора */
.author-block {
  display: flex; align-items: flex-start; gap: 20px;
  background: #f8f9fb; border-radius: 10px; padding: 24px; margin-top: 44px;
}
.author-block__avatar {
  width: 70px; height: 70px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0; background: #dde2ea;
}
.author-block__name { font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.author-block__role { font-size: 13px; color: #14b3b2; font-weight: 500; margin-bottom: 8px; }
.author-block__bio { font-size: 14px; color: #555; line-height: 1.6; margin: 0; }
.posts-grid--2col {
    grid-template-columns: repeat(2, 1fr);
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #888;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.article-meta__views {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #aaa;
}
.article-meta__views svg {
    opacity: .6;
}


@media (max-width: 768px) {
    .posts-grid--2col {
        grid-template-columns: 1fr;
    }
}

.related-posts {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid #e5e9f0;
}
.related-posts__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a2e;
}
.posts-grid--3col {
    grid-template-columns: repeat(3, 1fr);
}
.posts-grid:empty { display: none;
 }
 /* Защита от пустых блоков */
.posts-grid:empty,
.accordeon:empty {
    display: none;
}
@media (max-width: 900px) {
    .posts-grid--3col {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .posts-grid--3col {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   БАННЕР РЕАБИЛИТАЦИИ
   ============================================ */
.rehab-banner-section {
  background: linear-gradient(135deg, #0d7a7a 0%, #1a9b9b 60%, #0f8a8a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* Декоративный фоновый элемент */
.rehab-banner-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  pointer-events: none;
}

.rehab-banner-section::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 30%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  pointer-events: none;
}

.rehab-banner-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

/* ---------- ЛЕВАЯ ЧАСТЬ ---------- */
.rehab-banner-left {
  flex: 1 1 50%;
  color: #fff;
}

.rehab-banner-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.rehab-banner-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 16px 0;
}

.rehab-banner-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin: 0 0 28px 0;
}

.rehab-banner-desc strong {
  color: #fff;
  font-weight: 700;
}

.rehab-banner-btn {
  display: inline-block;
  background: #fff;
  color: #0d7a7a;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.rehab-banner-btn:hover {
  background: #f0fafa;
  color: #0a6060;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---------- ПРАВАЯ ЧАСТЬ — цифры ---------- */
.rehab-banner-right {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rehab-stat-item {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 20px 24px;
  text-align: center;
  min-width: 130px;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.rehab-stat-item:hover {
  background: rgba(255,255,255,0.16);
}

.rehab-stat-num {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}

.rehab-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

/* ---------- АДАПТИВ ---------- */
@media (max-width: 991px) {
  .rehab-banner-inner {
    flex-direction: column;
    gap: 36px;
  }
  .rehab-banner-left {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .rehab-banner-right {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .rehab-banner-section {
    padding: 40px 0;
  }
  .rehab-banner-title {
    font-size: 22px;
  }
  .rehab-banner-right {
    grid-template-columns: 1fr 1fr;
  }
  .rehab-stat-item {
    min-width: auto;
    padding: 16px 12px;
  }
  .rehab-stat-num {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .rehab-banner-right {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}


/*ФОРМА В КОНТАКТАХ ОНЛАЙН ЗАЯВКА*/	
/* Стили только для этой формы, чтобы не ломать другие */
.consultation-form-block { 
    max-width: 900px; margin: 20px auto; background: #008b8b; padding: 25px; border-radius: 15px; 
}
.consultation-grid { 
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; 
}
.consultation-form-block label { color: #fff; font-size: 14px; display: block; margin-bottom: 5px; }
.consultation-form-block .form-control { 
    width: 100%; padding: 10px; border-radius: 5px; border: 1px solid #ccc; box-sizing: border-box; margin-bottom: 10px;
}
.consultation-form-block textarea.form-control { height: 185px; resize: none; }
.consultation-form-block .btn-submit { 
    background: #e34d4d; color: #fff; border: none; padding: 15px 30px; border-radius: 30px; 
    font-weight: bold; cursor: pointer; width: 100%; font-size: 18px; margin-top: 15px;
}
.consultation-form-block .agreement { color: #fff; font-size: 12px; margin-top: 10px; grid-column: span 2; }
.consultation-form-block .agreement input { margin-right: 10px; }
.form-group-s { display:none !important; } /* Скрытое поле для ботов как на твоем скрине */

@media (max-width: 768px) {
    .consultation-grid { grid-template-columns: 1fr; }
    .consultation-form-block .agreement { grid-column: span 1; }
}
/*ФОРМА В КОНТАКТАХ ОНЛАЙН ЗАЯВКА конец*/	
/*БЛОКИ В ХАБАХ РЕАБИЛИТАЦИИ*/
  CSS ТОЛЬКО ДЛЯ НОВЫХ СТРУКТУРНЫХ ЭЛЕМЕНТОВ (Твои цвета: #14b3b2, #129d9c, #e73e3e) 
    .rehab-article-content { font-size: 17px; line-height: 1.8; color: #333; }
    .rehab-article-content h2 { color: #129d9c; margin-top: 40px; border-bottom: 2px solid #14b3b2; padding-bottom: 10px; }
    .rehab-article-content h3 { color: #14b3b2; margin-top: 30px; }
    
    .rehab-info-box { background: #f0fafa; border-left: 5px solid #14b3b2; padding: 25px; margin: 30px 0; border-radius: 0 10px 10px 0; }
    .rehab-warning-box { border: 2px dashed #e73e3e; padding: 20px; margin: 30px 0; border-radius: 10px; background: #fff5f5; }
    
    .rehab-step-list { counter-reset: step-counter; list-style: none; padding: 0; }
    .rehab-step-list li { margin-bottom: 25px; padding-left: 60px; position: relative; }
    .rehab-step-list li::before { 
        content: counter(step-counter); counter-increment: step-counter;
        position: absolute; left: 0; top: 0; width: 40px; height: 40px;
        background: #14b3b2; color: #fff; border-radius: 50%;
        display: flex; align-items: center; justify-content: center; font-weight: bold;
    }

    .rehab-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
    .rehab-feature-item { background: #fff; border: 1px solid #e0f0f0; padding: 20px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
    .rehab-feature-item strong { color: #129d9c; display: block; margin-bottom: 8px; font-size: 1.1em; }

    .rehab-comparison-table { width: 100%; border-collapse: collapse; margin: 30px 0; background: #fff; }
    .rehab-comparison-table th { background: #14b3b2; color: #fff; padding: 15px; text-align: left; }
    .rehab-comparison-table td { padding: 15px; border: 1px solid #e0f0f0; }
    .rehab-comparison-table tr:nth-child(even) { background: #f9fdfd; }

    .rehab-tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; list-style: none; padding: 0; }
    .rehab-tag-list li { background: #e0f0f0; color: #129d9c; padding: 5px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; }

    @media (max-width: 768px) { .rehab-feature-grid { grid-template-columns: 1fr; } .rehab-comparison-table { display: block; overflow-x: auto; } }
	/*Конец блоки*/
/* ============================================ */
/* УСЛУГИ ЧИСТОЕ НЕБО - ИЗОЛИРОВАННЫЕ СТИЛИ   */
/* Полностью уникальные классы с префиксом chistone- */
/* ============================================ */

/* CSS ПЕРЕМЕННЫЕ */
:root {
    --chistone-primary: #00988c;
    --chistone-primary-dark: #129d9c;
    --chistone-primary-light: #e6f7f6;
    --chistone-secondary: #2d5c78;
    --chistone-accent: #ff6b6b;
    --chistone-success: #4caf50;
    --chistone-warning: #ff9800;
    
    --chistone-text: #1a1a1a;
    --chistone-text-gray: #5a5a5a;
    --chistone-text-light: #7a7a7a;
    
    --chistone-bg: #ffffff;
    --chistone-bg-gray: #f8f9fa;
    --chistone-bg-light: #f0f4f5;
    
    --chistone-border: #e0e0e0;
    --chistone-border-light: #f0f0f0;
    
    --chistone-shadow-1: 0 2px 8px rgba(0,0,0,0.06);
    --chistone-shadow-2: 0 4px 16px rgba(0,0,0,0.08);
    --chistone-shadow-3: 0 8px 32px rgba(0,0,0,0.12);
    
    --chistone-radius-sm: 8px;
    --chistone-radius-md: 12px;
    --chistone-radius-lg: 16px;
    
    --chistone-gap-1: 0.5rem;
    --chistone-gap-2: 1rem;
    --chistone-gap-3: 1.5rem;
    --chistone-gap-4: 2rem;
    --chistone-gap-5: 3rem;
    --chistone-gap-6: 4rem;
}

/* СБРОС БАЗОВЫХ СТИЛЕЙ */
.chistone-services-wrapper * {
    box-sizing: border-box;
}

.chistone-services-wrapper a {
    color: var(--chistone-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.chistone-services-wrapper a:hover {
    color: var(--chistone-primary-dark);
}

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

.chistone-services-wrapper strong {
    font-weight: 600;
}

/* ============================================ */
/* TRUST BAR - ВЕРХНИЙ БЛОК ПРЕИМУЩЕСТВ */
/* ============================================ */
.chistone-trust-bar {
    background: linear-gradient(135deg, var(--chistone-primary) 0%, var(--chistone-primary-dark) 100%);
    padding: var(--chistone-gap-4) var(--chistone-gap-3);
    color: white;
}

.chistone-trust-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--chistone-gap-4);
}

.chistone-trust-block {
    display: flex;
    gap: var(--chistone-gap-3);
    align-items: flex-start;
}

.chistone-trust-iconbox {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.15);
    border-radius: var(--chistone-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chistone-trust-iconbox svg {
    width: 26px;
    height: 26px;
    stroke: white;
    fill: none;
}

.chistone-trust-info {
    flex: 1;
}

.chistone-trust-heading {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    color: white;
}

.chistone-trust-description {
    font-size: 1.3375rem;
    opacity: 0.9;
    line-height: 1.5;
    margin: 0;
    color: white;
}

/* ============================================ */
/* НАВИГАЦИЯ ПО СЕКЦИЯМ СТРАНИЦЫ */
/* ============================================ */
.chistone-pagenav {
    background: white;
    border-bottom: 1px solid var(--chistone-border-light);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--chistone-shadow-1);
}

.chistone-pagenav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--chistone-gap-2) var(--chistone-gap-3);
    display: flex;
    align-items: center;
    gap: var(--chistone-gap-3);
    flex-wrap: wrap;
}

.chistone-pagenav-label {
    font-size: 1.175rem;
    font-weight: 600;
    color: var(--chistone-text-gray);
    white-space: nowrap;
}

.chistone-pagenav-menu {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.chistone-pagenav-item {
    font-size: 1.175rem;
    padding: 0.5rem 1rem;
    border-radius: var(--chistone-radius-sm);
    color: var(--chistone-text-gray);
    background: var(--chistone-bg-gray);
    transition: all 0.2s;
    white-space: nowrap;
}

.chistone-pagenav-item:hover {
    background: var(--chistone-primary-light);
    color: var(--chistone-primary);
}

/* ============================================ */
/* СЕКЦИИ УСЛУГ */
/* ============================================ */
.chistone-mainsection {
    background: white;
    padding: var(--chistone-gap-6) var(--chistone-gap-3);
    margin-bottom: var(--chistone-gap-3);
}

.chistone-mainsection--hero {
    background: linear-gradient(to bottom, var(--chistone-primary-light) 0%, white 100%);
    border-bottom: 3px solid var(--chistone-primary);
}

.chistone-mainsection--urgent {
    background: linear-gradient(to bottom, #fff5f5 0%, white 100%);
}

.chistone-maincontainer {
    max-width: 1200px;
    margin: 0 auto;
}

/* ЗАГОЛОВОК СЕКЦИИ */
.chistone-sectionhead {
    margin-bottom: var(--chistone-gap-5);
}

.chistone-sectionhead--centered {
    text-align: center;
}

.chistone-sectionlabel {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    background: var(--chistone-bg-light);
    color: var(--chistone-text-gray);
    margin-bottom: var(--chistone-gap-2);
}

.chistone-sectionlabel--main {
    background: var(--chistone-primary);
    color: white;
}

.chistone-sectionlabel--alert {
    background: var(--chistone-accent);
    color: white;
}

.chistone-sectionlabel--gift {
    background: var(--chistone-success);
    color: white;
}

.chistone-bigtitle {
    font-size: 2.35rem;
    font-weight: 700;
    color: var(--chistone-text);
    line-height: 1.2;
    margin: 0 0 var(--chistone-gap-2) 0;
}

.chistone-subtitle {
    font-size: 1.325rem;
    color: var(--chistone-text-gray);
    line-height: 1.5;
    margin: 0;
}

.chistone-intro-block {
    background: white;
    padding: var(--chistone-gap-4);
    border-radius: var(--chistone-radius-md);
    border-left: 4px solid var(--chistone-primary);
    margin-bottom: var(--chistone-gap-5);
    box-shadow: var(--chistone-shadow-1);
}

.chistone-intro-block p {
    font-size: 1.2625rem;
    line-height: 1.7;
    color: var(--chistone-text-gray);
    margin: 0;
}

/* ============================================ */
/* СЕТКА КАРТОЧЕК УСЛУГ */
/* ============================================ */
.chistone-cardgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: var(--chistone-gap-4);
    margin-bottom: var(--chistone-gap-5);
}

.chistone-cardgrid--narrow {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--chistone-gap-3);
}

/* КАРТОЧКА УСЛУГИ */
.chistone-servicecard {
    background: white;
    border-radius: var(--chistone-radius-lg);
    padding: var(--chistone-gap-4);
    border: 1px solid var(--chistone-border-light);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
}

.chistone-servicecard:hover {
    border-color: var(--chistone-primary);
    box-shadow: var(--chistone-shadow-2);
    transform: translateY(-4px);
}

.chistone-servicecard--mini {
    padding: var(--chistone-gap-3);
}

.chistone-servicecard--special {
    border: 2px solid var(--chistone-success);
    background: linear-gradient(to bottom, #f0fff4 0%, white 100%);
}

.chistone-cardicon {
    width: 56px;
    height: 56px;
    background: var(--chistone-primary-light);
    border-radius: var(--chistone-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--chistone-gap-3);
}

.chistone-cardicon svg {
    width: 28px;
    height: 28px;
    stroke: var(--chistone-primary);
    fill: none;
}

.chistone-cardtag {
    position: absolute;
    top: var(--chistone-gap-3);
    right: var(--chistone-gap-3);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 100px;
    background: var(--chistone-bg-light);
    color: var(--chistone-text-gray);
}

.chistone-cardtag--time {
    background: var(--chistone-warning);
    color: white;
}

.chistone-cardtag--free {
    background: var(--chistone-success);
    color: white;
}

.chistone-cardname {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 var(--chistone-gap-2) 0;
    color: var(--chistone-text);
}

.chistone-cardname a {
    color: inherit;
}

.chistone-cardname a:hover {
    color: var(--chistone-primary);
}

.chistone-cardtext {
    font-size: 1.3375rem;
    line-height: 1.6;
    color: var(--chistone-text-gray);
    margin: 0 0 var(--chistone-gap-3) 0;
    flex-grow: 1;
}

.chistone-cardfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--chistone-gap-3);
    padding-top: var(--chistone-gap-3);
    border-top: 1px solid var(--chistone-border-light);
}

.chistone-cardprice {
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--chistone-primary);
}

.chistone-cardprice--zero {
    color: var(--chistone-success);
}

.chistone-pricenote {
    font-size: 1.275rem;
    font-weight: 400;
    color: var(--chistone-text-light);
    display: block;
    margin-top: 0.125rem;
}

.chistone-cardmore {
    font-size: 1.2375rem;
    font-weight: 600;
    color: var(--chistone-primary);
    white-space: nowrap;
}

.chistone-cardmore:hover {
    text-decoration: underline;
}

/* ============================================ */
/* КНОПКИ */
/* ============================================ */
.chistone-btnbox {
    text-align: center;
}

.chistone-bigbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--chistone-radius-sm);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.chistone-bigbutton--filled {
    background: var(--chistone-primary);
    color: white;
    box-shadow: var(--chistone-shadow-1);
}

.chistone-bigbutton--filled:hover {
    background: var(--chistone-primary-dark);
    box-shadow: var(--chistone-shadow-2);
    transform: translateY(-2px);
}

.chistone-bigbutton--outlined {
    background: transparent;
    color: var(--chistone-primary);
    border: 2px solid var(--chistone-primary);
}

.chistone-bigbutton--outlined:hover {
    background: var(--chistone-primary);
    color: white;
}

.chistone-bigbutton--bordered {
    background: white;
    color: var(--chistone-primary);
    border: 2px solid var(--chistone-primary);
}

.chistone-bigbutton--bordered:hover {
    background: var(--chistone-primary-light);
}

.chistone-bigbutton--xl {
    padding: 1.125rem 2rem;
    font-size: 1.0625rem;
}

.chistone-bigbutton svg {
    width: 20px;
    height: 20px;
}

/* ============================================ */
/* ТАБЛИЦА ЦЕН */
/* ============================================ */
.chistone-pricing-area {
    background: var(--chistone-bg-gray);
    padding: var(--chistone-gap-6) var(--chistone-gap-3);
}

.chistone-pricetable-wrap {
    background: white;
    border-radius: var(--chistone-radius-lg);
    overflow: hidden;
    box-shadow: var(--chistone-shadow-2);
    margin-bottom: var(--chistone-gap-4);
}

.chistone-pricetable {
    width: 100%;
    border-collapse: collapse;
}

.chistone-pricetable thead {
    background: var(--chistone-primary);
    color: white;
}

.chistone-pricetable th {
    padding: var(--chistone-gap-3);
    text-align: left;
    font-weight: 600;
    font-size: 0.9375rem;
}

.chistone-pricetable tbody tr {
    border-bottom: 1px solid var(--chistone-border-light);
    transition: all 0.2s;
}

.chistone-pricetable tbody tr:hover {
    background: var(--chistone-bg-gray);
}

.chistone-pricetable td {
    padding: var(--chistone-gap-3);
    font-size: 0.9375rem;
}

.chistone-pricetable .price-zero {
    color: var(--chistone-success);
    font-weight: 600;
}

.chistone-pricetable .price-num {
    font-weight: 600;
    color: var(--chistone-primary);
}

.chistone-pricetable .price-highlight {
    background: var(--chistone-primary-light);
    font-weight: 700;
}

.chistone-price-info {
    display: flex;
    gap: var(--chistone-gap-3);
    padding: var(--chistone-gap-4);
    background: white;
    border-radius: var(--chistone-radius-md);
    border-left: 4px solid var(--chistone-primary);
    box-shadow: var(--chistone-shadow-1);
}

.chistone-price-info__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    stroke: var(--chistone-primary);
}

.chistone-price-info p {
    color: var(--chistone-text-gray);
    line-height: 1.6;
    margin: 0;
}

/* ============================================ */
/* FAQ */
/* ============================================ */
.chistone-faq-area {
    background: white;
    padding: var(--chistone-gap-6) var(--chistone-gap-3);
}

.chistone-faq-list {
    max-width: 1900px;
    margin: 0 auto;
}

.chistone-faq-box {
    background: white;
    border: 1px solid var(--chistone-border-light);
    border-radius: var(--chistone-radius-md);
    margin-bottom: var(--chistone-gap-3);
    overflow: hidden;
}

.chistone-faq-box:hover {
    border-color: var(--chistone-primary);
}

.chistone-faq-box[open] {
    box-shadow: var(--chistone-shadow-2);
    border-color: var(--chistone-primary);
}

.chistone-faq-quest {
    padding: var(--chistone-gap-3) var(--chistone-gap-4);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--chistone-gap-3);
    font-size: 1.5625rem;
    font-weight: 600;
    color: var(--chistone-text);
    user-select: none;
    list-style: none;
}

.chistone-faq-quest::-webkit-details-marker {
    display: none;
}

.chistone-faq-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    stroke: var(--chistone-primary);
    transition: transform 0.3s;
}

.chistone-faq-box[open] .chistone-faq-arrow {
    transform: rotate(180deg);
}

.chistone-faq-reply {
    padding: 0 var(--chistone-gap-4) var(--chistone-gap-3);
}

.chistone-faq-reply p {
    font-size: 1.4375rem;
    line-height: 1.7;
    color: var(--chistone-text-gray);
    margin: 0 0 0.75rem 0;
}

.chistone-faq-reply p:last-child {
    margin-bottom: 0;
}

/* ============================================ */
/* CTA БЛОК */
/* ============================================ */
.chistone-ctablock {
    background: linear-gradient(135deg, var(--chistone-primary) 0%, var(--chistone-primary-dark) 100%);
    padding: var(--chistone-gap-6) var(--chistone-gap-3);
    text-align: center;
    color: white;
}

.chistone-cta-inner {
    max-width: 900px;
    margin: 0 auto;
}

.chistone-cta-headline {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 var(--chistone-gap-3) 0;
    color: white;
}

.chistone-cta-subline {
    font-size: 1.325rem;
    line-height: 1.6;
    opacity: 0.95;
    margin: 0 0 var(--chistone-gap-5) 0;
    color: white;
}

.chistone-cta-btnrow {
    display: flex;
    gap: var(--chistone-gap-3);
    justify-content: center;
    flex-wrap: wrap;
}

.chistone-ctablock .chistone-bigbutton--filled {
    background: white;
    color: var(--chistone-primary);
}

.chistone-ctablock .chistone-bigbutton--filled:hover {
    background: var(--chistone-bg-gray);
}

.chistone-ctablock .chistone-bigbutton--bordered {
    background: transparent;
    color: white;
    border-color: white;
}

.chistone-ctablock .chistone-bigbutton--bordered:hover {
    background: rgba(255,255,255,0.15);
}

/* ============================================ */
/* НИЖНЯЯ НАВИГАЦИЯ ПО САЙТУ */
/* ============================================ */
.chistone-bottomnav {
    background: var(--chistone-bg-light);
    padding: var(--chistone-gap-6) var(--chistone-gap-3);
    border-top: 1px solid var(--chistone-border);
}

.chistone-bottomnav-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.chistone-bottomnav-heading {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 var(--chistone-gap-5) 0;
    color: var(--chistone-text);
}

.chistone-navgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: var(--chistone-gap-5);
}

.chistone-navcol {
    background: white;
    padding: var(--chistone-gap-4);
    border-radius: var(--chistone-radius-md);
    border: 1px solid var(--chistone-border-light);
}

.chistone-navcol--main {
    border: 2px solid var(--chistone-primary);
    background: var(--chistone-primary-light);
}

.chistone-navcol-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 var(--chistone-gap-3) 0;
    color: var(--chistone-text);
    padding-bottom: var(--chistone-gap-2);
    border-bottom: 2px solid var(--chistone-border);
}

.chistone-navcol-title svg {
    width: 20px;
    height: 20px;
    stroke: var(--chistone-primary);
    flex-shrink: 0;
    fill: none;
}

.chistone-navmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chistone-navmenu li {
    margin: 0 0 0.625rem 0;
}

.chistone-navmenu a {
    font-size: 1.1375rem;
    color: var(--chistone-text-gray);
    display: block;
    padding: 0.375rem 0;
    transition: all 0.2s;
}

.chistone-navmenu a:hover {
    color: var(--chistone-primary);
    padding-left: 0.5rem;
}

/* ============================================ */
/* АДАПТИВНОСТЬ */
/* ============================================ */
@media (max-width: 768px) {
    .chistone-bigtitle {
        font-size: 1.75rem;
    }
    
    .chistone-trust-grid {
        grid-template-columns: 1fr;
        gap: var(--chistone-gap-3);
    }
    
    .chistone-cardgrid {
        grid-template-columns: 1fr;
    }
    
    .chistone-navgrid {
        grid-template-columns: 1fr;
        gap: var(--chistone-gap-3);
    }
    
    .chistone-cta-btnrow {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .chistone-pagenav-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .chistone-bigtitle {
        font-size: 1.7rem;
    }
    
    .chistone-cardfooter {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .chistone-pricetable thead {
        display: none;
    }
    
    .chistone-pricetable,
    .chistone-pricetable tbody,
    .chistone-pricetable tr,
    .chistone-pricetable td {
        display: block;
    }
    
    .chistone-pricetable tr {
        margin-bottom: var(--chistone-gap-3);
        border: 1px solid var(--chistone-border-light);
        border-radius: var(--chistone-radius-sm);
        overflow: hidden;
    }
    
    .chistone-pricetable td {
        padding: 0.75rem var(--chistone-gap-3);
        text-align: left;
    }
}