@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../fonts/ubuntu-light.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url(../fonts/ubuntu.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(../fonts/ubuntu-medium.woff) format('woff');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../fonts/ubuntu-bold.woff) format('woff');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
main,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
  min-width: 995px;
}
ol,ul {
	margin-left: 17px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
:focus {
  outline: 0;
}
a img {
  border: 0;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: transparent;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.dropdown {
  height: 35px;
  display: block;
  line-height: 33px;
  border-radius: 3px;
  border: 1px solid #979797;
  padding: 0 11px;
  position: relative;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  background: #fff;
}
.dropdown__current-w {
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.dropdown__current {
  display: block;
  color: #717171;
  font-style: italic;
  font-size: 14px;
}
.dropdown__current-i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  z-index: 200;
  border: 4px solid transparent;
  display: inline-block;
  border-top-color: #717171;
  border-top-width: 5px;
  vertical-align: -2.5px;
}
.dropdown__list {
  position: absolute;
  top: 0;
  left: 0;
  margin: -1px;
  z-index: 500;
  display: none;
  min-width: calc(101%);
}
.dropdown__list-w {
  min-width: 100%;
  overflow: auto;
  padding: 4px;
  min-height: 35px;
  max-height: 300px;
  border: 1px solid #979797;
  background-color: #fff;
  border-radius: 3px;
}
.dropdown__list-el {
  display: block;
  padding: 0 10px;
  line-height: 24px;
  font-size: 13px;
  cursor: pointer;
  color: #373737;
}
.dropdown__list-el:hover {
  color: #0067b0;
}
.dropdown.expanded .dropdown__list {
  display: block;
}
.title_h3 {
    font-family: 'Ubuntu',Verdana,sans-serif;
    font-size: 20px;
    font-weight: 500 !important;
}
.tx p {
    font-size: 13px;
    margin-bottom: 5px;
}
.ic_phone {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 14px;  
}
.ic_map-pointer {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background: url('../dsgn/_sprite.png') -80px 0px no-repeat;
}
.ic_envelope {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background: url('../dsgn/_sprite.png') -20px 0px no-repeat;
}
.ic_envelope-s {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 14px;
  background: url('../dsgn/_sprite.png') -40px 0px no-repeat;
}
.ic_cross {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url('../dsgn/_sprite.png') -100px 0px no-repeat;
}
.ic_camera {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 15px;
  background: url('../dsgn/_sprite.png') 0px 0px no-repeat;
}
.ic_ar {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
}
.ic_ar-w-l {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -240px -50px;
}
.ic_ar-w-r {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -280px -50px;
}
.ic_ar-g-l {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -160px -50px;
}
.ic_ar-g-r {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -200px -50px;
}
.ic_ar-dg-l {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -80px -50px;
}
.ic_ar-dg-r {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -120px -50px;
}
.ic_ar-b-l {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: 0px -50px;
}
.ic_ar-b-r {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -40px -50px;
}
.ic_square-list {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url('../dsgn/_sprite.png') -60px 0px no-repeat;
}
.ic_arrow-forward {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  background: url('../dsgn/_sprite.png') -120px -10px no-repeat;
}
.ic_arrow-backward {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  background: url('../dsgn/_sprite.png') -120px 0px no-repeat;
}
.ic_accordion-ar {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url('../dsgn/_sprite.png') -170px -10px no-repeat;
}
.ic_accordion-ar-h {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url('../dsgn/_sprite.png') -170px 0px no-repeat;
}
.ic_soc-def {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
}
.ic_soc-fb {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  background-position: 0px -20px;
}
.ic_soc-tw {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  background-position: -30px -20px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* =�������� �����
---------------------------------- */
html {
  height: 100%;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #383838;
  height: 100%;
}
input[type=text],
input[type=password],
textarea {
  height: 35px;
  display: block;
  line-height: 33px;
  border-radius: 3px;
  border: 1px solid #979797;
  padding: 0 11px;
}
textarea {
  height: auto;
  padding: 5px 11px;
}
/* ��������� */
h1,
h2,
h3,
h4,
h6,
h6,
.title_h1,
.title_h2,
.title_h3,
.title_h4,
.title_h5,
.title_h6, 
.vach1, 
.mh1
 {
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
h1,
.title_h1, .mh1, .vach1 {
  font-size: 30px;
  margin-bottom: 20px;
}
h2,
.title_h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
/* ������ */
a:link {
  color: #0067b0;
  text-decoration: none;
}
a:visited {
  color: #0067b0;
  text-decoration: none;
}
a:hover {
  color: #0067b0;
  text-decoration: underline;
}
a:active {
  color: #0067b0;
  text-decoration: underline;
}
/* =������
---------------------------------- */
.cnt {
  min-height: 100%;
  padding-bottom: 150px;
  height: auto;
}
.cnt--s {
  padding-bottom: 95px;
}
.cnt__w {
  width: 998px;
  margin: 0 auto;
  *zoom: 1;
}
.cnt__w:before,
.cnt__w:after {
  display: table;
  content: "";
}
.cnt__w:after {
  clear: both;
}
/* ������������ ��������� ����� */
.grid {
  margin-left: -20px;
  *zoom: 1;
}
.grid:before,
.grid:after {
  display: table;
  content: "";
}
.grid:after {
  clear: both;
}
.grid_0 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
.grid_1 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 65px;
}
.grid_2 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 150px;
}
.grid_3 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 235px;
}
.grid_4 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 319px;
}
.grid_5 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 405px;
}
.grid_6 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 489px;
}
.grid_7 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 575px;
}
.grid_8 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 659px;
}
.grid_9 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 745px;
}
.grid_10 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 830px;
}
.grid_11 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 915px;
}
.grid_12 {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 1000px;
}
/* ��������� ����� ��� �������� �� ������� */
.grid-2 {
  margin-left: -5px;
}
.grid-2_0 {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
}
.grid-2_1 {
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
  width: 328px;
}
.grid-2_2 {
  margin-left: 5px;
  margin-bottom: 5px;
  
}
/* =��������� ����
---------------------------------- */
.tx h1,
.tx h2,
.tx h3,
.tx h4,
.tx h5,
.tx h6,
.tx .title_h1,
.tx .title_h2,
.tx .title_h3,
.tx .title_h4,
.tx .title_h5,
.tx .title_h6 {
  margin-bottom: 10px;
  padding-right: 10px;
}
.tx p {
  font-size: 13px;
  margin-bottom: 5px;
}
.tx__date {
  font-size: 14px;
  color: #717171;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
}
.tx__go-back {
  font-size: 16px;
  line-height: 1;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
}
.tx__go-back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  background: url('../dsgn/_sprite.png') -120px 0px no-repeat;
  margin-right: 3px;
  vertical-align: 2px;
}
.tx__fll {
  float: left;
}
.tx__flr {
  float: right;
}
img.tx__flr {
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
}
img.tx__fll {
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.tx__cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}
/* ������� */
.service-entry__table {
  width: 100%;
}
table tr th {
  background-color: #504f4f;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding: 8px 22px;
  border-left: 1px solid #fff;
}
table tr th:first-child {
  padding-left: 15px;
  border-left: 0;
  border-radius: 3px 0 0 0;
}
table tr th:last-child {
  border-radius: 0 3px 0 0;
}
.service-entry__table td {
	border: 1px solid #d6d6d6;
	padding: 8px 22px 8px 22px;
	line-height: 23px;
	font-size: 13px;
}
.service-entry__table table tr td:first-child {
  padding-left: 15px;
}
table tbody tr:first-child td {
  border-top: 0;
}
/* =�����
---------------------------------- */
.h {
  padding-top: 25px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}
.h__w {
  height: 95px;
  border-bottom: 2px solid #d6d6d6;
}
.h__logo {
  float: left;
  vertical-align: middle;
  display: inline-block;
}
.h__logo img {
    max-width: 184px;
	max-height: 74px;
}

.h__phone {
  float: right;
  height: 25px;
  line-height: 25px;
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  background: url('../dsgn/_sprite.png') 0 -84px no-repeat;
  padding-left: 18px;
  top: 2px;
}

.h__phone div {
	display: inline-block !important;
	float: right;
	height: 25px;
	line-height: 25px;
	margin-bottom: 25px;
	font-size: 22px;
}
.h__phone mark {
  color: #979797;
}
.main-nav {
  float: right;
  clear: right;
  height: 10px;
  line-height: 10px;
  text-align: right;
}
.main-nav > a, .main-nav div a {
  height: 10px;
  position: relative;
  display: inline-block;
  margin-left: 12px;
  font-size: 13px;
  color: #383838;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.main-nav > a:hover {
  text-decoration: none;
  color: #0067b0;
}
.main-nav > a.active:after, .main-nav > div a.active:after {
  content: '';
  display: block;
  width: 110%;
  margin-left: -5%;
  position: absolute;
  height: 2px;
  background-color: #383838;
  bottom: -35px;
  left: 0;
}
.f__nav > a.active:before {
  content: '';
  display: block;
  width: 110%;
  margin-left: -5%;
  position: absolute;
  height: 2px;
  background-color: #383838;
  top: -44px;
  left: 0;	
}
/* ���������� ����� */
.h--s {
  height: auto;
  margin-bottom: 25px;
}
.h--s .cnt__w {
  height: auto;
  border-bottom: 0;
}
.h--s .cnt__w .main-nav a.active:after {
  content: none;
  display: none;
}
/* =�������
---------------------------------- */
.slider {
  height: 525px;
  position: relative;
}
.slider__nav {
  z-index: 10;
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.slider__nav > span {
  float: left;
  margin-left: 8px;
}
.slider__nav_prev {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -240px -50px;
}
.slider__nav_prev:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: 0px -50px;
}
.slider__nav_next {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -280px -50px;
}
.slider__nav_next:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -40px -50px;
}
.slider__slides {
  width: 100%;
  height: 525px;
  overflow: hidden;
  position: relative;
}
.slider__slides a {
	display: block;
	height: 525px;
}
.slider__slide {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  width: 660px;
  height: 525px;
  z-index: -1;
  display: none;
  /* background-size: cover !important; */
}
.slider__slide.active {
  z-index: 1;
  display: block;
}
/* ������ ������� */
.slider__s-1 {
  background-size: cover;
  background-image: url("../dsgn/slider_s-1.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
.slider__s-2 {
  background-size: cover;
  background-image: url("../dsgn/slider_s-2.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
.slider__s-3 {
  background-size: cover;
  background-image: url("../dsgn/slider_s-3.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
/* =������� - ��������
---------------------------------- */
.events {
  margin-bottom: 50px;
}
.events__headline {
  padding-bottom: 12px;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 23px;
  line-height: 32px;
  *zoom: 1;
}
.events__headline:before,
.events__headline:after {
  display: table;
  content: "";
}
.events__headline:after {
  clear: both;
}
.events__h1 {
  width: auto;
  display: inline-block;
  float: left;
  position: relative;
  line-height: 32px;
  margin-bottom: 0;
}
.events__h1:after {
  position: absolute;
  width: 100%;
  bottom: -14px;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  background-color: #383838;
}
.events__nav {
  float: right;
  margin-right: 15px;
}
.events__nav > * {
  float: left;
  margin-left: 7px;
}
.events__nav_prev {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -160px -50px;
}
.events__nav_prev:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -80px -50px;
}
.events__nav_next {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -200px -50px;
}
.events__nav_next:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -120px -50px;
}
.events__w {
  margin: -4px -4px -4px -13px;
  padding: 4px;
  height: 372px;
  overflow: hidden;
  position: relative;
}
.events__items {
  height: 342px;
  width: 99999px;
  position: absolute;
  top: 15px;
  left: 15px;
}
/* =��������
---------------------------------- */
.carousel__headline {
  padding-bottom: 12px;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 23px;
  line-height: 32px;
  *zoom: 1;
}
.carousel__headline:before,
.carousel__headline:after {
  display: table;
  content: "";
}
.carousel__headline:after {
  clear: both;
}
.carousel__h1 {
  width: auto;
  display: inline-block;
  float: left;
  position: relative;
  line-height: 32px;
  margin-bottom: 0;
}
.carousel__h1:after {
  position: absolute;
  width: 100%;
  bottom: -14px;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  background-color: #383838;
}
.carousel__nav {
  float: right;
  margin-right: 15px;
}
.carousel__nav > * {
  float: left;
  margin-left: 7px;
}
.carousel__nav_prev {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -160px -50px;
}
.carousel__nav_prev:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -80px -50px;
}
.carousel__nav_next {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -200px -50px;
}
.carousel__nav_next:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -120px -50px;
}
.carousel__w {
  margin: -4px;
  padding: 4px;
  height: 372px;
  overflow: hidden;
  position: relative;
}
.carousel__items {
  height: 342px;
  width: 99999px;
  position: absolute;
  top: 15px;
  left: 4px;
}
/* =�������
---------------------------------- */
.index__board {
  margin-bottom: 40px;
}
.index__board .first {
	margin-left: 5px !important;
}

.index__board .last {
	margin-right: 0 !important;
}
.index-banner {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
.index-banner:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.index-banner a img {
  height: 100%;
  width: 100%;
}
.index-banner--t1 {
  height: 325px;
}
.index-banner--t2 {
  height: 118px;
}
.index__news h1 {
  margin-bottom: 20px;
}
.index__tx {
  margin-bottom: 60px;
}
.index__tx p {
  font-size: 12px;
}
/* =������
---------------------------------- */
.articles {
  margin-bottom: 70px;
}
/* =�������
---------------------------------- */
.news-entry__cnt p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.news-entry__sidebar {
  padding-top: 21px;
}
.news-entry__sidebar h2,
.news-entry__sidebar .title_h1 {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 20px;
}
.news-entry__sidebar .title_h1 {
  font-size: 30px;
}
/* =� ������
---------------------------------- */
.about .grid {
  margin-bottom: 30px;
}
.about .grid:last-of-type {
  margin-bottom: 0;
}
.about .tx p {
  font-size: 12px;
}
.about .timeline__box {
  width: 290px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.about .timeline__box:after,
.about .timeline__box:before {
  top: 49%;
  margin-top: -5px;
}
.about .timeline__person {
  text-align: center;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 5px;
}
.about .timeline__person:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 2px;
  background-color: #d6d6d6;
  width: 40px;
}
.about .timeline__person__photo {
  display: block;
  margin: 20px auto;
}
.about .timeline__person__name {
  display: block;
  font-size: 20px;
}
.about .timeline__person__position {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 13px;
}
/* =������
---------------------------------- */
a.services__item {
  display: block;
  margin-bottom: 40px;
  color: #383838;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
}
a.services__item:hover {
  text-decoration: none;
  color: #0067b0;
}
a.services__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.services__img {
  display: block;
  margin-bottom: 15px;
}
.services__lk {
  line-height: 1;
  font-size: 20px;
}
.services--v2 a.services__item {
  color: #fff;
  height: 190px;
  line-height: 190px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.services--v2 a.services__item:hover {
  text-decoration: none;
  color: #fff;
}
.services--v2 a.services__item:hover:after {
  background-color: transparent;
}
.services--v2 a.services__item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.services--v2 a.services__item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../dsgn/bg-dot-pattern.png");
  background-repeat: repeat;
  background-position: top left;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
.service-entry__cnt {
	margin-left: 18px !important;
}
.services--v2 .services__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  z-index: 5;
  display: block;
  margin-bottom: 15px;
}
.services--v2 .services__lk {
  line-height: 1;
  font-size: 30px;
  position: relative;
  z-index: 15;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  text-shadow: 0 0 2px rgba(27, 27, 27, 0.5);
}
td.service_child_section {
	background: #F5F5F5;
	padding-left: 30px !important;
}
td.service_child_section_grey {
	background: #F5F5F5;
	text-align: center;
}
/* ���������� ������� */
.service-entry__sidebar h1 {
  line-height: 37px;
}
.service-entry__table {
  margin-bottom: 40px;
}
.service-entry__table a {
  color: #383838;
}
.service-entry__table a:hover {
  text-decoration: none;
}
/* =�������
---------------------------------- */
.gallery {
  margin-top: -5px;
}
.gallery__box-w {
  position: relative;
}
.gallery__box-w:nth-child(-n+3) {
  margin-top: 5px;
}
.gallery__box-w:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: 5;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -webkit-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.gallery__box {
  width: 100%;
  border: 1px solid #d1d1d1;
  padding: 4px 4px 10px 4px;
  background-color: #fff;
  line-height: 1;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.gallery__box:hover {
  border-color: #a8a8a8;
}
.gallery__img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
a.gallery__title {
  display: block;
  margin-bottom: 10px;
  color: #383838;
  padding: 0 8px;
  font-size: 16px;
}
a.gallery__title:hover {
  text-decoration: none;
}
.gallery__views {
  padding: 0 8px;
  color: #ababab;
  font-size: 14px;
}
.gallery__views i {
  margin-right: 5px;
  vertical-align: -1px;
}
/* =��������
---------------------------------- */
.timeline {
  position: relative;
}
.timeline:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  background-color: #ccc;
}
.timeline__item {
  padding-right: 20px;
  position: relative;
  clear: both;
}
.timeline__item:nth-child(2) {
  margin-top: 40px;
}
.timeline__item:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 35px;
  right: -15px;
  background-color: #bebdbd;
  border-radius: 50%;
  z-index: 15;
}
.timeline__box {
  padding: 15px;
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
}
.timeline__box:before,
.timeline__box:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  right: -11px;
  border: 10px solid transparent;
  border-left: 11px solid #ccc;
  border-right: 0;
  width: 0;
  height: 0;
  z-index: 10;
}
.timeline__box:after {
  border-left-color: #fff;
  right: -10px;
}
.timeline__person {
  text-align: center;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 5px;
}
.timeline__person:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 2px;
  background-color: #d6d6d6;
  width: 40px;
}
.timeline__person__photo {
  display: block;
  margin: 20px auto;
}
.timeline__person__name {
  display: block;
  font-size: 20px;
}
.timeline__person__position {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 13px;
}
.timeline__item--rev {
  padding-right: 1px;
  padding-left: 19px;
  clear: none;
}
.timeline__item--rev:after {
  right: auto;
  left: -16px;
}
.timeline__item--rev .timeline__box:before,
.timeline__item--rev .timeline__box:after {
  right: auto;
  left: -11px;
  border: 10px solid transparent;
  border-right: 11px solid #ccc;
  border-left: 0;
}
.timeline__item--rev .timeline__box:after {
  border-right-color: #fff;
  left: -10px;
}
/* =���������
---------------------------------- */
.pagi {
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.pagi__prev {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -80px -50px;
  margin-right: 15px;
}
.pagi__prev:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: 0px -50px;
}
.pagi__prev.disabled {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -160px -50px;
}
.pagi__next {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -120px -50px;
  margin-left: 15px;
}
.pagi__next:hover {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -40px -50px;
}
.pagi__next.disabled {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url('../dsgn/_sprite.png') -990px -990px no-repeat;
  cursor: pointer;
  background-position: -200px -50px;
}
a.pagi__item,
.pagi__item {
  display: inline-block;
  min-width: 10px;
  margin: 0 10px;
  text-align: center;
  color: #5e5e5e;
  height: 21px;
  line-height: 11px;
  padding-bottom: 7px;
}
a.pagi__item:hover,
.pagi__item:hover {
  font-weight: 500;
  color: #383838;
  text-decoration: none;
}
a.pagi__item.active,
.pagi__item.active {
  font-weight: 500;
  color: #383838;
  border-bottom: 2px solid #383838;
}
/* =����� � ���������
---------------------------------- */
.map {
  height: 530px;
  width: 100%;
  position: relative;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
}
.map:after {
  content: none;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../dsgn/bg-dot-pattern.png");
  background-repeat: repeat;
  background-position: top left;
  z-index: 501;
}
.map__canvas {
  height: 530px;
  width: 100%;
}
.inner-map-canvas {
  height: 569px !important;
  width: 100%;
}
.map__salon {
  width: 300px;
  z-index: 502;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -462px;
}
.map__line {
  padding: 10px 15px;
  line-height: 19px;
  border-bottom: 1px solid #c3c3c3;
  font-size: 14px;
}
.map__logo {
  text-align: center;
  padding: 23px 0 19px;
}
.map__accordion .map__line {
  cursor: pointer;
}
.map__accordion .map__line.active {
  cursor: default;
}
.map__address {
  position: relative;
  padding-right: 14px;
}
.map__address i {
  margin-right: 10px;
  vertical-align: -1px;
}
.map__address:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url('../dsgn/_sprite.png') -170px -10px no-repeat;
}
.map__address:hover:after {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url('../dsgn/_sprite.png') -170px 0px no-repeat;
}
.active .map__address:after {
  content: none;
  display: none;
}
.map__address__tx {
  display: none;
  margin-top: 15px;
}
.map__address__tx p {
  line-height: 16px;
  padding: 4px 0;
}
.map__address__tx p i {
  vertical-align: -1px;
  margin-right: 3px;
}
.active .map__address__tx {
  display: block;
}
.map__contacts-lk {
  margin-top: 7px;
  display: inline-block;
}
.map__contacts-lk:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 14px;
  background: url('../dsgn/_sprite.png') -40px 0px no-repeat;
  margin-right: 7px;
  vertical-align: -1px;
}
.map__soc {
  padding: 12px 15px;
  *zoom: 1;
}
.map__soc:before,
.map__soc:after {
  display: table;
  content: "";
}
.map__soc:after {
  clear: both;
}
.map__soc a {
  float: left;
  display: inline-block;
  margin-right: 10px;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
.map__soc a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
/* =�������
---------------------------------- */
.side-nav > a {
  display: block;
  line-height: 18px;
  font-size: 15px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  color: #383838;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
.side-nav > a:last-of-type {
  border-bottom: 0;
}
.side-nav > a:hover {
  color: #0067b0;
  text-decoration: none;
}
.side-nav > a.active {
  font-weight: 500;
}
/* =������
---------------------------------- */
.f {
  height: 97px;
  line-height: 95px;
  margin-top: -97px;
}
.f__w {
  border-top: 2px solid #d6d6d6;
}
.f__copyright, .f__copyright div {
  vertical-align: middle;
  line-height: 1.25;
  display: inline-block;
  font-size: 12px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 500;
  position: relative;
}
.f__nav {
  float: right;
  clear: right;
  height: 10px;
  line-height: 10px;
  text-align: right;
  margin-top: 42px;
}
.f__nav > a, .f__nav div > a {
  height: 10px;
  position: relative;
  display: inline-block;
  margin-left: 14px;
  font-size: 13px;
  color: #383838;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.f__nav > a:hover {
  text-decoration: none;
  color: #0067b0;
}
.f__nav > div a.active:after  {
  content: '';
  display: block;
  width: 110%;
  margin-left: -5%;
  position: absolute;
  height: 2px;
  background-color: #383838;
  top: -44px;
  left: 0;
}
.f__nav > a.active:after  {
  content: '';
  display: block;
  width: 110%;
  margin-left: -5%;
  position: absolute;
  height: 2px;
  background-color: #383838;
  bottom: -35px;
  left: 0;
}
.f__nav > a.active:after {
  content: none;
  display: none;
}
.f--s {
  margin-top: 0;
}
.f--s .f__w {
  border: 0;
}
/* =������
---------------------------------- */
.popups {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 2000;
}
.popups__box {
  display: none;
}
.popups__w {
  width: 100%;
  height: 100%;
  position: relative;
}
.popups__def {
  position: absolute;
  width: 450px;
  margin-left: -225px;
  top: 10%;
  left: 50%;
  background-color: #fff;
}
.popups__def__w {
  position: relative;
}
.popups__def__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url('../dsgn/_sprite.png') -100px 0px no-repeat;
}
.popups__def__close:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* =����� � ���������
---------------------------------- */
.checkin input[type=text],
.checkin .dropdown {
  width: 265px;
}
.checkin textarea {
  display: block;
  width: 100%;
  height: 115px;
}
.checkin__box {
  position: relative;
  margin-bottom: 40px;
}
.checkin__lbl {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.checkin__date {
  float: left;
  width: 115px;
}
.checkin__date input[type=text] {
  width: 100%;
  display: block;
  padding-right: 30px;
  float: left;
  padding-left: 8px;
}
.checkin__datepicker {
  position: relative;
  height: 35px;
}
.checkin__datepicker > label {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -9px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background: url('../dsgn/_sprite.png') -190px 0px no-repeat;
}
.checkin__datepicker > label.hover {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background: url('../dsgn/_sprite.png') -210px 0px no-repeat;
}
.checkin__time {
  float: left;
  margin-left: 10px;
  width: 140px;
}
.checkin__time .dropdown {
  width: 65px;
  margin: 0 0 0 10px;
  float: left;
  padding: 0 7px;
}
.checkin__time .dropdown:first-of-type {
  margin-left: 0;
}
.checkin__time .dropdown .dropdown__list {
  width: 65px;
}
.checkin__time .dropdown .dropdown__list-w {
  float: right;
}
.checkin__submit {
  display: inline-block;
  margin: 30px 0;
  border-radius: 3px;
  background-color: #0067b0;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
  border: 0;
}
.checkin__submit:hover {
  background-color: #1f8cd9;
}
.checkin__tx {
  padding-top: 15px;
  font-size: 12px;
  padding-right: 100px;
}
.checkin__tx p {
  margin-bottom: 5px;
}
.checkin__box--error input,
.checkin__box--error .dropdown {
  border-color: #d9261d;
}
.checkin__error {
  display: none;
  position: absolute;
  top: -20px;
  right: 65px;
  padding: 0 15px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  background-color: #d9261d;
  border-radius: 3px;
}
.checkin__box--error .checkin__error {
  display: inline-block;
}
.checkin__error-w {
  display: block;
  position: relative;
}
.checkin__error-w:after {
  position: absolute;
  content: '';
  display: block;
  border: 7px solid transparent;
  border-top: 5px solid #d9261d;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  margin-top: -1px;
}
/*! jQuery UI - v1.10.4 - 2014-03-30
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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);
}
.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-datepicker {
  border: 1px solid #979797;
  border-radius: 3px;
  width: 220px;
  background-color: #fff;
  margin-top: 7px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
}
.ui-datepicker-header {
  height: 38px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #979797;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  margin: 14px 10px 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  background: url('../dsgn/_sprite.png') -290px 0px no-repeat;
  float: left;
}
.ui-datepicker .ui-datepicker-next {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  background: url('../dsgn/_sprite.png') -300px 0px no-repeat;
  float: right;
}
.ui-datepicker .ui-datepicker-prev-hover {
  background-position: -290px -10px;
}
.ui-datepicker .ui-datepicker-next-hover {
  background-position: -300px -10px;
}
.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 {
  display: inline-block;
  font-size: 14px;
  color: #383838;
  font-family: Verdana;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .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 .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-datepicker-calendar {
  color: #383838;
  width: 203px;
  border-collapse: collapse;
  margin: 0 auto 7px;
}
.ui-datepicker-calendar thead tr th {
  font-weight: normal;
  font-size: 11px;
  width: 29px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  background: none;
  color: #535453;
  border-bottom: 1px solid #D1D1D1;
}
.ui-datepicker-calendar tbody tr td {
  color: #535453;
  vertical-align: middle;
  text-align: center;
  width: 29px;
  height: 25px;
  border: 1px solid #d1d1d1;
  padding: 0;
}
.ui-datepicker-calendar tbody tr td a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 24px;
  line-height: 24px;
}
.ui-datepicker-unselectable {
	background: #f9f9f9;
}
.ui-datepicker-other-month {
	background: #fff;
}
.ui-datepicker-calendar tbody tr td:hover a, .ui-datepicker-today a {
  background-color: #0067b0;
  color: #fff !important;
  border-color: #005490;
}

/* �������� ����� */
.popups__feedback__cnt {
  padding: 40px 70px;
  text-align: center;
}
.popups__feedback__ic {
  position: relative;
  display: inline-block;
  width: 52px;
  background-color: #fff;
  height: 1px;
  border-right: 12px solid #0067b0;
  border-left: 12px solid #0067b0;
}
.popups__feedback__ic:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background: url('../dsgn/_sprite.png') -20px 0px no-repeat;
  margin-left: -9px;
  margin-top: -7px;
}
.popups__feedback__title {
  height: 17px;
  margin-bottom: 39px;
  margin-top: 17px;
  line-height: 17px;
  font-size: 24px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
}
.popups__feedback__it,
.popups__feedback__ta {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #a9a8a9;
  font-size: 12px;
  padding: 7px 11px;
  line-height: 14px;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
.popups__feedback__it::-webkit-input-placeholder,
.popups__feedback__ta::-webkit-input-placeholder {
  color: #383838;
}
.popups__feedback__it:-moz-placeholder,
.popups__feedback__ta:-moz-placeholder {
  color: #383838;
}
.popups__feedback__it::-moz-placeholder,
.popups__feedback__ta::-moz-placeholder {
  color: #383838;
}
.popups__feedback__it:-ms-input-placeholder,
.popups__feedback__ta:-ms-input-placeholder {
  color: #383838;
}
.popups__feedback__it::placeholder,
.popups__feedback__ta::placeholder {
  color: #383838;
}
.popups__feedback__it:placeholder,
.popups__feedback__ta:placeholder {
  color: #383838;
}
.popups__feedback__it:focus,
.popups__feedback__ta:focus {
  border-color: #0067b0;
}
.popups__feedback__it.error,
.popups__feedback__ta.error {
  border-color: #d9261d;
}
.popups__feedback__it.error::-webkit-input-placeholder,
.popups__feedback__ta.error::-webkit-input-placeholder {
  color: #d9261d;
}
.popups__feedback__it.error:-moz-placeholder,
.popups__feedback__ta.error:-moz-placeholder {
  color: #d9261d;
}
.popups__feedback__it.error::-moz-placeholder,
.popups__feedback__ta.error::-moz-placeholder {
  color: #d9261d;
}
.popups__feedback__it.error:-ms-input-placeholder,
.popups__feedback__ta.error:-ms-input-placeholder {
  color: #d9261d;
}
.popups__feedback__it.error::placeholder,
.popups__feedback__ta.error::placeholder {
  color: #d9261d;
}
.popups__feedback__it.error:placeholder,
.popups__feedback__ta.error:placeholder {
  color: #d9261d;
}
.popups__feedback__it {
  height: 30px;
}
.popups__feedback__ta {
  height: 160px;
  resize: none;
}
.popups__feedback__submit {
  height: 30px;
  line-height: 29px;
  display: inline-block;
  padding: 0 24px;
  background-color: #0067b0;
  font-size: 13px;
  color: #fff;
  border: 0;
  border-radius: 3px;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
.popups__feedback__submit:hover {
  background-color: #1f8cd9;
}
/* ������ */
.popups__service {
  width: 570px;
  margin-left: -285px;
}
.popups__service__cnt {
  padding: 45px 55px;
}
.popups__service__title {
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.popups__service__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 35px;
}
.popups__service__tx {
  font-size: 13px;
}
.popups__service__tx p {
  margin-bottom: 10px;
}
.popups__service__tx p:last-child {
  margin-bottom: 0;
}
.boxee__item {
  width: 100%;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 20px;
}
.boxee__img {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  display: block;
  margin-bottom: 1px;
}
.boxee__img img {
  display: block;
  width: 100%;
  min-height: 110px;
  max-height: 150px;
  height: auto;
}
.events .boxee__img img
{
	height: 145px !important;
}
.boxee__tx {
  padding: 11px 8px 15px;
}
.boxee__tx p {
  margin-bottom: 5px;
}
.boxee__tx p:last-of-type {
  margin-bottom: 0;
}
a.boxee__type {
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  float: left;
  margin-right: 6px;
  margin-bottom: 7px;
  margin-left: 2px;
}
.events a.boxee__type {
  color: #0067B0;
  text-decoration: none !important;	
}
.events .boxee__type--discount, .events .boxee__type--deals {
	color: #fff !important;
}
a.boxee__type--deals {
  font-size: 10px;
  color: #fff;
  padding-left: 5px;
  padding-right: 12px;
  position: relative;
  background-color: #d8638d;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
a.boxee__type--deals:hover {
  text-decoration: none;
  background-color: #e9749e;
}
a.boxee__type--deals:after {
  content: '';
  display: block;
  border: 9px solid transparent;
  border-left: 0;
  border-right: 7px solid #fff;
  position: absolute;
  top: 0;
  right: -1px;
}
a.boxee__type--discount {
  font-size: 10px;
  color: #fff;
  padding-left: 5px;
  padding-right: 12px;
  position: relative;
  background-color: #383838;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
a.boxee__type--discount:hover {
  text-decoration: none;
  background-color: #494949;
}
a.boxee__type--discount:after {
  content: '';
  display: block;
  border: 9px solid transparent;
  border-left: 0;
  border-right: 7px solid #fff;
  position: absolute;
  top: 0;
  right: -1px;
}
.boxee__date {
  font-size: 10px;
  color: #717171;
  line-height: 18px;
  float: left;
  display: inline-block;
  height: 18px;
  margin-bottom: 7px;
  margin-left: 2px;
}
a.boxee__title,
.boxee__title {
  display: block;
  color: #383838;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  clear: both;
}
a.boxee__title:after,
.boxee__title:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #d6d6d6;
  margin: 10px 0 10px;
}
a.boxee__title:hover {
  text-decoration: none;
  color: #0067b0;
}
.boxee__desc {
  font-size: 12px;
}
.boxee__more {
  white-space: nowrap;
}
.boxee__more .ic_square-list {
  margin-right: 5px;
}
.boxee__more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  background: url('../dsgn/_sprite.png') -120px -10px no-repeat;
  margin-left: 7px;
}
.boxee__item:hover {
  border-color: #a8a8a8;
}
.boxee__item:hover .boxee__img {
  /*margin: 0;*/
}
.boxee--height-limit-1 .boxee__item {
  height: 355px;
}
.boxee--no-border .boxee__item {
  border: 0;
  margin-bottom: 30px;
}
.boxee--no-border .boxee__item .boxee__img {
  margin: 0;
}
.boxee--no-border .boxee__item:hover {
  border: 0;
  box-shadow: none;
}
.boxee--no-border .boxee__item:hover .boxee__img {
  margin: 0;
}
.boxee--timeline .boxee__item {
  border: 0;
  margin-bottom: 0;
}
.boxee--timeline .boxee__item .boxee__img {
  margin: 15px 0 0;
}
.boxee--timeline .boxee__item .boxee__img img {
  height: auto;
  max-height: 9999px;
  min-height: 0;
  display: block;
  margin: 0 auto;
}
.boxee--timeline .boxee__item .boxee__tx {
  padding: 0;
}
.boxee--timeline .boxee__item .boxee__date {
  font-size: 14px;
}
.boxee--timeline:hover {
  border: 0;
  box-shadow: none;
}
.boxee--timeline:hover .boxee__img {
  margin: 15px 0 0;
}
.boxee--timeline:hover .boxee__img img {
  margin: 0 auto;
}
.boxee--hover-shadow .boxee__item:hover {
  border: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}
.boxee--no-item-padding .boxee__tx {
  padding: 11px 0 0;
}
.boxee--no-item-padding .boxee__img {
  margin: 0;
}
.boxee--margin-bottom .boxee__item {
  margin-bottom: 0;
}
.boxee--no-title-dec .boxee__title {
  margin-bottom: 5px;
}
.boxee--no-title-dec .boxee__title:after {
  display: none;
}
.boxee--vertical .boxee__item {
  *zoom: 1;
  margin-bottom: 40px;
}
.boxee--vertical .boxee__item:before,
.boxee--vertical .boxee__item:after {
  display: table;
  content: "";
}
.boxee--vertical .boxee__item:after {
  clear: both;
}
.boxee--vertical .boxee__item:last-of-type {
  margin-bottom: 20px;
}
.boxee--vertical .boxee__img {
  float: left;
}
.boxee--vertical .boxee__img img {
  width: 100%;
  min-height: 0;
  max-height: 9999px;
  height: auto;
}
.boxee--vertical .boxee__tx {
  padding: 0;
  float: left;
}
.boxee--vertical-large .boxee__item {
  *zoom: 1;
  margin-bottom: 40px;
}
.boxee--vertical-large .boxee__item:before,
.boxee--vertical-large .boxee__item:after {
  display: table;
  content: "";
}
.boxee--vertical-large .boxee__item:after {
  clear: both;
}
.boxee--vertical-large .boxee__item:last-of-type {
  margin-bottom: 20px;
}
.boxee--vertical-large .boxee__img {
  float: left;
}
.boxee--vertical-large .boxee__img img {
  width: 100%;
  min-height: 0;
  max-height: 9999px;
  height: auto;
}
.boxee--vertical-large .boxee__tx {
  padding: 0;
  float: left;
}
.boxee--vertical-large .boxee__item {
  padding-left: 255px;
}
.boxee--vertical-large .boxee__item:last-of-type {
  margin-bottom: 0;
}
.boxee--vertical-large .boxee__item:hover .boxee__img {
  margin: 4px 0 0 -255px !important;
}
.boxee--vertical-large .boxee__img {
  margin: 4px 0 0 -255px !important;
  width: 235px;
}
.boxee--vertical-large .boxee__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.boxee--vertical-large-v2 .boxee__item {
  *zoom: 1;
  margin-bottom: 40px;
}
.boxee--vertical-large-v2 .boxee__item:before,
.boxee--vertical-large-v2 .boxee__item:after {
  display: table;
  content: "";
}
.boxee--vertical-large-v2 .boxee__item:after {
  clear: both;
}
.boxee--vertical-large-v2 .boxee__item:last-of-type {
  margin-bottom: 20px;
}
.boxee--vertical-large-v2 .boxee__img {
  float: left;
}
.boxee--vertical-large-v2 .boxee__img img {
  width: 100%;
  min-height: 0;
  max-height: 9999px;
  height: auto;
}
.boxee--vertical-large-v2 .boxee__tx {
  padding: 0;
  float: left;
}
.boxee--vertical-large-v2 .boxee__item {
  padding-left: 329px;
}
.boxee--vertical-large-v2 .boxee__item:last-of-type {
  margin-bottom: 0;
}
.boxee--vertical-large-v2 .boxee__item:hover .boxee__img {
  margin: 4px 0 0 -329px !important;
}
.boxee--vertical-large-v2 .boxee__img {
  margin: 4px 0 0 -329px !important;
  width: 309px;
}
.boxee--vertical-large-v2 .boxee__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.boxee--vertical-small .boxee__item {
  *zoom: 1;
  margin-bottom: 25px;
}
.boxee--vertical-small .boxee__item:before,
.boxee--vertical-small .boxee__item:after {
  display: table;
  content: "";
}
.boxee--vertical-small .boxee__item:after {
  clear: both;
}
.boxee--vertical-small .boxee__item:last-of-type {
  margin-bottom: 20px;
}
.boxee--vertical-small .boxee__img {
  float: left;
}
.boxee--vertical-small .boxee__img img {
  min-height: 0;
  max-height: 9999px;
  height: auto;
}
.boxee--vertical-small .boxee__tx {
  padding: 0;
  float: left;
}
.boxee--vertical-small .boxee__item {
}
.boxee--vertical-small .boxee__item:hover .boxee__img {
  
}
.boxee--vertical-small .boxee__img {
  width: 50px;
  margin-right: 15px !important;
}
.boxee--vertical-small .boxee__date {
  line-height: 7px;
  height: 7px;
  margin-bottom: 3px;
  margin-left: 0;
}
.boxee--vertical-small a.boxee__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #383838;
}
.boxee--vertical-small a.boxee__title:hover {
  text-decoration: underline;
}
.boxee--vertical-small-v2 .boxee__item {
  *zoom: 1;
  margin-bottom: 40px;
}
.boxee--vertical-small-v2 .boxee__item:before,
.boxee--vertical-small-v2 .boxee__item:after {
  display: table;
  content: "";
}
.boxee--vertical-small-v2 .boxee__item:after {
  clear: both;
}
.boxee--vertical-small-v2 .boxee__item:last-of-type {
  margin-bottom: 20px;
}
.boxee--vertical-small-v2 .boxee__img {
  float: left;
}
.boxee--vertical-small-v2 .boxee__img img {
  width: 100%;
  min-height: 0;
  max-height: 9999px;
  height: auto;
}
.boxee--vertical-small-v2 .boxee__tx {
  padding: 0;
  float: left;
}
.boxee--vertical-small-v2 .boxee__item {
  padding-left: 140px;
}
.boxee--vertical-small-v2 .boxee__item:hover .boxee__img {
}
.boxee--vertical-small-v2 .boxee__img {
  margin: 1px 0 0 -140px !important;
  width: 120px;
}
.boxee--vertical-small-v2 .boxee__date {
  line-height: 7px;
  height: 7px;
  margin-bottom: 3px;
  margin-left: 0;
}
.boxee--vertical-small-v2 a.boxee__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #383838;
}
.boxee--vertical-small-v2 a.boxee__title:hover {
  text-decoration: underline;
}
.boxee--vertical-small-v2 a.boxee__title {
  line-height: 1;
}
.ic_logo {
  display: inline-block;
  vertical-align: middle;
  width: 184px;
  height: 74px;
  background: url('../dsgn/_sprite_template.png') 0px 0px no-repeat;
}
.ic_logo-small {
  display: inline-block;
  vertical-align: middle;
  max-height: 58px;
  max-width: 143px;
}
.ic_logo-map {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 105px;
  background: url('../dsgn/_sprite_template.png') 0px -140px no-repeat;
}
/*# sourceMappingURL=main.css.map */

/* =��������
---------------------------------- */
.vacancy-last {
	margin-left: 48px;
	width: 250px;
}
.vacancy-last a.boxee__title {
	height: 20px;
	width: 185px;
	overflow: hidden;
	display: inline-block !important;
}
.vacancy-last a.boxee__title:after, .vacancy-last .boxee__title:after {
	margin: 0 !important;
	background: none;
}
.vacancy-last .boxee__desc {
	color: #0067B0;
    font-family: 'Ubuntu',Verdana,sans-serif;
	font-size: 14px;
	height: 20px;
	width: 185px;
	overflow: hidden;
}
.vacancies {
  margin-bottom: 60px;
}
.vacancies__item {
  padding: 30px 20px 30px 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  *zoom: 1;
}
.vacancies__item:before,
.vacancies__item:after {
  display: table;
  content: "";
}
.vacancies__item:after {
  clear: both;
}
.vacancies__item:last-child {
  margin-bottom: 0;
}
.vacancies__person {
  width: 230px;
  float: left;
  text-align: center;
}
.vacancies__avatar {
  margin-bottom: 10px;
}
.vacancies__avatar img {
  display: inline-block;
  width: 117px;
  height: 117px;
}
.vacancies__position {
  font-size: 18px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
}
.vacancies__salary {
  font-size: 14px;
  color: #0067b0;
  display: block;
  text-align: center;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 400;
}
.vacancies__desc {
  width: 720px;
  float: right;
}
.vacancies__desc h2 {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 500;
}
.vacancies__desc p {
  margin-bottom: 10px;
}
.vacancies__desc p mark {
  font-family: 'Ubuntu', Verdana, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
a.vacancies__answer {
  display: block;
  float: left;
  clear: both;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  background-color: #0067b0;
  -moz-transition: all 0.5s 0 ease;
  -webkit-transition: all 0.5s 0 ease;
  transition: all 0.5s 0 ease;
}
a.vacancies__answer:hover {
  text-decoration: none;
  background-color: #1f8cd9;
}
a.vacancies__answer:after {
  content: '';
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 7px;
  background: url('../dsgn/_sprite.png') -230px 0px no-repeat;
}
.vacancies_slide-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.vacancies_slide-box:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  z-index: 9;
}
.vacancies__slide-lk {
  position: relative;
  z-index: 10;
  border-bottom: 1px dotted transparent;
  margin-bottom: 10px;
  float: left;
  display: block;
}
.vacancies__slide-lk:hover {
  border-bottom-color: inherit;
  text-decoration: none;
}

a.h__enroll:before {
    background: url("../dsgn/_sprite.png") no-repeat scroll -250px 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 5px;
    vertical-align: middle;
    width: 13px;
}
a.h__enroll {
    background-color: #E85A8D;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 20px 20px;
    padding: 0 15px;
    text-align: center;
	text-decoration: none;
}
a.h__enroll:hover {
	background-color: #fc6fa1;
}

a.reviews-button:before {
    background: url("../dsgn/_sprite.png") no-repeat -270px 0;
    content: "";
    display: inline-block;
    height: 19px;
    margin-right: 5px;
    vertical-align: middle;
    width: 17px;
}
a.reviews-button {
    background-color: #1372b6;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 20px 20px;
    padding: 0 15px;
    text-align: center;
	text-decoration: none;
}
a.reviews-button:hover {
	background-color: #1f8cd9;
}

.boxee--height-limit-2 .boxee__item {
	height: 297px;
}

.boxee__avatar img {
    display: inline-block;
    width: 117px;
	border: none;
	position: relative;
}

.boxee__avatar div
{
	width: 117px;
	height: 117px;
	position: absolute;
	overflow: hidden;
	left: 58px;
}

.boxee__avatar .ava-link {
	background: url("../dsgn/ava-mask.png") no-repeat center 0;
	z-index: 300;
}

.boxee__avatar .ava-link a {
	display: inline-block;
	width: 117px;
	height: 117px;
	position: relative;
	
}

.boxee__person:after {
    background-color: #D6D6D6;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 15px 0 10px;
    width: 40px;
}

.boxee__name {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.boxee__spec {
    display: block;
    font-size: 14px;
    font-style: italic;
	height: 32px;
	overflow: hidden;
}

.boxee__person {
    font-family: 'Ubuntu',Verdana,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    padding: 0 10px;
    text-align: center;
}

a.boxee__more-p span {
    background: url("../dsgn/_sprite.png") no-repeat scroll -120px -10px rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 7px;
    vertical-align: middle;
    width: 11px;
	position: relative;
	left: 5px;
}
a.boxee__more-p {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.masters .grid {
	margin-left: -22px;
}

.boxee__avatar {
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
	height: 170px;
	position: relative;
}

.error404 {
    padding-top: 100px;
    text-align: center;
}

.error404__title {
    color: #717171;
    font-family: 'Ubuntu',Verdana,sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
}

.error404 p {
    font-family: 'Ubuntu',Verdana,sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto 20px;
    width: 460px;
}

.error404__img {
    display: block;
    margin: 0 auto 25px;
}

.master-entry .boxee {
	width: 232px !important;
}

.boxee__edit:before {
    background: url("../dsgn/_sprite.png") no-repeat scroll -250px 0;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 5px;
    vertical-align: middle;
    width: 13px;
}
.boxee__edit {
    background-color: #E85A8D;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 20px 20px;
    text-align: center;
	color: #fff !important;
}
.boxee__edit:hover {
  background-color: #fc6fa1;
  text-decoration: none;
}

.hide {
	display: none;
}

.articles-list .boxee__img img {
	max-height: none;
}

font.tablebodytext {
	display: none;
}

.txta {
	width: 700px !important;
}

.free-p p {
	margin: 10px 0;
}

.no-mrg {
	margin: 0;
}

.breadcrumbs {
	margin: 5px 0 20px 0;
}

.breadcrumbs .separator {
	position: relative;
	top: -1px;
}

.breadcrumbs div {
	display: inline-block;
}

.sdepth_level2 {
	margin-left: 15px;
}

.sdepth_level3 {
	margin-left: 30px;
}

.services-root .grid_4 {
	display: inline-block !important;
	width: 316px;
	float: none !important;
	margin-bottom: 24px !important;
}

.grid-img {
	margin-left: 0px;
	margin-bottom: 20px;
}

.grid-img > img {
	float: left;
	margin: 0 20px 10px 0;
}

.grid-img p {
	margin-bottom: 10px;
}

.how-to-get {
    margin-bottom: 25px;
}

.how-to-get p {
	margin-bottom: 15px;
}

div.ajax-loader
{
	width: 130px;
	line-height: 35px;
	background: #E85A8D url(/bitrix/templates/anahata_main/anahata/dsgn/ajax-loader.gif) 20px center no-repeat;
	border-radius: 3px;
	color: #fff;
	padding: 0 10px 0 45px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 10000;
	display: none;
}

#cackle-comments {
	list-style: none;
}

.grid-img .det-picture {
	float: left;
	margin: 0 20px 10px 0;
}

.grid-img img {
	margin-bottom: 10px;
	margin: 0 20px 10px 0;
}

.beauty-master {
	position: relative;
}

.beauty-master .license {
	position: absolute;
	right: 0;
	top: -16px;
	font-size: 10px;
}

.service-entry__table .uf-price {
	text-align: center;
}

.ic_soc-wifi {
    background: url("../dsgn/_sprite.png") no-repeat  0 -110px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 54px;
}

.ic_soc-visa {
    background: url("../dsgn/_sprite.png") no-repeat  -61px -110px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 40px;
}

.ic_soc-mastercard {
    background: url("../dsgn/_sprite.png") no-repeat  -109px -110px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 40px;
}