/* r e s e t */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, font, img, small, strong, em, b, u, i, center, dl, dt, dd, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

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

input[type=text], input[type=password], select, textarea {
  background-color: #fff;
}

input[type=submit] {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #878790;
}

input:-moz-placeholder {
  color: #878790;
}

textarea {
  resize: none;
}

blockquote, q {
  quotes: none;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  background-color: #fff;
}

html, body, td, input, select, textarea {
  font: 16px/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #37373d;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3266bb;
  padding: 1px 0;
}

a:hover {
  color: #a32b2b;
}

a.black {
  color: #37373d;
}

a.black:hover {
  color: #a32b2b;
}

a.white {
  color: #fff;
}

a.white:hover {
  color: #ffe55b;
}

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: normal;
  padding-bottom: 14px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

input, select, textarea {
}

small {
  line-height: normal;
}

ul {
  list-style: none;
}

p {
  padding-bottom: 15px;
}

/* e l e m e n t s */

.arrow-list {
  padding-bottom: 5px;
}

.arrow-list li {
  padding: 0 0 12px 18px;
  background: url(../img/bg_list_arrow_black.png) 5px 9px no-repeat;
}

.breadcrumbs {
  line-height: 28px;
  height: 30px;
  margin-left: -9px;
  padding-bottom: 10px;
}

.breadcrumbs span {
  background: url(../img/bg_breadcrumbs.gif) no-repeat #ebebeb;
  font-size: 12px;
  padding: 0 14px 0 22px;
  display: block;
  float: left;
  height: 30px;
}

.date {
  background-color: #7a97b7;
  font-size: 12px;
  color: #fff;
  padding: 1px 10px;
}

.textfield {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  border: 2px solid #898989;
  background: url(../img/bg_textfield.png) center repeat-x #f7f7f6;
  padding: 3px 5px;
  line-height: 26px;
  width: 270px;
  position: relative;
  -webkit-box-shadow: inset 0px 3px 3px 0px #becbd3;
  -moz-box-shadow: inset 0px 3px 3px 0px #becbd3;
  box-shadow: inset 0px 3px 3px 0px #becbd3;
}

.textfield:focus, .ieFocus {
  -webkit-box-shadow: 0px 0px 12px #2c7bbe;
  -moz-box-shadow: 0px 0px 12px #2c7bbe;
  box-shadow: 0px 0px 12px #2c7bbe;
  border-color: #2991bc;
}

.button {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: url(../img/bg_button.png) 100% -60px no-repeat;
  padding: 0 5px 0 0;
  color: #37373d;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.button em, .button input {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-style: normal;
  border: 0;
  padding: 5px 0 11px 11px;
  *padding-top: 0px;
  margin: 0;
  cursor: pointer;
  background: url(../img/bg_button.png) no-repeat;
  text-align: center;
}

.button em {
  *padding-top: 4px;
}

.button.dis, .button.dis input[disabled] {
  color: #77797e;
  cursor: default;
}

@-moz-document url-prefix() {
  .button input {
    padding: 4px 20px 15px 15px;
    line-height: 20px;
  }
}

.button:hover {
  background-position: 100% -180px;
  color: #37373d;
}

.button:hover em, .button:hover input {
  background-position: 0 -120px;
}

.button:active {
  background-position: 100% -300px;
}

.button:active em, .button:active input {
  background-position: 0 -240px;
}

.button.dis:hover, .button.dis:active {
  background-position: 100% -60px;
}

.button.dis:hover em, .button.dis:hover input[disabled], .button.dis:active em, .button.dis:active input[disabled] {
  background-position: 0 0;
}

.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url(||css/PIE.htc);
  position: relative;
}

.hint {
  display: inline-block;
  background-color: #efe3af;
  line-height: 20px;
  padding: 6px 12px 8px;
  margin-bottom: 15px;
}

span.error.hint {
  background: #f2d2c0;
}

span.hint.erroneous {
  background-color: #efe3af;
}

.pagination {
  font-size: 16px;
  cursor: default;
  padding: 4px 0 20px;
}

.pagination a {
  margin-right: 14px;
}

.pagination li a.inactive {
  color: #948b8b;
  text-decoration: none;
}

.pagination ul, .pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pagination ul {
  padding-left: 10px;
}

.pagination li {
  margin-right: -4px;
  *margin-right: 0;
}

.pagination li a {
  padding: 0 6px 2px;
  margin: 0;
}

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

.pagination li a.cur {
  background-color: #b3b1aa;
  color: #fff;
  text-decoration: none;
}

.ik_select select {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.ik_select {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  *vertical-align: top;
  margin-right: 18px;
}

.ik_select_link {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  cursor: default;
  zoom: 1;
  font-size: 20px;
  border: 2px solid #898989;
  background: url(../img/bg_textfield.png) center repeat-x #f7f7f6;
  padding: 3px 5px;
  line-height: 26px;
  width: 270px;
  position: relative;
  -webkit-box-shadow: inset 0px 3px 3px 0px #becbd3;
  -moz-box-shadow: inset 0px 3px 3px 0px #becbd3;
  box-shadow: inset 0px 3px 3px 0px #becbd3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-right: 30px;
}

.ik_select_link.ik_select_focus {
  -webkit-box-shadow: 0px 0px 12px #2c7bbe;
  -moz-box-shadow: 0px 0px 12px #2c7bbe;
  box-shadow: 0px 0px 12px #2c7bbe;
  border-color: #2991bc;
}

.ik_select_link_text {
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #878790;
}

.ik_select_link_text:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 26px;
  text-align: center;
  right: 0;
  content: "\25BC";
  font-size: 14px;
  top: 2px;
}

.ik_select_link.ik_select_focus .ik_select_link_text:after {
  content: "\25B2";
}

.ik_select_block {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}

.ik_select_block_right {
  left: auto;
}

.ik_select_list {
  position: relative;
  zoom: 1;
  background: #fff;
  padding: 5px 0 10px;
  border: 1px solid #aea9a9;
  -webkit-box-shadow: 0px 0px 16px #666;
  -moz-box-shadow: 0px 0px 16px #666;
  box-shadow: 0px 0px 16px #666;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.ik_select_optgroup_label {
  color: #7f8080;
  padding: 0 21px;
}

.ik_select_list ul {
  margin: 0;
  padding: 0;
}

.ik_select_list li {
  list-style: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  color: #3367bc;
  cursor: pointer;
  padding: 0 15px;
}

.ik_select_optgroup li {
  padding-left: 42px;
}

.ik_select_list li.ik_select_hover {
  color: #37373e;
  background-color: #f6f1e2;
}

.ik_select_list li:first-child {
  color: #666;
  background-color: #fff;
  cursor: default;
}

.ik_select.ik_select_disabled .ik_select_link {
  top: 0;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

/* g e n e r a l */

#overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}

#wrapper {
  width: 940px;
  min-height: 100%;
  _height: 100%;
  margin: 0 auto -95px;
  padding: 0 20px;
}

#header {
  height: 64px;
  padding: 26px 0 34px;
  position: relative;
  cursor: default;
}

.h-logo {
  width: 300px;
  height: 62px;
  background: url(../img/bg_logo.gif) no-repeat;
  padding: 2px 0 0 76px;
  color: #5a5050;
}

.h-logo a {
  display: block;
  margin-left: -76px;
  padding: 0 0 0 76px;
  color: #5a5050;
  text-decoration: none;
}

.h-logo a:hover {
  color: #a32b2b;
}

.h-menu {
  position: absolute;
  top: 26px;
  right: 0;
}

.h-menu li {
  height: 54px;
  float: left;
  padding: 10px 17px 0;
  font-size: 14px;
  position: relative;
  color: #fff;
}

.h-menu li a {
  text-decoration: none;
  display: block;
  padding: 10px 17px 14px;
  margin: -10px -17px 0;
}

.h-menu li:hover {
  color: #ffe55b;
}

.h-menu li.first {
  background-color: #355578;
  width: 49px;
  padding-right: 24px;
}

.h-menu li.second {
  background-color: #7a97b7;
  width: 130px;
}

.h-menu li.third {
  background-color: #4a6d95;
  width: 90px;
}

.h-menu li.fourth {
  background-color: #6181a6;
  width: 58px;
}

.h-menu li.cur:after {
  content: "";
  display: block;
  background: url(../img/bg_h_menu_cur.png) no-repeat;
  width: 18px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -9px;
}

.h-menu li:before {
  content: "";
  display: none;
  background: url(../img/bg_h_menu_arrow.png) no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.h-menu li.first:before, .h-menu li.third:before {
  display: block;
}

.h-menu li:hover {
  background-color: #555a5f;
}

.h-menu li.first:after {
  background-color: #355578;
}

.h-menu li.second:after {
  background-color: #7a97b7;
}

.h-menu li.third:after {
  background-color: #4a6d95;
}

.h-menu li.fourth:after {
  background-color: #6181a6;
}

.h-menu li.cur:hover::after {
  background-color: #555a5f;
}

.h-menu li ul {
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 100;
  display: none;
  min-width: 124px;
}

.h-menu li ul li {
  float: none;
  height: auto;
  padding: 6px 14px 0;
  white-space: nowrap;
  background-color: #93979b;
}

.h-menu li ul li a {
  padding: 6px 14px 8px;
  margin: -6px -14px 0;
}

.h-menu li ul li:hover {
  background-color: #93979b;
}

.h-menu li ul li:nth-child(1) {
  background-color: #5e6367;
}

.h-menu li ul li:hover::nth-child(1) {
  background-color: #5e6367;
}

.h-menu li ul li:nth-child(2) {
  background-color: #676d71;
}

.h-menu li ul li:hover::nth-child(2) {
  background-color: #676d71;
}

.h-menu li ul li:nth-child(3) {
  background-color: #72777b;
}

.h-menu li ul li:hover::nth-child(3) {
  background-color: #72777b;
}

.h-menu li ul li:nth-child(4) {
  background-color: #7a7f83;
}

.h-menu li ul li:hover::nth-child(4) {
  background-color: #7a7f83;
}

.h-menu li ul li:nth-child(5) {
  background-color: #81868a;
}

.h-menu li ul li:hover::nth-child(5) {
  background-color: #81868a;
}

.h-menu li ul li:nth-child(6) {
  background-color: #8b8e92;
}

.h-menu li ul li:hover::nth-child(6) {
  background-color: #8b8e92;
}

.h-menu li:hover ul, .h-menu li.hover ul {
  display: block;
}

#content {
  padding-bottom: 40px;
  padding-top: 20px
}

.c-footer {
  height: 110px;
  text-align: center;
  clear: both;
}

.c-footer div {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 980px;
  height: 95px;
  padding-top: 25px;
  background: url(../img/bg_c_footer.png) repeat-x #3e4145;
}

#empty {
  height: 95px;
  clear: both;
}

#footer {
  min-width: 980px;
  height: 95px;
  clear: both;
  background: url(../img/bg_footer.gif) top repeat-x #3e4145;
  cursor: default;
}

.f-wrap {
  width: 980px;
  min-height: 70px;
  margin: auto;
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 180%;
  color: #fff;
  text-align: center;
}

.f-wrap p {
  padding-bottom: 10px;
}

.f-wrap span {
  color: #3e4145;
}

.f-wrap a {
  color: #fff;
}

.f-wrap a:hover {
  color: #ffe55b;
}

/* c o n t e n t */

/* mainpage */

.main-page-left {
  float: left;
  width: 300px;
}

.mpl-first {
  padding: 14px 44px 0 0;
  font-size: 14px;
  line-height: 120%;
  height: 314px;
}

.mpl-img {
  width: 880px;
  height: 135px;
  background: url(../img/img_mp_s_b.jpg) 60px 0 no-repeat;
  position: absolute;
  margin-top: -180px;
  margin-left: -121px;
  padding: 28px 0 0 179px;
}

.mpl-img li {
  float: left;
  width: 160px;
  padding-left: 60px;
}

.mpl-img h4 {
  font-size: 16px;
  line-height: 120%;
  padding-right: 35px;
  padding-bottom: 4px;
}

.mpl-img p {
  font-size: 12px;
  line-height: 120%;
}

.mpl-second {
  padding: 0 38px 24px 0;
  font-size: 14px;
}

.mpl-second h3 {
  padding-left: 18px;
}

.main-page-right {
  margin-left: 320px;
  width: 620px;
  *margin-left: 0;
}

.mpr-first {
  padding: 8px 50px 0 18px;
  height: 320px;
  font-size: 14px;
  line-height: 120%;
}

.mpr-first h2 {
  font-size: 28px;
  font-weight: bold;
}

.mpr-second {
  padding: 35px 22px 5px 18px;
  margin-bottom: 35px;
  float: left;
  width: 368px;
}

.news-short .item {
  font-size: 14px;
  padding-bottom: 15px;
}

.news-short p {
  padding-bottom: 5px;
}

.mpr-third {
  margin-left: 414px;
  font-size: 14px;
  line-height: 120%;
  margin-top: -42px;
  position: relative;
}

.mpr-third img {
  margin-bottom: 12px;
}

.mpr-third p {
  padding-bottom: 36px;
}

.banner {
  background: url(../img/bg_banners.png) no-repeat;
  padding-top: 15px;
  margin-bottom: 20px;
}

.banner .b-wrap {
  background-color: #ccd9e8;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.banner.s670x90 {
  width: 722px;
  height: 105px;
}

.banner.s670x90 .b-wrap {
  width: 670px;
  height: 90px;
}

.banner.s240x400 {
  width: 273px;
  height: 425px;
  padding-top: 17px;
  background-position: 0 -120px;
}

.banner.s240x400 .b-wrap {
  width: 240px;
  height: 400px;
}

.banner.s170x110 {
  width: 205px;
  height: 135px;
  padding-top: 16px;
  background-position: -273px -120px;
}

.banner.s170x110 .b-wrap {
  width: 170px;
  height: 110px;
}

/* faq */

.faq-right {
  float: right;
  width: 275px;
}

.faq-side-list {
  background-color: #67788b;
  margin-bottom: 7px;
  padding: 15px 20px 12px 8px;
  font-size: 14px;
}

.faq-side-list li {
  padding: 0 0 10px 18px;
  background: url(../img/bg_list_arrow_white.png) 7px 8px no-repeat;
}

.faq-side-list.c2 {
  background-color: #8f9dad;
}

.faq-accordion {
  margin-right: 320px;
  padding-bottom: 20px;
}

.faq-accordion h4 {
  padding-left: 16px;
  position: relative;
  line-height: 30px;
}

.faq-accordion h4 a {
  text-decoration: none;
  border-bottom: 1px dotted #3266bb;
}

.faq-accordion h4 a:hover {
  border-color: #a32b2b;
}

.faq-accordion .item {
  padding: 0 0 10px 16px;
}

.faq-accordion.schedule {
  margin: 0;
}

.faq-accordion.schedule ul {
  overflow: hidden;
  padding-top: 10px;
}

.ui-icon-circle-arrow-e,
.ui-icon-circle-arrow-s {
  display: block;
  width: 5px;
  height: 5px;
  background: url(../img/bg_list_arrow_blue.png) no-repeat;
  position: absolute;
  top: 12px;
  left: 2px;
}

.ui-icon-circle-arrow-s {
  background-position: bottom;
}

/* news */

.news-sidebar {
  float: left;
  width: 127px;
}

.news-sidebar p {
  padding: 0 20px 5px 0;
}

.news-sidebar ul {
  line-height: 150%;
}

.news-sidebar li {
  padding-left: 12px;
  margin-left: -12px;
}

.news-sidebar li.cur {
  background: url(../img/bg_list_arrow_black.png) 1px 10px no-repeat;
}

.news-sidebar li.cur a {
  color: #37373d;
  text-decoration: none;
  font-weight: bold;
  cursor: default;
}

.news-list {
  margin-left: 127px;
  padding-bottom: 10px;
}

.news-list .item {
  padding-bottom: 16px;
}

.news-list p {
  padding-bottom: 5px;
}

.news-next {
  margin-left: 114px;
  font-size: 18px;
}

.news-next a {
  font-size: 16px;
}

.file-list {
  padding: 0 130px 15px 0;
}

.file-list .item {
  padding-bottom: 5px;
}

.file-list .item.word {
  padding-left: 42px;
  background: url(../img/ico_file_word.png) 0 2px no-repeat;
}

/* feedback */

.feedback-form label {
  display: block;
}

.feedback-form .textfield {
  width: 510px;
  margin-bottom: 16px;
}

.feedback-form .ik_select {
  width: 524px;
  margin-bottom: 16px;
}

.feedback-form .ik_select .ik_select_link {
  width: 485px;
}

.feedback-form .ik_select .ik_select_block {
  width: 600px;
}

.feedback-notice {
  background: url(../img/ico_attention.png) 15px 16px no-repeat #d5e9bd;
  width: 400px;
  padding: 20px 20px 16px 70px;
  font-size: 24px;
}

.feedback-notice p {
  padding-bottom: 10px;
}

.feedback-notice a {
  font-size: 19px;
}

/* schedule */

.schedule-table {
  display: table;
  border-spacing: 4px;
  margin-right: -20px;
  padding-bottom: 9px;
}

.schedule-table li {
  display: table-cell;
  background-color: #fff;
  font-size: 14px;
  line-height: 17px;
  width: 86px;
  padding: 6px;
  margin-right: 3px;
}

.schedule-table li.name {
  background-color: #d3d3d3;
  width: 125px;
  margin-right: 5px;
}

.schedule-table li.weekend {
  background-color: #dbe5d5;
}

.schedule-table span {
  display: block;
  color: #87878b;
}

.schedule-buttons {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 10px;
  height: 28px;
  margin-left: -5px;
}

.schedule-buttons a, .schedule-buttons span {
  display: block;
  width: 149px;
  height: 28px;
  background: url(../img/md_buttons.png) no-repeat;
  float: left;
  margin-right: 5px;
  padding-left: 15px;
}

.schedule-buttons span.prev {
  background-position: 0 -28px;
}

.schedule-buttons a.next {
  background-position: -164px 0;
}

.schedule-buttons span.next {
  background-position: -164px -28px;
}

/* catalog */

.catalog-menu {
  height: 34px;
  border-bottom: 2px solid #8f9c9f;
  margin-bottom: 24px;
}

.catalog-menu li {
  height: 34px;
  float: left;
  margin: 0 16px;
  font-size: 16px;
  line-height: 32px;
}

.catalog-menu li.cur {
  line-height: 32px;
  position: relative;
  font-weight: bold;
}

.catalog-menu li.cur:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -10px;
  border: solid #fff;
  border-width: 0 8px 8px;
  border-bottom-color: #8f9c9f;
}

.catalog-filter {
  margin-top: -5px;
}

.catalog-filter label {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.catalog-filter select {
  width: 216px;
  font-size: 11px;
  margin-bottom: 12px;
}

.catalog-filter div {
  padding-top: 14px;
}

.catalog-filter .fld {
  border: 1px solid #c5c5c5;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 0 7px;
  width: 169px;
  height: 22px;
  float: left;
}

.catalog-filter .btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 31px;
  height: 24px;
  border: 0;
  background: url(../img/ico_enter.png) center no-repeat #a3aeb1;
  overflow: hidden;
  text-indent: -999px;
}

.catalog-search {
  padding-bottom: 24px;
}

.catalog-search .fld {
  border: 1px solid #c5c5c5;
  font-size: 13px;
  margin: 0;
  padding: 2px 7px 3px;
  width: 436px;
  float: left;
}

.catalog-search .btn {
  border: 1px solid #a3aeb1;
  background-color: #a3aeb1;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 2px 16px 3px;
  *padding: 0 16px 2px;
  cursor: pointer;
  width: 152px;
  *border: 0;
}

@-moz-document url-prefix() {
  .catalog-search .btn {
    padding: 0px 16px 1px;
  }
}

.catalog-list, .clinic_list, .drug_list {
  padding: 0 20px;
}

.catalog-list li, .clinic_list li {
  font-size: 14px;
  padding-bottom: 24px;
}

.catalog-list li h3, .clinic_list li h3 {
  padding-bottom: 3px;
}

.catalog-list li p, .clinic_list li p {
  padding-bottom: 0;
  color: #67676c;
}

.catalog-list li p small a, .clinic_list li p small a {
  font-size: 13px;
  color: #a8a8a8;
}

/*.catalog-list li p:first-child a {font-size:20px;}*/

.catalog-item p {
  padding-bottom: 10px;
}

.catalog-left {
  width: 240px;
  float: left;
}

.catalog-right {
  margin-left: 240px;
  min-height: 100px;
}

/* appointments */

.md_step {
  display: none;
}

.md_step .md_step {
  padding-left: 20px;
}

.md_step .md_step .md_step_header { /*margin-left:-20px;*/
}

.md_step_header {
  background-color: #89abd0;
  height: 50px;
  font-size: 20px;
  line-height: 48px;
  padding: 0 20px;
  margin-bottom: 4px;
  display: none;
}

.md_step_header a {
  font-size: 16px;
  margin: 0 -20px 0 10px;
  display: block;
  float: left;
}

.md_step_header span.clinic_name {
  color: #37373d;
}

.md_step_header .chosen_item {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  white-space: nowrap;
  padding-right: 20px;
}

.md_step_header .chosen_item span {
  color: #65656b;
}

.md_step_header .chosen_item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 50px;
  background: red;
}

.md_step .md_step_header .chosen_item {
  max-width: 640px;
}

.md_step .md_step_header .chosen_item:after {
  background: url(../img/bg_header_fade_1.png) right repeat-y;
}

.md_step .md_step .md_step_header {
  background-color: #a7c1df;
}

.md_step .md_step .md_step_header .chosen_item {
  max-width: 620px;
}

.md_step .md_step .md_step_header .chosen_item:after {
  background: url(../img/bg_header_fade_2.png) right repeat-y;
}

.md_step .md_step .md_step .md_step_header {
  background-color: #bdd0e6;
}

.md_step .md_step .md_step .md_step_header .chosen_item {
  max-width: 600px;
}

.md_step .md_step .md_step .md_step_header .chosen_item:after {
  background: url(../img/bg_header_fade_3.png) right repeat-y;
}

.md_step .md_step .md_step .md_step .md_step_header {
  background-color: #d4dfea;
}

.md_step .md_step .md_step .md_step .md_step_header .chosen_item {
  max-width: 580px;
}

.md_step .md_step .md_step .md_step .md_step_header .chosen_item:after {
  background: url(../img/bg_header_fade_4.png) right repeat-y;
}

.md_step .md_step .md_step .md_step .md_step .md_step_header {
  background-color: #e6ecf2;
}

.md_step .md_step .md_step .md_step .md_step .md_step_header .chosen_item {
  max-width: 560px;
}

.md_step .md_step .md_step .md_step .md_step .md_step_header .chosen_item:after {
  background: url(../img/bg_header_fade_5.png) right repeat-y;
}

.md_step .md_step .md_step .md_step .md_step .md_step .md_step_header {
  background-color: #f1f2f4;
}

.md_step .md_step .md_step .md_step .md_step .md_step .md_step_header .chosen_item {
  max-width: 540px;
}

.md_step .md_step .md_step .md_step .md_step .md_step .md_step_header .chosen_item:after {
  background: url(../img/bg_header_fade_6.png) right repeat-y;
}

.md_box {
  background-color: #ebebeb;
  padding: 12px 16px 14px;
}

.md_box.clear {
  overflow: hidden;
}

.md_box .submit {
  height: 50px;
  line-height: 36px;
  font-size: 20px;
}

.md_box .submit .button {
  float: left;
  width: 145px;
}

.md_box .submit .button input {
  width: 145px;
}

.md_box .submit.inline {
  display: inline;
}

.md_box .submit.next .button {
  float: left;
  width: 110px;
}

.md_box .submit.next .button input {
  width: 110px;
}

#signup_sub {
  padding: 5px 0 11px 5px;
}

#speciality_list, #district_list, #dist-list, .specialty_list {
  overflow: hidden;
  *zoom: 1;
  margin-right: -16px;
}

#clinic_list, #doctor_list, .persona_list, #lpu-list {
  margin-bottom: 2px;
}

#speciality_list li,
.specialty_list li,
#district_list li, #dist-list li {
  float: left;
  margin-right: 16px;
}

#speciality_list li,
.specialty_list li,
#district_list li,
#dist-list li,
#clinic_list li,
#lpu-list li,
#doctor_list li, .persona_list li {
  margin-bottom: 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
  height: auto;
}

#speciality_list li:hover,
.specialty_list li:hover,
#district_list li:hover,
#dist-list li:hover,
#clinic_list li:hover,
#lpu-list li:hover,
#doctor_list li:hover,
.persona_list li:hover,
#lpu-list .cur,
#clinic_list .cur {
  background-color: #a8d7ff;
  cursor: pointer;
}

.list_li_out {
  background: #fff !important;
}

.list_li_in {
  background: #a8d7ff !important;
}

#clinic_list li span,
#lpu-list li span,
#doctor_list li span, .persona_list li span {
  color: #65656b;
}

#doctor_list li span.red, .persona_list li span.red {
  color: #814646;
}

#speciality_list li, .specialty_list li {
  width: 45%;
}

.district_map {
  float: right;
  width: 468px;
  height: 436px;
  background: url(../img/map-city.jpg) no-repeat;
}

.district_map div {
  position: absolute;
  width: 468px;
  height: 436px;
  background: url(../img/map-district.png) 0 436px no-repeat;
}

.district_map div {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.district_map div.d1 {
  background-position: 0 0;
}

.district_map div.d2 {
  background-position: 0 -436px;
}

.district_map div.d3 {
  background-position: 0 -872px;
}

.district_map div.d4 {
  background-position: 0 -1308px;
}

.district_map div.d5 {
  background-position: 0 -1744px;
}

.district_map div.d6 {
  background-position: 0 -2180px;
}

.district_map div.d7 {
  background-position: 0 -2616px;
}

.district_map div.d8 {
  background-position: 0 -3052px;
}

.district_map div.d9 {
  background-position: 0 -3488px;
}

.district_map div.d10 {
  background-position: 0 -3924px;
}

.district_map div.d11 {
  background-position: 0 -4360px;
}

.district_map div.d12 {
  background-position: 0 -4796px;
}

.district_map div.d13 {
  background-position: 0 -5232px;
}

.district_map div.d14 {
  background-position: 0 -5668px;
}

.district_map div.d15 {
  background-position: 0 -6104px;
}

.district_map div.d16 {
  background-position: 0 -6540px;
}

.district_map div.d17 {
  background-position: 0 -6976px;
}

.district_map div.d18 {
  background-position: 0 -7412px;
}

.district_box {
  overflow: hidden;
  *zoom: 1;
  min-height: 436px;
  padding-right: 10px;
}

#district_list, #dist-list {
  margin-right: -8%;
}

#district_list li, #dist-list li {
  width: 40%;
}

#doctor_list li, .persona_list li {
  position: relative;
}

#doctor_list li.cur, .persona_list li.cur {
  background-color: #a8d7ff;
}

#doctor_list li.cur:hover, .persona_list li.cur:hover {
  cursor: default;
}

.show_info, .show_inf {
  float: right;
  text-decoration: none;
  border-bottom: 1px dotted #3367bc;
  line-height: 12px;
  margin-top: 7px;
}

.show_info:hover, .show_inf:hover {
  border-color: #c95c42;
}

.md_popup {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  border: 1px solid #aea9a9;
  -webkit-box-shadow: 0px 0px 16px #666;
  -moz-box-shadow: 0px 0px 16px #666;
  box-shadow: 0px 0px 16px #666;
  z-index: 110;
  display: none;
  padding: 12px 20px;
  cursor: default;
}

.md_popup .close {
  display: block;
  float: right;
  background: url(../img/ico_close.png) no-repeat;
  width: 27px;
  height: 26px;
  margin-right: -8px;
}

.md_popup h1 {
  font-weight: bold;
  padding-bottom: 22px;
  font-size: 23px;
}

.md_popup h2 {
  font-weight: bold;
  padding-bottom: 16px;
  font-size: 23px;
}

.md_popup p {
  font-size: 12px;
  line-height: 20px;
  color: #403e3e;
}

#doctor_list .md_popup, .persona_list .md_popup {
  width: 450px;
  height: 120px;
  margin: -72px 0 0 -237px;
  position: fixed;
}

#doctor_list .md_popup p, .persona_list .md_popup p {
  font-size: 14px;
  color: #65656b;
}

#clinic_list .md_popup, #lpu-list .md_popup {
  width: 600px;
  height: 500px;
  margin: -262px 0 0 -312px;
  position: fixed;
}

#clinic_list .md_popup p, #lpu-list .md_popup p {
  font-size: 14px;
  color: #65656b;
}

.sms-box .md_popup {
  width: 526px;
  height: 186px;
  margin: -105px 0 0 -275px;
  position: fixed;
  font-size: 16px;
}

.sms-box .md_popup label {
  display: block;
}

.sms-box .md_popup .textfield {
  width: 310px;
  margin-bottom: 20px;
}

.sms-box .md_popup .submit {
  font-size: 20px;
}

.sms-box .md_popup .button {
  width: 260px;
  float: left;
}

.sms-box .md_popup .button input {
  width: 260px;
}

.num-dir {
  width: 310px;
}

.num-dir label {
  display: block;
  font-size: 16px;
}

.num-dir .textfield {
  width: 300px;
}

.num-dir .show_info {
  font-size: 13px;
  margin-top: 5px;
  *margin-top: 24px;
}

.num-dir .show_inf {
  font-size: 13px;
  margin-top: 5px;
  *margin-top: 24px;
}

.num-dir .md_popup {
  width: 615px;
  height: 270px;
  margin: -157px 0 0 -237px;
  position: fixed;
}

.num-dir .md_popup img {
  margin-right: 15px;
}

.num-dir .md_popup p {
  font-size: 16px;
  font-weight: bold;
  padding-right: 50px;
}

.md_box.a-res {
  float: left;
  width: 410px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  height: 160px;
  *height: 180px;
}

.md_box.a-res .num-dir {
  width: 410px;
  padding-bottom: 20px;
}

.md_box.a-res .num-dir .textfield {
  width: 400px;
}

.a-res-attention {
  margin-left: 450px;
  background: url(../img/ico_attention.png) 28px 16px no-repeat #ccc;
  padding: 15px 78px;
  height: 162px;
  *height: 182px;
}

.a-res-attention.green {
  background-color: #d6e9bc;
}

.a-res-attention.red {
  background-color: #f3d2bf;
}

.a-res-attention.orange {
  background-color: #f0e3af;
}

#referal_input.md_box.a-res {
  position: relative;
}

#referal_input.md_box.a-res .a-res-attention {
  position: absolute;
  top: 0;
  margin: 0;
  left: 452px;
  width: 310px;
}

.step_7 {
  font-size: 20px;
  line-height: 125%;
  padding: 5px 0 24px;
}

.step_7 p {
  padding-bottom: 14px;
}

.step_7 .show_info {
  margin-top: 7px;
}

.empty_elem {
  display: none !important;
}

.patient_form {
  position: relative;
}

.patient_form:after {
  content: "";
  display: block;
  clear: both;
}

.patient_form .submit.next {
  padding-top: 20px;
}

.patient_form td {
  height: 50px;
  padding-bottom: 10px;
}

.patient_form label {
  display: block;
}

.patient_form div {
  position: relative;
}

.patient_form div input, .datepicker .jq_input_day, .datepicker .jq_input_year {
  width: 69px;
  text-align: center;
  margin-right: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.patient_form div input::-webkit-input-placeholder {
  text-align: center;
}

.datepicker input.jq_input_month_verbose {
  width: 112px;
}

.patient_form .arrow {
  display: inline;
  position: absolute;
  background: url(../img/md_arrow.gif) no-repeat;
  width: 16px;
  height: 30px;
  margin: 7px 0 0 8px;
  display: none;
}

.datepicker {
  position: relative;
}

.datepicker .month_popup {
  position: absolute;
  background: #fff;
  left: 78px;
  bottom: -40px;
  width: 126px;
  padding: 5px 0 10px;
  border: 1px solid #aea9a9;
  -webkit-box-shadow: 0px 0px 16px #666;
  -moz-box-shadow: 0px 0px 16px #666;
  box-shadow: 0px 0px 16px #666;
  z-index: 110;
  display: none;
}

.datepicker .month_popup li {
  font-size: 16px;
  line-height: 20px;
  color: #3367bc;
  cursor: pointer;
  padding: 0 15px;
}

.datepicker .month_popup li.cur {
  color: #37373e;
}

.datepicker .month_popup li.jq_current_month {
  color: #37373e;
  background-color: #f6f1e2;
}

.patient_form div.error, .patient_form div.notice, .refusal-info div.error, .refusal-info div.notice {
  background: url(../img/ico_attention.png) 11px 13px no-repeat #f2d2c0;
  padding: 10px 30px 10px 68px;
  margin: 0 30px 10px 0;
  min-height: 40px;
}

.patient_form div.error p, .patient_form div.notice p {
  padding-bottom: 15px;
}

.patient_form .info {
  width: 500px;
  float: right;
}

.patient_form .info p {
  padding-bottom: 15px;
}

#select_time {
  padding: 0 0 42px;
  margin: 0 -20px 0 0;
  position: relative;
}

#select_time .week {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
  cursor: default;
}

#timepicker ul.day {
  display: none;
}

#select_time .day-list {
  float: left;
  width: 113px;
  margin-right: 3px;
}

#select_time .day-list h2 {
  padding-bottom: 7px;
  font-size: 20px;
}

#select_time .time-list li {
  border: 1px solid #d4d4d4;
  margin-bottom: 3px;
  height: 60px;
}

#select_time .time-list li h3 {
  line-height: 24px;
  color: #9b9b9f;
  font-size: 18px;
  padding: 2px 5px;
}

#select_time .time-list li.free h3 {
  color: #37373d;
}

#select_time .time-list li.free h3 em {
  font-style: normal;
}

#select_time .time-list li.free {
  background: url(../img/md_time_cell.png) no-repeat;
}

#select_time .time-list li.free.cur {
  background-position: 0 0;
}

#select_time .time-list li.free:hover {
  cursor: pointer;
  background-position: 0 -140px;
}

#select_time .time-list span, #select_time .time-list small {
  display: block;
  font-size: 13px;
  line-height: 14px;
}

#select_time .time-list small span {
  display: inline;
}

.md_step .buttons {
  font-size: 14px;
  line-height: 26px;
  padding-top: 7px;
  float: right;
  right: 14px;
  display: inline;
}

.md_step .buttons.top {
  top: -48px;
}

.md_step .buttons a, .md_step .buttons span {
  display: block;
  width: 149px;
  height: 28px;
  background: url(../img/md_buttons.png) no-repeat;
  float: right;
  margin-left: 5px;
  padding-left: 15px;
  cursor: pointer;
}

.md_step .buttons span {
  cursor: default;
}

.md_step .buttons span.active {
  color: #3266bb;
  text-decoration: underline;
  cursor: pointer;
}

.md_step .buttons span.active:hover {
  color: #a32b2b;
}

.md_step .buttons span.prev {
  background-position: 0 -28px;
}

.md_step .buttons span.prev.active {
  background-position: 0 0;
}

.md_step .buttons span.next {
  background-position: -164px -28px;
}

.md_step .buttons span.next.active {
  background-position: -164px 0;
}

#select_time_alt {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 270px;
}

#datepicker {
  border: 1px solid #d4d4d4;
  float: left;
  width: 240px;
  height: 258px;
  padding: 0 10px;
  margin-right: 22px;
  position: relative;
}

#datepicker:before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url(../img/bg_datepicker.png) no-repeat;
  right: -11px;
  bottom: 18px;
  position: absolute;
}

.ui-datepicker-header {
  border-bottom: 1px solid #d4d4d4;
  padding-left: 20px;
  height: 54px;
  font-size: 16px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 -10px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  *display: block;
  *float: left;
  width: 31px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: url(../img/bg_datepicker.gif) no-repeat;
  line-height: 25px;
  margin-top: 14px;
  margin-left: 1px;
}

.ui-datepicker-prev {
  background-position: 0 -25px;
}

.ui-datepicker-next {
  background-position: -31px -25px;
  *margin-right: 20px;
}

.ui-datepicker-prev.ui-state-disabled {
  background-position: 0 0;
}

.ui-datepicker-next.ui-state-disabled {
  background-position: -31px 0;
}

.ui-datepicker-title {
  float: left;
  width: 156px;
}

.ui-datepicker-year {
  display: none;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
}

.ui-datepicker-calendar tr th {
  width: 14%;
  padding: 6px 0 4px;
}

.ui-datepicker-calendar tr td {
  height: 24px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
}

.ui-datepicker-calendar tr td a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  height: 24px;
  line-height: 26px;
  color: #37373d;
  margin-right: 1px;
}

.ui-datepicker-calendar tr td a:hover {
  background-color: #a9d7ff;
}

.ui-datepicker-calendar tr td.ui-datepicker-other-month {
  color: #ababab;
}

.ui-datepicker-calendar tr td.ui-datepicker-unselectable {
}

.ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background-color: #b5b5b5;
}

.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
  background: none;
  cursor: default;
}

#timepicker {
  overflow: auto;
  border: 1px solid #d4d4d4;
  float: left;
  width: 500px;
  height: 258px;
}

#timepicker ul {
}

#timepicker li {
  padding: 1px 10px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
}

#timepicker li a {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  margin: 0 -10px;
  color: #37373d;
  text-decoration: none;
}

#timepicker li a:hover {
  background-color: #a9d7ff;
  color: #37373d;
}

#timepicker li a.dis {
  background: none;
}

.sms-box {
  float: right;
}

.sms-box img {
  display: block;
  margin-bottom: 10px;
  margin-top: -2px;
}

.sms-box .btn {
  font-size: 14px;
  line-height: 32px;
  width: 133px;
  height: 37px;
  background: url(../img/ico_sms.png) 13px 10px no-repeat #e1e3e5;
  padding-left: 42px;
  display: none;
}

.sms-box .btn .show_info {
  float: none;
}

.complete {
  padding: 0 0 20px;
  width: 580px;
  font-size: 20px;
  line-height: 140%;
}

.complete span {
  font-size: 100%;
}

.complete .button {
  margin-top: 10px;
  float: left;
  margin-right: 20px;
}

.complete a {
  line-height: 56px;
}

.complete .jq_appointment_id {
  font-size: 28px;
}

.complete.btns {
  border: 0;
  padding: 0;
  min-height: 20px;
}

.ticket {
  border: 1px solid #d4d4d4;
  padding: 20px 26px 10px;
  max-width: 700px;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 10px;
  float: left;
}

.ticket img {
  display: block;
  margin-bottom: 15px;
}

.ticket p {
  padding-bottom: 15px;
}

.ticket span {
  font-size: 24px;
}

.qr-code {
  width: 178px;
  height: 178px;
  display: inline;
  padding-left: 10px;
}

.print-view .qr-code {
  float: right;
  width: 330px;
}

.validate_info {
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 30px;
}

.validate_info p {
  padding-bottom: 7px;
}

@media screen {
  .print-view {
    display: none;
  }
}

@media print {
  .normal-view {
    display: none;
  }
}

ol#pagination {
  overflow: hidden;
  font-size: 16px;
  cursor: default;
  padding: 4px 4px 4px 4px;
}

ol#pagination li {
  font-size: 16px;
  float: left;
  list-style: none;
  cursor: pointer;
  margin: 1px;
  padding: 2px 5px 2px 5px;
  /*padding:5px;*/
  /*color:#948b8b;*/
  color: #3266bb;
  text-decoration: underline;

}

ol#pagination li.nextprev:not(.inactive):hover {
  background-color: #dcdad3;
  color: #a32b2b;
}

ol#pagination li.current {
  background-color: #b3b1aa;
  color: #fff;
  text-decoration: none;
}

ol#pagination li.nextprev.inactive {
  text-decoration: none;
  color: #b3b1aa;
  cursor: default;
}

.pagination {
  font-size: 16px;
  cursor: default;
  padding: 4px 0 20px;
}

.pagination a {
  margin-right: 14px;
}

.pagination li a.inactive {
  color: #948b8b;
  text-decoration: none;
}

.pagination ul, .pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pagination ul {
  padding-left: 10px;
}

.pagination li {
  margin-right: -4px;
  *margin-right: 0;
}

.pagination li a {
  padding: 0 6px 2px;
  margin: 0;
}

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

.pagination li a.cur {
  background-color: #b3b1aa;
  color: #fff;
  text-decoration: none;
}

.number {
  padding: 10px;
}

/*.lpu-item{
			padding-bottom: 0px!important;
}*/

.info-hh {
  position: relative;
  left: 40px;
  top: -30px;
}

input.link {
  background: none;
  text-decoration: underline;
  padding: 1px 0;
  cursor: pointer;
  line-height: 56px;
  color: #3266BB;
  font-size: 100%;
  margin: 0;
  border: 0;
  outline: 0;
}

.copyright {
  width: 430px;
  float: left;
}

.banners {
  width: 498px;
  float: right;
}

.banners a {
  text-decoration: none;
}

.loader {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.success {
  padding-left: 0px;
}

#dates_list {
  margin-top: 50px;
}

.jq_appointment_id {
  font-size: 150%;
}

.complete form {
  display: inline;
}

.patient_form .error {
  margin: 0px 30px 10px 0;
}

#district_list {
  float: left;
}

#clinic_list li {
  overflow: hidden;
}

#clinic_list li span.clinic_name {
  font-weight: bold;
}

.reference-content {
  position: relative;
}

ul.square {
  list-style: square;
  margin-left: 15px;
}

#clinic_list li span.clinic_address {
  display: block;
  color: #777;
}

#normalView {
  display: none
}

.large_fs #vision {
  display: none;
}

.large_fs #normalView {
  display: inline;
}

.flatpage table td {
  border: 1px solid #000;
  padding: 2px 5px;
  white-space: nowrap;
  vertical-align: top
}

.error-msg {
  font-size: 12px;
  color: #a32b2b;
  display: none
}

.feedback-form .jq_input_sender_house,
.feedback-form .jq_input_sender_building,
.feedback-form .jq_input_sender_liter,
.feedback-form .jq_input_sender_office {
  width: 50px;
}

.feedback-form .sender_house,
.feedback-form .sender_building,
.feedback-form .sender_liter,
.feedback-form .sender_office {
  float: left;
  width: 80px;
  white-space: nowrap;
}

.feedback-form .clear {
  clear: both
}

.feedback-form .post_address {
}

input.error, textarea.error, select.error {
  border: 1px solid red;
}

label.error {
  color: red;
}

.refusal-table-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 400px;
}

.refusal-table {
  width: 100%;
}

.refusal-table td {
  vertical-align: top;
}

.refusal-table td.refusal-number {
  width: 1px;
  padding-right: 5px;
}

.refusal-table td .refusal-doctor {
  margin-bottom: 5px;
}

.refusal-table td .refusal-speciality, .refusal-table td .refusal-date {
  font-size: 13px;
}

.refusal-table td.refusal-action {
  text-align: center;
}

.refusal-info {
  float: right;
  width: 400px;
}

.clear {
  clear: both;
}

.fs14-fix {
  font-size: 14px;
}
