@charset "UTF-8";
.content_header_img {
  order: 4;
  margin: 30px auto 0px auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #508ef4;
  border-radius: 50%;
  width: 250px;
  height: 250px; }

.right_event_content a span {
  width: 100%;
  height: 175px;
  display: block;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat; }

#content .in-content ul.direction-authors {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  flex-direction: column;
  /*заменил row*/
  justify-content: flex-end;
  align-items: flex-end;
  /*добавил*/ }
  #content .in-content ul.direction-authors > li {
    flex-basis: 100%;
    margin-bottom: 25px;
    justify-content: flex-start;
    flex-direction: row; }
    #content .in-content ul.direction-authors > li > a {
      display: flex;
      text-decoration: none;
      font-family: Rubik, sans-serif;
      font-size: 1rem;
      margin: 0 0 0 7px;
      line-height: 1;
      font-weight: 400;
      color: #365382;
      align-items: center;
      justify-content: flex-start;
      border-bottom: 0; }
      #content .in-content ul.direction-authors > li > a .right-bar-content {
        order: 2;
        width: auto;
        margin-left: 10px; }
      #content .in-content ul.direction-authors > li > a .img_preview {
        background-color: #508EF4;
        background-repeat: no-repeat;
        min-width: 60px;
        height: 60px;
        border-radius: 40px;
        margin-right: 16px;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        order: 1;
        align-self: flex-start; }
        #content .in-content ul.direction-authors > li > a .img_preview.docs {
          background-position: 50% -30%; }
      #content .in-content ul.direction-authors > li > a h3 {
        color: #3972D1;
        margin: 0 0 6px 0;
        font-weight: 400;
        order: 2;
        font-size: 18px;
        display: block; }
      #content .in-content ul.direction-authors > li > a p {
        margin: 0;
        font-weight: 300; }
    #content .in-content ul.direction-authors > li:hover a {
      background: none; }
      #content .in-content ul.direction-authors > li:hover a h3 {
        text-decoration: none;
        color: #EF041D; }
      #content .in-content ul.direction-authors > li:hover a p {
        color: #5377B5; }
  #content .in-content ul.direction-authors > li {
    width: 100%;
    /*заменил 380*/
    flex-basis: auto;
    /*заменил 380px*/
    padding: 5px;
    margin-bottom: 0px;
    /*добавил*/ }
    #content .in-content ul.direction-authors > li:before {
      display: none !important; }
    #content .in-content ul.direction-authors > li a {
      justify-content: flex-end;
      /*сдвинул вправо подпись*/ }
    #content .in-content ul.direction-authors > li a p {
      /*добавил*/
      text-align: left;
      line-height: 1.1;
      font-weight: 400; }

.authors-signature {
  font-style: italic;
  font-weight: 400;
  font-family: 'Ubuntu light', sans-serif;
  font-size: 18px;
  text-align: right;
  /*заголовок вправо*/ }

.owl-carousel.photo_area {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto 30px auto;
  position: relative;
  order: 2; }
  .owl-carousel.photo_area .item {
    order: 2;
    background-color: #AEBCD4;
    height: auto;
    overflow: hidden;
    max-width: 600px;
    margin: auto; }
    .owl-carousel.photo_area .item figure {
      margin: 0; }
    .owl-carousel.photo_area .item img {
      max-width: 600px;
      width: 100%;
      max-height: 450px;
      transition: all 0.4s ease-out;
      z-index: 1;
      margin: auto; }
    .owl-carousel.photo_area .item:hover img {
      transform: scale(1.1); }
    .owl-carousel.photo_area .item div {
      order: 4;
      align-self: center;
      display: flex;
      flex-direction: column;
      text-align: center;
      background: #617599;
      border-top: 2px solid #fff;
      color: #fff;
      font-size: 18px;
      line-height: 1.1;
      text-indent: 0;
      padding: 6px 20px 30px 20px;
      height: auto;
      margin: 0;
      position: relative;
      z-index: 2;
      font-family: Ubuntu, sans-serif;
      font-weight: 300; }
      .owl-carousel.photo_area .item div p {
        margin: 0; }
      .owl-carousel.photo_area .item div .photo_area_text_pagin {
        text-align: justify;
        margin: 6px 0 6px 0;
        line-height: 1.1;
        padding: 3px 10px 3px 10px;
        font-size: 14px;
        color: #73A9FF;
        background: #3C4F6E;
        text-indent: 0;
        display: block;
        align-self: center; }
  .owl-carousel.photo_area .owl-nav button.owl-prev, .owl-carousel.photo_area .owl-nav button.owl-next {
    position: absolute;
    width: 32px;
    height: 58px;
    align-self: center;
    transition: all 0.2s ease-out;
    left: -50px;
    top: 50%; }
    .owl-carousel.photo_area .owl-nav button.owl-prev svg, .owl-carousel.photo_area .owl-nav button.owl-next svg {
      fill: #BDCFF2;
      transition: all 0.2s ease-out; }
    .owl-carousel.photo_area .owl-nav button.owl-prev:hover svg, .owl-carousel.photo_area .owl-nav button.owl-next:hover svg {
      fill: #508EF4; }
    .owl-carousel.photo_area .owl-nav button.owl-prev:hover.disabled svg, .owl-carousel.photo_area .owl-nav button.owl-next:hover.disabled svg {
      fill: #BDCFF2; }
    .owl-carousel.photo_area .owl-nav button.owl-prev span, .owl-carousel.photo_area .owl-nav button.owl-next span {
      display: none; }
  .owl-carousel.photo_area .owl-nav button.owl-next {
    right: -50px;
    left: inherit; }
    .owl-carousel.photo_area .owl-nav button.owl-next svg {
      fill: #BDCFF2; }
    .owl-carousel.photo_area .owl-nav button.owl-next:hover svg {
      fill: #508EF4; }
    .owl-carousel.photo_area .owl-nav button.owl-next span {
      display: none; }

.owl-carousel.img_raw .owl-nav button.owl-prev {
  top: 225px;
  left: -92px; }
.owl-carousel.img_raw .owl-nav button.owl-next {
  top: 225px;
  right: -92px; }

p.caption {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-indent: 0; }

.owl-dots, .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-nav {
  margin-top: 10px; }

.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-nav [class*=owl-]:hover {
  background: #73a9ff;
  color: #FFF;
  text-decoration: none; }

.owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #73A9FF; }

.doctors-index a {
  display: flex;
  text-decoration: none;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  margin: 0 0 0 7px;
  line-height: 1;
  font-weight: 400;
  color: #365382;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 0; }
  .doctors-index a .img_preview.docs {
    flex-shrink: 0; }
  .doctors-index a .right-bar-content {
    order: 2;
    width: auto;
    margin: 10px;
    flex-grow: 1; }
  .doctors-index a h3 {
    color: #3972D1;
    margin: 0 0 6px 0;
    font-weight: 400;
    order: 2;
    font-size: 18px;
    display: block; }
  .doctors-index a p {
    margin: 0;
    font-weight: 300; }

.equipments-list, .articles-list, .smi-list {
  padding: 0 !important;
  margin: 0 !important; }
  .equipments-list li, .articles-list li, .smi-list li {
    list-style: none !important;
    margin-bottom: 30px !important;
    clear: both;
    min-height: 60px; }
    .equipments-list li .img_preview, .articles-list li .img_preview, .smi-list li .img_preview {
      min-height: 60px; }
    .equipments-list li .right-bar-content, .articles-list li .right-bar-content, .smi-list li .right-bar-content {
      width: auto;
      min-height: initial;
      margin-left: 70px; }
    .equipments-list li h3, .articles-list li h3, .smi-list li h3 {
      color: #3972D1;
      margin: 0 0 6px 0;
      font-weight: 400;
      order: 2;
      font-size: 18px;
      display: block; }
    .equipments-list li p, .articles-list li p, .smi-list li p {
      font-weight: 300;
      margin: 0; }

.smi-list {
  margin-top: 30px !important; }

#content .in-content table {
  word-break: break-word; }

@media all and (max-width: 1024px) {
  * {
    font-family: Ubuntu, Arial, Helvetica;
    font-weight: normal; }

  h1 {
    font-size: 24rem;
    font-weight: bold;
    color: #055c9e;
    text-align: center; }

  h2 {
    font-size: 20rem;
    font-weight: normal;
    color: #1d8de3;
    text-align: left;
    margin-left: 0px; }
    h2.h2_overline {
      text-align: center; }

  h3 {
    font-size: 16rem;
    font-weight: normal;
    color: #0074cc;
    text-align: left;
    margin-left: 8px; }

  h4 {
    font-size: 16rem;
    font-weight: normal;
    color: #0074cc;
    text-align: left;
    margin-left: 12px; }

  h5 {
    font-size: 16rem;
    font-weight: normal;
    color: #0074cc;
    text-align: left;
    margin-left: 16px; }

  p {
    font-size: 16rem;
    font-weight: normal;
    line-height: 18px;
    color: #000;
    text-align: justify; }

  .content-wrapper {
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out; }

  .open_main_menu {
    position: fixed;
    transform: translate(80%, 0px);
    height: 100%;
    pointer-events: none;
    left: 0px;
    top: 0px; }

  body {
    text-align: left;
    height: 100%;
    min-height: 100%; }
    body.open {
      overflow: hidden;
      pointer-events: none;
      position: fixed; }

  .top, .main_wrapper, #footer {
    width: auto;
    min-width: inherit;
    overflow: hidden; }

  .top {
    margin-bottom: 0; }

  .top_menu_wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
    background: -moz-linear-gradient(#0c3b5f, #125589);
    background: -ms-linear-gradient(#0c3b5f, #125589);
    background: -o-linear-gradient(#0c3b5f, #125589);
    background: -webkit-linear-gradient(#0c3b5f, #125589);
    height: 42px;
    min-width: inherit; }

  .top_wrapper {
    width: auto;
    overflow: hidden;
    margin-top: 42px;
    height: 56px;
    min-width: inherit; }

  .top_wrapper_bg {
    background: url("/images/mobile/bckg_header_mid1024.jpg") no-repeat center bottom;
    /*background-size: contain;*/
    height: 56px; }

  .main_banners, #right-bar, .top_menu, .portlet-content, .top_content_wrapper, .sub_top_wrapper,
  #cboxMiddleRight, #cboxMiddleLeft, #cboxTopLeft, #cboxTopRight, #cboxTopCenter, #cboxBottomLeft,
  #cboxBottomCenter, #cboxBottomRight, #bottom-buttons, .right_div, #footer-phone, #after_content,
  .no-mobile, .search_sort, .event_div, .doctor_wrapper_top_left, .doctor_wrapper_top_right,
  .doctor_wrapper_bottom_left, .doctor_wrapper_bottom_right {
    display: none !important; }

  #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight,
  #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    width: 0px !important;
    height: 0px !important; }

  #mobile_wrapper {
    display: flex;
    height: 42px;
    align-items: center; }

  #left_menu {
    background: #0c3b5f;
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    margin: 0px;
    top: 30px;
    bottom: 0;
    width: 80%;
    left: -1000px;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out; }
    #left_menu.open {
      pointer-events: auto;
      display: block;
      left: 0px;
      transform: scale(1);
      z-index: 10001; }
    #left_menu.close {
      pointer-events: none;
      display: block;
      left: -100%;
      transform: none; }

  #content {
    width: auto;
    margin: 0; }

  #mobile_menu {
    display: block;
    background: url("/images/mobile/320/icon_sandw.png") no-repeat;
    width: 23px;
    height: 17px;
    cursor: pointer;
    position: relative;
    /*top: 14px;*/
    left: 15px; }

  .portlet {
    border-top: 2px solid #00ccff;
    border-bottom: 0;
    margin-bottom: 0px;
    height: 42rem;
    line-height: 42rem; }
    .portlet.appended {
      background: #0cf;
      border-top: 2px solid #fff; }
    .portlet:first-child {
      border-top: 0;
      margin-top: 16px; }
    .portlet:last-child {
      border-bottom: 2px solid #00ccff; }

  .portlet-decoration {
    background: none;
    padding: 0;
    width: auto; }

  .portlet-title {
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    font-family: Ubuntu;
    font-size: 18rem !important;
    font-weight: normal !important;
    line-height: 42px;
    padding-left: 14px; }

  .appended .portlet-title {
    color: #0c3b5f !important; }

  .left-menu-wrapper {
    padding-top: 0px; }

  #content .in-content {
    width: auto !important;
    font-size: 16rem;
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 0 10px; }

  #after_content {
    width: 620px !important;
    padding-left: 5px; }

  #mobile_logo {
    margin-left: 80px;
    /*max-width: 470px;*/
    float: left;
    margin-right: 25px;
    margin-top: -6px;
    width: calc(100% - 200px);
    display: flex;
    justify-content: center; }
    #mobile_logo a {
      display: block;
      background: url("/images/mobile/320/logo_mc_up.png") no-repeat;
      width: 146px;
      height: 23px;
      margin: 0; }

  #mobile_auth {
    background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 15px;
    margin-top: -6px; }
    #mobile_auth.open, #mobile_auth.active {
      background: url("/images/mobile/320/icon_auth.png") no-repeat; }

  #mobile_search {
    background: url("/images/mobile/320/icon_search.png") no-repeat;
    width: 16px;
    height: 17px;
    float: left;
    margin-top: -4px; }

  #mobile_phone {
    display: block; }
    #mobile_phone a, #mobile_phone span {
      /*background: url("/images/mobile/320/phone_mc_up2.png") no-repeat;
      width: 240px;
      height: 22px;
      display: block;
      margin: 0 auto;*/
      font-family: Ubuntu, Arial, Helvetica;
      font-size: 28rem;
      font-weight: 700;
      color: #66CFFF;
      text-shadow: 0px 2px 0px #0C3B5F; }
      #mobile_phone a:hover, #mobile_phone a:focus, #mobile_phone span:hover, #mobile_phone span:focus {
        color: #66CFFF !important; }

  .top_search {
    width: 100%;
    display: none;
    overflow: auto;
    position: absolute;
    left: 100%;
    top: -2px;
    height: 42px;
    background: -moz-linear-gradient(#0c3b5f, #134f7b);
    background: -ms-linear-gradient(#0c3b5f, #134f7b);
    background: -o-linear-gradient(#0c3b5f, #134f7b);
    background: -webkit-linear-gradient(#0c3b5f, #134f7b);
    padding: 0 0 0 10px;
    line-height: 50px;
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out; }
    .top_search .mobile_search_close {
      background: url("/images/mobile/320/icon_search_close.png") no-repeat;
      width: 25px;
      height: 25px;
      position: relative;
      right: calc(-100% + 35px);
      top: -35px; }
      .top_search .mobile_search_close:hover {
        background: url("/images/mobile/320/icon_search_close_gr.png") no-repeat; }
    .top_search input {
      width: calc(100% - 85px);
      height: 25px;
      font-size: 20px;
      padding-left: 5px; }
    .top_search button {
      left: 0px;
      top: 2px; }

  #top-buttons, #mobile-contacts-wrapper {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease-out;
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out; }
    #top-buttons.open, #mobile-contacts-wrapper.open {
      height: 190px;
      background-color: #0c3b5f; }
    #top-buttons > a, #top-buttons #ya-phone-10 a, #mobile-contacts-wrapper > a, #mobile-contacts-wrapper #ya-phone-10 a {
      display: block;
      width: 100%;
      text-align: left;
      padding: 10px 0 10px 55px;
      background-position: 7px 2px;
      background-color: #0c3b5f;
      line-height: 20px;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      height: 26px; }
      #top-buttons > a:visited, #top-buttons #ya-phone-10 a:visited, #mobile-contacts-wrapper > a:visited, #mobile-contacts-wrapper #ya-phone-10 a:visited {
        /*color: #fff;*/ }
      #top-buttons > a span, #top-buttons #ya-phone-10 a span, #mobile-contacts-wrapper > a span, #mobile-contacts-wrapper #ya-phone-10 a span {
        border-bottom: 2px solid #00ccff;
        width: 100%;
        display: block;
        font-size: 20rem;
        padding-bottom: 10px; }
    #top-buttons #button-whatsapp span, #mobile-contacts-wrapper #button-whatsapp span {
      border-bottom: none; }

  #top-buttons > a {
    background-position: 15px 10px; }

  #mobile-contacts-wrapper {
    display: block;
    overflow: hidden; }
    #mobile-contacts-wrapper.open {
      height: 190px;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      padding-top: 10px; }
    #mobile-contacts-wrapper > a, #mobile-contacts-wrapper #ya-phone-10 a {
      width: auto !important;
      color: #12568A;
      background-color: transparent;
      background-size: 36px; }
      #mobile-contacts-wrapper > a span, #mobile-contacts-wrapper #ya-phone-10 a span {
        border-bottom: 2px solid #6CBCEE;
        font-weight: 700; }
    #mobile-contacts-wrapper > a:last-of-type span {
      border-bottom: none; }

  .mobile-callback-wrapper {
    background: -moz-linear-gradient(#1d8de3, #0c3b5f);
    background: -ms-linear-gradient(#1d8de3, #0c3b5f);
    background: -o-linear-gradient(#1d8de3, #0c3b5f);
    background: -webkit-linear-gradient(#1d8de3, #0c3b5f);
    color: #fff;
    height: 36rem;
    line-height: 36rem;
    font-size: 22rem;
    padding-left: 14px;
    position: relative;
    z-index: 1000;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff; }
    .mobile-callback-wrapper:after {
      background: url("/images/mobile/320/mark_arrow_down3.png") no-repeat 0 11px;
      width: 18px;
      height: 10px;
      content: ' \00A0\00A0\00A0';
      margin-left: 5px; }
    .mobile-callback-wrapper.open:after {
      background: url("/images/mobile/320/mark_arrow_up3.png") no-repeat 0 10px; }

  .contact_form {
    max-width: 640px;
    width: auto; }

  .contact_forms {
    width: 100% !important;
    overflow: hidden; }
    .contact_forms table td {
      display: block;
      text-align: center; }
    .contact_forms .note {
      padding: 0;
      background-image: none;
      background-color: #7fccff;
      border-radius: 0;
      border: 0;
      width: auto !important; }
      .contact_forms .note h1 {
        text-align: center;
        color: #fff !important; }
    .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
      width: 100% !important;
      background-color: #7fccff; }
    .contact_forms p {
      display: none; }
    .contact_forms #cboxClose {
      background: url("/images/mobile/320/mark_close_window.png") no-repeat;
      width: 34px;
      height: 34px; }

  .form_info table input, .form_info table textarea, .form_info table select {
    width: 90%; }

  .main_anons {
    margin: 0 auto;
    width: auto; }

  .main_anons_img {
    display: none; }

  .content_window {
    padding: 0; }

  .note, .note2 {
    width: auto;
    margin-left: -2px; }

  .note p {
    color: #09acff; }

  .note2 p {
    color: #ff3c68; }

  .con-answer-wrapper.note:before {
    content: '';
    float: none; }

  .float-image_right, .float_right-image {
    float: none;
    margin: 0px auto;
    text-align: center; }

  #top-buttons {
    margin-bottom: 0px;
    position: relative;
    z-index: 1000; }

  .breadcrumbs {
    position: relative;
    z-index: 1000;
    background-image: none !important;
    background-color: #c4ecff !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    color: #1d8de3; }
    .breadcrumbs a {
      font-family: Arial, Helvetica, sans-serif;
      color: #1d8de3 !important;
      font-weight: normal !important;
      font-size: 16rem !important; }
    .breadcrumbs span {
      font-family: Arial, Helvetica, sans-serif;
      color: #5692bf !important;
      font-weight: normal !important;
      font-size: 16rem !important; }

  .direction-h1, #content h1 {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 4px 0 0 0;
    margin: 0;
    font-size: 24rem;
    font-weight: 600;
    color: #055c9e; }

  .direction-h1 {
    text-align: center; }

  .hidden_dir_show_more {
    display: none; }

  .hidden_dir {
    display: list-item; }

  .right-menu {
    z-index: 1000;
    position: relative; }
    .right-menu ul {
      padding: 0;
      margin: 0; }

  .right-bar-li.services a {
    text-decoration: none; }

  .services {
    list-style: none; }
    .services > span {
      display: block;
      text-align: right;
      background: #fff;
      padding-right: 15px;
      padding-top: 10px; }
      .services > span > span {
        background: url("/images/mobile/320/blue-arrow-down2.png") no-repeat 0px 6px;
        padding-left: 20px;
        display: inline-block;
        margin-bottom: 7px;
        color: #71bfef;
        font-size: 18rem;
        font-weight: 600;
        font-family: Ubuntu, Arial, Helvetica, sans-serif; }
        .services > span > span.open {
          background: url("/images/mobile/320/blue-arrow-up2.png") no-repeat 0px 6px; }
    .services ul {
      background-color: #055c9e;
      border-bottom: 1px solid;
      border-left: 1px solid;
      border-right: 1px solid;
      border-color: #fff;
      width: auto;
      margin: 0 10px 0 10px;
      padding: 20px 0 20px 20px;
      position: relative;
      top: 0; }
      .services ul li {
        list-style: none;
        text-align: left;
        font-size: 16rem;
        border-bottom: 1px solid #00CCFF;
        margin-bottom: 12px;
        padding-bottom: 7px;
        padding-right: 20px; }
        .services ul li:last-child {
          margin-bottom: 0;
          border-bottom: none;
          padding-bottom: 0; }
        .services ul li a {
          color: #fff;
          font-family: Ubuntu, Arial, Helvetica;
          font-size: 16rem;
          font-weight: normal; }

  #content-overlay {
    background: url("/images/overlay.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 999; }

  ul.mark, #content .in-content ul {
    margin-left: 0;
    padding-left: 25px; }

  #footer {
    background: #7fccff;
    border: none; }

  #footer_wrap {
    width: 100%; }
    #footer_wrap #cofooter {
      margin-left: 0;
      margin-bottom: 30px; }

  #bottom_menu {
    display: list-item;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px; }
    #bottom_menu li {
      float: none;
      width: auto;
      height: auto;
      line-height: 1.5;
      margin-bottom: 5px; }
      #bottom_menu li a {
        color: #0074cc; }

  .social_nwetwork a {
    width: 29px;
    height: 29px; }

  .zen {
    margin-left: 0;
    background: url(/images/mobile/320/icon_soc_zen.png) no-repeat; }

  .fb {
    background: url("/images/mobile/320/icon_soc_fb.png") no-repeat; }

  .tw {
    background: url("/images/mobile/320/icon_soc_tw.png") no-repeat; }

  .vk {
    background: url("/images/mobile/320/icon_soc_vk.png") no-repeat; }

  .lj {
    background: url("/images/mobile/320/icon_soc_lj.png") no-repeat; }

  .google {
    background: url("/images/mobile/320/icon_soc_g.png") no-repeat; }

  .youtube {
    background: url("/images/mobile/320/icon_soc_yt.png") no-repeat; }

  .insta {
    background: url("/images/mobile/320/icon_soc_instgr.png") no-repeat; }

  .vkv {
    background: url("/images/mobile/320/icon_soc_vkv.png") no-repeat; }
    .vkv:hover {
      background: url("/images/mobile/320/icon_soc_vkv_inverted.png ") no-repeat; }

  .rutube {
    background: url("/images/mobile/320/icon_soc_rut.png") no-repeat; }
    .rutube:hover {
      background: url("/images/mobile/320/icon_soc_rut_inverted.png ") no-repeat; }

  .bottom-phone {
    background: url("/images/mobile/320/logo_mc_down.png") no-repeat;
    width: 157px;
    height: 44px;
    display: block;
    margin: 0 auto 20px auto; }
    .bottom-phone a, .bottom-phone span {
      font-family: Ubuntu, Arial, Helvetica;
      font-size: 18rem;
      font-weight: 700;
      color: #ffffff;
      text-shadow: 1px 1.2px 0px #0074CC; }
      .bottom-phone a:hover, .bottom-phone a:focus, .bottom-phone span:hover, .bottom-phone span:focus {
        color: #fff !important; }

  .directions select {
    width: 90%; }

  p {
    padding-right: 5px; }

  /*table.img_raw td img, .float-image img, .float_right-image img {
    width: 96px !important;
    height: 77px !important;
    padding: 0px;
    border: 1px solid #b3b3b3;
  }*/
  h6 {
    font-size: 16px;
    color: #0074cc;
    font-weight: 600; }

  i, b, strong {
    color: #0074cc;
    font-size: 16rem; }

  a, a:visited {
    font-size: 16rem;
    font-weight: bold;
    color: #36F;
    text-decoration: none; }

  .note, .note2 {
    font-size: 16rem; }

  .auth_info {
    position: fixed;
    height: 260px;
    top: 42px;
    z-index: 10000;
    background-color: #7dcdfe;
    width: 100%;
    display: none; }

  .auth-form-wrapper h2 {
    text-align: center;
    color: #fff; }
  .auth-form-wrapper input {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .auth-form-wrapper input:first-child {
      margin-bottom: 5px; }
  .auth-form-wrapper input[type=submit] {
    background: #0074cc;
    color: #fff;
    font-weight: 600;
    border: 1px solid #0074cc; }
  .auth-form-wrapper .auth-dop-info {
    text-align: center;
    margin-top: 10px;
    line-height: 22px; }
  .auth-form-wrapper .buttons > td, .auth-form-wrapper .RememberMe {
    text-align: center; }
  .auth-form-wrapper .auth-form-close {
    background: url("/images/mobile/320/mark_close_window.png") no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .auth-form-wrapper .auth-name {
    text-align: center;
    color: #0074cc;
    font-weight: 600; }
    .auth-form-wrapper .auth-name span {
      background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
      min-height: 30px;
      padding-left: 32px;
      display: inline-block;
      line-height: 22px;
      font-size: 17px; }
  .auth-form-wrapper .private-menu {
    list-style: none;
    padding: 0;
    width: 73%;
    margin: 10px auto; }
    .auth-form-wrapper .private-menu li {
      margin-bottom: 10px; }
    .auth-form-wrapper .private-menu a, .auth-form-wrapper .private-menu a:hover, .auth-form-wrapper .private-menu a:visited, .auth-form-wrapper .private-menu a:active, .auth-form-wrapper .private-menu a:focus {
      color: #fff;
      font-weight: 600;
      font-size: 16rem;
      line-height: 15px;
      text-decoration: none; }
  .auth-form-wrapper .auth-exit-wrapper {
    text-align: center;
    margin-top: 15px; }
    .auth-form-wrapper .auth-exit-wrapper .auth-exit {
      display: inline-block;
      margin: 0 auto;
      padding: 7px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      background: #0074cc;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

  #login-form input[placeholder] {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input::-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-ms-input-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  .index_wrapper {
    margin-left: 0; }

  .main_anons {
    display: none; }
    .main_anons:first-child {
      display: block; }
    .main_anons .top_anons {
      background-color: transparent;
      box-shadow: none;
      padding: 0px;
      border-radius: 0px; }
    .main_anons .subtop_anons {
      margin: 0;
      border: 0; }
    .main_anons .content_window {
      background: none; }
    .main_anons .anons_wrapper {
      padding: 0; }
    .main_anons .anons {
      border: 1px solid #BFE3FF;
      background-color: #F4F9FE;
      padding: 10px;
      margin: 10px auto;
      min-height: 95px;
      max-width: 620px; }
      .main_anons .anons .anons_img {
        width: 118px;
        height: 90px;
        margin: 0px 10px 10px 0px;
        float: left; }
      .main_anons .anons .ml190, .main_anons .anons .mr190 {
        margin-left: 0px;
        margin-right: 0px; }
      .main_anons .anons h2, .main_anons .anons a:hover h2 {
        font-size: 20rem;
        font-weight: normal;
        color: #1d8de3;
        text-align: left;
        margin-left: 0px;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif; }
      .main_anons .anons .anons_content, .main_anons .anons a:hover .anons_content, .main_anons .anons .anons_content p, .main_anons .anons .anons_content p b, .main_anons .anons .anons_content p strong {
        color: #0C3B5F;
        font-size: 16rem;
        text-align: justify;
        line-height: 22rem;
        margin-top: 10px;
        font-weight: normal; }
      .main_anons .anons .anons-about-img {
        width: 103.3%;
        margin: -10px 0 0 -10px; }
    .main_anons .open_anons {
      background: url("/images/mobile/320/mark_arrow_down_bl2.png") no-repeat;
      width: 100%;
      height: 36px;
      margin: 10px 0 0 0;
      z-index: 99;
      padding: 4px 0;
      background-position: center center;
      clear: both; }

  .b_wrapper {
    display: none; }

  h1.index {
    display: none; }

  #bottom_menu li a:hover {
    background-color: transparent;
    border: none;
    color: inherit; }

  #content-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
    pointer-events: auto; }

  #form-callback {
    /*   input:not(.req) {
         display: none;
       }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-callback label:not(.mobile), #form-callback .last-td, #form-callback .not_req {
      display: none; }
    #form-callback .note {
      margin: 0 auto !important; }
    #form-callback table {
      width: 100%; }
    #form-callback input[type=button] {
      display: block; }
    #form-callback .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .contact-h1 {
      margin-bottom: 0 !important;
      background: url(/images/design_new/callback.png) no-repeat 206px 5px !important;
      padding-left: 0px !important; }
    #form-callback #form-callback-output {
      padding-left: 10px; }

  #form-ask-question {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question input[type=button] {
      display: block; }
    #form-ask-question .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .contact-h1 {
      margin-bottom: 0 !important;
      background: url("/images/design_new/question.png") no-repeat 222px 5px !important;
      padding-left: 0px !important; }
    #form-ask-question #form-callback-output {
      padding-left: 10px; }

  #form-appointment {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-appointment label:not(.mobile), #form-appointment .last-td, #form-appointment .not_req {
      display: none; }
    #form-appointment .note {
      margin: 0 auto !important; }
    #form-appointment input[type=button] {
      display: block; }
    #form-appointment .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .contact-h1 {
      margin-bottom: 0 !important;
      background: url("/images/design_new/appointment.png") no-repeat 193px 5px !important;
      padding-left: 0 !important; }
    #form-appointment #form-callback-output {
      padding-left: 10px; }
    #form-appointment .bootstrap-select {
      max-width: 284px;
      margin: 0 auto;
      text-align: left; }
      #form-appointment .bootstrap-select ul.dropdown-menu {
        max-width: 284px;
        left: 11px !important;
        max-height: 160px; }

  #form-ask-question {
    /*    input:not(.req) {
          display: none;
        }*/ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question .note {
      margin: 0 auto !important; }
    #form-ask-question table {
      width: 100%; }

  #colorbox {
    /*top:42px !important;*/ }

  .event_table {
    width: auto;
    max-width: 620px;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding: 0; }
    .event_table tbody, .event_table tr, .event_table td {
      display: block;
      width: 100%; }
    .event_table.main_anons {
      display: block; }
    .event_table td {
      display: block;
      padding: 0; }
      .event_table td:nth-child(2), .event_table td:nth-child(3) {
        padding: 10px 6px;
        width: auto; }
      .event_table td:nth-child(2) {
        text-align: center; }
        .event_table td:nth-child(2) a strong {
          color: #0074CC;
          font-size: 20rem;
          word-break: normal;
          line-height: 24rem;
          text-decoration: none;
          font-family: Ubuntu, Arial, Helvetica, sans-serif; }
        .event_table td:nth-child(2) .anons_content p strong, .event_table td:nth-child(2) .anons_content p {
          color: #0C3B5F;
          font-size: 16rem;
          text-align: left;
          line-height: 22rem;
          margin-top: 10px;
          font-weight: normal;
          padding: 0; }
      .event_table td .event_arx_date {
        color: #5692BF;
        text-align: center;
        font-size: 20rem;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 10px; }
      .event_table td .right_event {
        background: transparent;
        padding: 0;
        width: auto; }
        .event_table td .right_event .right_event_content {
          background: transparent;
          margin: 0;
          padding: 0;
          border: none;
          width: auto; }
          .event_table td .right_event .right_event_content a {
            display: block;
            margin: -2px;
            width: auto; }
          .event_table td .right_event .right_event_content img {
            width: 100%; }

  .action_image > div {
    margin-bottom: -4px; }

  .action_text_content {
    margin-top: 0; }

  .action_image_text_container {
    width: auto !important;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 20px auto 20px auto !important;
    box-shadow: none !important;
    padding: 0 !important; }
    .action_image_text_container .action_image img {
      width: 100%; }

  .action_text_content {
    padding: 10px !important; }
    .action_text_content h2 font {
      font-size: 30rem; }

  .action h2 {
    line-height: 26rem; }

  .action h2 a {
    font-size: 24rem; }

  .action h4 {
    text-align: justify; }

  .action p {
    font-size: 13rem; }

  table.solid3 td {
    white-space: normal !important;
    padding: 3px; }
    table.solid3 td:last-child {
      white-space: nowrap !important; }

  .doctors {
    margin: 0px;
    width: 460px; }
    .doctors h3 {
      margin-left: 0px; }
    .doctors h4 {
      margin-left: 6px; }

  div.massmedia {
    width: auto;
    background-image: none;
    /*border: 1px solid #BFE3FF;*/
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #F4F9FE;
    padding: 20px;
    margin: 10px auto; }
    div.massmedia.link, div.massmedia.video, div.massmedia.doc {
      border: 0;
      background-color: transparent;
      padding: 0; }
    div.massmedia > div {
      padding: 0 !important; }
    div.massmedia .float-image {
      float: none;
      display: none; }
    div.massmedia .ul_right {
      margin: auto; }

  #hidden_form, .form_info {
    width: auto; }

  #hidden_form .note {
    width: auto; }

  #colorbox, #cboxOverlay, #cboxWrapper {
    width: 100% !important;
    overflow-x: hidden; }

  #comments-form td, #consultations-form td {
    display: block; }

  a.button, .in-content a.button, .content_window a.button, .button-send, .jump_to_form, .contact_form_button {
    background: none;
    background-color: #0074cc;
    margin: 7px auto; }

  /*.input-append.date .add-on{
    position: relative;
    top:2px;
  }*/
  .contact-tbl td {
    display: block;
    width: 100%;
    padding: 0; }

  #ymaps-map-id_134305545868242885575 {
    width: 460px !important; }

  .note.search_wrapper {
    padding: 10px !important; }

  .search-form-wrapper {
    margin: 0; }

  .s-f-w {
    margin: 20px auto !important; }

  .comment-icon {
    background: url("/images/mobile/320/icon_comment.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0; }

  .comment-text-wrapper {
    margin: 0; }

  .comment-text, .comment-text p {
    margin: 8px 0;
    font-family: Ubuntu, Arial, Helvetica;
    font-size: 16rem;
    color: #0074cc;
    font-style: italic;
    text-align: justify; }

  .comment-text {
    margin: 8px; }

  .comment-user, .con-user {
    font-size: 16rem;
    color: #0074cc;
    text-align: right;
    float: none;
    font-weight: 700;
    margin-right: 8px; }

  .comment-date, .con-date {
    font-size: 16rem;
    color: #0074cc;
    text-align: right;
    float: none;
    font-weight: 700;
    margin-right: 8px; }

  .comment-doctor {
    font-size: 16rem;
    color: #0c3b5f;
    text-align: justify;
    font-weight: 700;
    margin: 10px 8px; }
    .comment-doctor a {
      font-weight: 700;
      text-decoration: underline;
      color: #0074cc;
      font-size: 16rem; }

  .c_wrapper {
    width: auto !important;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE; }

  .paginations {
    height: 20px; }
    .paginations .next, .paginations .previous {
      display: none; }

  .con-wrapper {
    margin: 0 0 25px 0; }

  .con-question-wrapper {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    width: auto;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*border: 1px solid #BFE3FF;*/
    background-color: #F4F9FE; }

  .con-question-icon {
    background: url("/images/mobile/320/icon_question.png") no-repeat;
    width: 40px;
    height: 39px;
    margin: 2px 10px 10px 2px; }

  .con-question-text-wrapper {
    margin: 8px 0 0 0; }

  .con-question-text {
    text-align: justify;
    font-size: 16rem;
    font-style: italic;
    font-weight: normal;
    color: #0074CC;
    margin: 0 8px; }

  .con-answer-wrapper {
    background: none !important;
    border: 0 !important;
    width: 300px;
    padding: 0px;
    margin: 0px !important;
    text-align: justify; }

  .con-answer-icon {
    background: url("/images/mobile/320/icon_answer.png") no-repeat;
    width: 39px;
    height: 40px;
    margin: 2px 10px 10px 2px; }

  .con-answer-text {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16rem;
    color: #0c3b5f; }

  .img_raw {
    position: relative;
    left: -4px; }

  .index-direction-list a {
    font-size: 16rem;
    font-weight: normal;
    color: #0074cc;
    font-family: Ubuntu, Arial, Helvetica;
    text-decoration: none; }

  #bottom_menu li a {
    font-size: 19rem;
    font-weight: normal;
    font-family: Ubuntu, Arial, Helvetica; }

  .reg-auth-table {
    margin-bottom: -12px;
    margin-top: -4px; }

  .jump_to_form {
    margin: 30px auto; }

  #users-form .m-block, #profile-form .m-block {
    display: block; }
  #users-form input[type=text], #users-form input[type=password], #users-form select, #profile-form input[type=text], #profile-form input[type=password], #profile-form select {
    width: 260px; }
  #users-form .birthday-select, #profile-form .birthday-select {
    width: 80px; }

  .private-consultation, .private-comment {
    padding-top: 15px !important; }

  #profile-form {
    margin-top: 15px; }

  .open-submenu {
    position: fixed;
    transform: translate(0, 10px);
    height: 100%;
    /* pointer-events: none;*/
    left: 0px;
    top: 0px; }

  .submenu-overlay {
    background: url(/images/overlay.png) repeat 0 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    display: none;
    padding-bottom: 30px; }

  #remember-form td {
    display: block; }

  .remember-pass {
    margin-top: 20px !important; }

  .left-menu-wrapper #events {
    background: #0cf;
    border-top: 2px solid #fff;
    /*color: #f90 !important;*/ }
    .left-menu-wrapper #events .portlet-title {
      color: #0c3b5f !important; }

  .left-menu-wrapper #events + div {
    border-top: 2px solid #fff; }

  .article-one {
    margin-bottom: 25px; }

  .rek-block, .note1 {
    width: 93%; }

  .s-f-w, .search_wrapper {
    width: 600px; }

  .note div.float-image, .note2 div.float-image, .note div.float_right-image, .note2 div.float_right-image {
    margin-top: 0; }

  .dropdown-menu .img_preview {
    display: none !important; }

  .note, .note2 {
    padding: 10px; }
    .note:before, .note2:before {
      left: -8px;
      margin: 0; }

  #form-appointment .form_info {
    margin: 0 auto !important; }
  #form-appointment form table {
    margin: 0 auto; }
  #form-appointment .bootstrap-select {
    max-width: 437px;
    margin: 0 auto;
    text-align: left; }
    #form-appointment .bootstrap-select ul.dropdown-menu {
      width: 437px;
      left: 19px !important;
      max-height: 160px;
      max-width: 437px; }

  .arx-event-wrapper, .arx-event {
    margin-top: 15px !important; }

  .zen:hover {
    background: url(/images/mobile/320/icon_soc_zen_inverted.png) no-repeat; }

  .fb:hover {
    background: url(/images/mobile/320/icon_soc_fb_inverted.png) no-repeat; }

  .tw:hover {
    background: url(/images/mobile/320/icon_soc_tw_inverted.png) no-repeat; }

  .vk:hover {
    background: url(/images/mobile/320/icon_soc_vk_inverted.png) no-repeat; }

  .google:hover {
    background: url(/images/mobile/320/icon_soc_g_inverted.png) no-repeat; }

  .youtube:hover {
    background: url(/images/mobile/320/icon_soc_yt_inverted.png) no-repeat; }

  .insta:hover {
    background: url(/images/mobile/320/icon_soc_instgr_inverted.png) no-repeat; }

  .paginations ul {
    padding-left: 0 !important;
    margin: 0 auto; }

  #button-call {
    background: url("/images/mobile/320/icon_call.svg") no-repeat; }

  #button-callback-top {
    background: url("/images/mobile/320/icon_callback.svg") no-repeat; }

  #button-whatsapp {
    background: url("/images/mobile/320/feedback_whats_icon.svg") no-repeat; }

  #button-viber {
    background: url("/images/mobile/320/feedback_viber_icon.svg") no-repeat; }

  #button-chat {
    background: url("/images/mobile/320/feedback_calltouch_icon.svg") no-repeat #3972d1; }

  #top-contacts {
    background: url("/images/mobile/320/icon_address.png") no-repeat; }

  #top-comments {
    background: url("/images/mobile/320/icon_comment.png") no-repeat; }

  #top-abaut-clinic {
    background: url("/images/mobile/320/icon_about.png") no-repeat; }

  #top-documents {
    background: url("/images/mobile/320/icon_documents.png") no-repeat; }

  #button-appointment-top, #button-appointment-bot {
    background: url("/images/mobile/320/icon_appoint.svg") no-repeat; }

  #button-ask-question-top, #button-ask-question-bot {
    background: url("/images/mobile/320/icon_quest.svg") no-repeat; }

  #button-telegram {
    background: url("/images/mobile/320/feedback_telegram_icon.svg") no-repeat; }

  #button-skype {
    background: url("/images/mobile/320/feedback_skype_icon.svg") no-repeat; }

  #button-messanger {
    background: url("/images/mobile/320/feedback_messenger_icon.svg") no-repeat; }

  #button-vk-messanger {
    background: url("/images/mobile/320/feedback_vk_icon.svg") no-repeat; }

  #top-buttons a:last-of-type span {
    border: 0; }

  #messengers {
    display: block;
    /*justify-content: center;
    flex-wrap: nowrap;*/
    width: 9999999px;
    background: #486378;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    min-width: 100%; }
    #messengers span {
      display: block;
      clear: both;
      color: #fff;
      font-size: 18rem;
      padding-left: 15px;
      margin: 6px 0;
      font-family: 'Rubik', sans-serif !important;
      text-align: left; }
    #messengers a {
      display: inline-block;
      height: 80px;
      width: 70px !important;
      background-size: contain;
      padding: 0;
      margin: 0 5px;
      background-position: 0;
      background-color: transparent;
      font-family: 'Rubik', sans-serif !important;
      position: relative;
      background-position-y: top; }
      #messengers a span {
        position: absolute;
        bottom: -13px;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 16rem; }

  div.ul_left {
    margin-right: 0; }

  .anons_wrapper .youtube-video {
    display: flex;
    top: 0;
    left: 0; }

  /*._orinationRight_25.wrap_mW{
    bottom: 65px;
    right: -10px !important;
  }*/
  .jivo-no-transition ~ jdiv {
    display: none; }

  .in-content .acrobat p img {
    width: 36px;
    height: 36px;
    margin-top: 10px;
    border-radius: 50%; }

  .in-content .acrobat a {
    font-size: 12rem;
    line-height: 0.8; }

  .content_index_block {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 30px auto 30px auto;
    /*    .contact_button {
          margin: 40px auto 0;
    
          a {
            background: #508EF4;
            border: 0;
            border-radius: 6px;
            padding: 10px 40px;
            font-family: Rubik, sans-serif;
            font-size: 18px;
            color: #fff;
            transition: ease-in-out 0.2s;
            cursor: pointer;
            text-decoration: none;
          }
        }*/ }
    .content_index_block h2 {
      color: #365282;
      font-family: Rubik, sans-serif;
      font-size: 24px;
      text-align: center;
      text-indent: 0;
      font-weight: 400;
      margin: 20px auto;
      max-width: 1600px; }
      .content_index_block h2:after {
        content: '';
        display: block;
        width: 50px;
        height: 4px;
        background: #73A9FF;
        margin: 10px auto 5px auto; }
    .content_index_block_text {
      margin: auto; }
      .content_index_block_text h2 {
        color: #508EF4;
        margin: 0 auto 20px auto;
        font-family: Rubik, sans-serif;
        font-size: 22px;
        font-weight: 300; }
        .content_index_block_text h2:after {
          display: none; }

  .contact_button {
    margin: 40px auto;
    text-align: center; }
    .contact_button a:link, .contact_button a:visited, .contact_button a:hover, .contact_button a:active {
      background: #508EF4;
      border: 0;
      border-radius: 6px;
      padding: 10px 40px;
      font-family: Rubik, sans-serif;
      font-size: 18px;
      color: #fff;
      transition: ease-in-out 0.2s;
      cursor: pointer;
      text-decoration: none; }

  .event_block_text {
    padding: 0 10px; }

  .index_announcement_icon_news {
    height: 265px;
    background-position: center; } }
@media all and (max-width: 767px) {
  .doctor_wrapper {
    width: auto;
    margin: 0 auto;
    height: 372px;
    border: 1px solid #BFE3FF;
    background-color: #e5e5e5;
    border-bottom: none;
    background-size: contain; }

  .doctor_wrapper_main {
    margin: 0 auto !important;
    width: 458px;
    border-top: none !important;
    padding: 0 !important; }
    .doctor_wrapper_main #mycustomscroll {
      height: auto; }
    .doctor_wrapper_main.anons {
      min-height: auto !important;
      width: 425px;
      z-index: 90; }
    .doctor_wrapper_main .open_anons {
      margin-top: 0 !important;
      padding: 20px 0;
      z-index: 99; }
    .doctor_wrapper_main .doctor_content {
      margin: 0 !important;
      padding: 0 15px !important; }

  .doctor_wrapper_main ~ div {
    margin: 0px !important; }

  .doctor_content > ul {
    overflow: auto;
    max-height: 125px; } }
@media all and (max-width: 736px) {
  .doctor_wrapper_main {
    margin: 0 auto 0 240px !important; } }
@media all and (max-width: 1024px) {
  .img-massmedia {
    width: 160px;
    height: 160px;
    float: none;
    background: #508ef4;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    margin: auto; }
    .img-massmedia img:first-of-type {
      width: 100%;
      height: auto;
      padding: 0;
      flex-basis: 100%;
      flex-shrink: 0;
      margin: 0; }

  .img_preview {
    float: left;
    margin: 0 7px 10px 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1d8de3;
    overflow: hidden; }
    .img_preview img {
      background-color: transparent;
      border: none;
      padding: 0px; }

  #mobile_logo {
    width: 70%; }

  .main_anons .anons .anons-about-img {
    width: 103.3%; }

  .iframe-wh-853-480 {
    width: 280px;
    height: 158px; }

  .iframe-wh-720-405 {
    width: 280px;
    height: 127px; }

  .iframe-wh-640-480 {
    width: 280px;
    height: 210px; }

  .iframe-wh-640-360 {
    width: 280px;
    height: 158px; }

  .iframe-wh-640-390 {
    width: 280px;
    height: 228px; }

  .iframe-wh-420-315 {
    width: 280px;
    height: 210px; }

  .iframe-wh-560-315 {
    width: 280px;
    height: 158px; }

  .iframe-wh-640-480 {
    width: 280px;
    height: 210px; }

  .iframe-wh-480-360 {
    width: 280px;
    height: 210px; }

  .iframe-wh-480-390 {
    width: 280px;
    height: 228px; }

  .iframe-wh-420-315 {
    width: 280px;
    height: 210px; }

  .doctor_wrapper {
    max-width: 425px; }

  .doctor_wrapper_main {
    margin: 0 auto !important; }

  table.img_raw td img,
  .float-image img,
  .float_right-image img {
    width: 100%;
    height: auto; }

  table.img_raw td {
    padding: 0 5px; }

  .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    margin-top: 40px; } }
@media screen and (max-width: 640px) {
  .index_announcement_icon_news {
    height: 165px;
    background-position: center; } }
@media screen and (max-width: 568px) {
  #mobile_logo {
    width: 70%; }

  body #CalltouchWidgetFrame {
    display: none !important; } }
@media screen and (max-width: 560px) {
  #mobile_logo {
    width: 70%; }

  .main_anons .anons .anons-about-img {
    width: 103.9%; }

  #form-callback .contact-h1 {
    background-position: 167px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 153px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 183px 5px !important; }

  /*  .img_preview {
      img {
        width: 72px;
        box-sizing: border-box;
      }
    }
  */
  .doctor_info {
    clear: both; }
    .doctor_info p {
      font-size: 13rem; } }
@media screen and (max-width: 520px) {
  #mobile_logo {
    width: 67%; }

  .main_anons .anons .anons-about-img {
    width: 104.1%; }

  /*table.img_raw td img, .float-image img, .float_right-image img {
    width: 114px !important;
    height: 92px !important;
    padding: 0px;
    border: 1px solid #b3b3b3;
  }*/
  #form-callback .contact-h1 {
    background-position: 150px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 136px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 163px 5px !important; } }
@media all and (max-width: 480px) {
  #mobile_logo {
    margin-left: 60px;
    width: 67%; }

  .content-wrapper {
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out; }

  .open_main_menu {
    position: fixed;
    transform: translate(80%, 0px);
    height: 100%;
    pointer-events: none;
    left: 0px;
    top: 0px; }

  body {
    text-align: left;
    height: 100%;
    min-height: 100%; }

  .top {
    margin-bottom: 0; }

  .top_wrapper_bg {
    background: url("/images/mobile/bckg_header_mid1024.jpg") no-repeat center bottom;
    /*background-size: contain;*/
    height: 56px; }

  .main_banners, #right-bar, .top_menu, .portlet-content, .top_content_wrapper, .sub_top_wrapper,
  #cboxMiddleRight, #cboxMiddleLeft, #cboxTopLeft, #cboxTopRight, #cboxTopCenter, #cboxBottomLeft,
  #cboxBottomCenter, #cboxBottomRight, #bottom-buttons, .right_div, #footer-phone, #after_content,
  .no-mobile, .search_sort, .event_div, .doctor_wrapper_top_left, .doctor_wrapper_top_right,
  .doctor_wrapper_bottom_left, .doctor_wrapper_bottom_right {
    display: none !important; }

  #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight,
  #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    width: 0px !important;
    height: 0px !important; }

  #mobile_wrapper {
    display: block;
    height: 42px; }

  #content {
    max-width: 480px;
    width: 100%;
    margin: 0; }

  #mobile_menu {
    display: block;
    background: url("/images/mobile/320/icon_sandw.png") no-repeat;
    width: 23px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 14px;
    left: 15px; }

  .appended .portlet-title {
    color: #0c3b5f !important; }

  .left-menu-wrapper {
    padding-top: 0px; }

  #content .in-content {
    width: auto !important;
    font-size: 16rem;
    line-height: 18px;
    display: block;
    padding: 0 10px; }

  #after_content {
    width: 470px !important;
    padding-left: 5px; }

  #mobile_auth {
    background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 15px;
    margin-top: -6px; }
    #mobile_auth.open, #mobile_auth.active {
      background: url("/images/mobile/320/icon_auth.png") no-repeat; }

  #mobile_search {
    background: url("/images/mobile/320/icon_search.png") no-repeat;
    width: 16px;
    height: 17px;
    float: left;
    margin-top: -4px; }

  .contact_form {
    max-width: 100%;
    width: 100%; }

  .contact_forms {
    width: 480px !important;
    overflow: hidden; }
    .contact_forms table td {
      display: block;
      text-align: center; }
    .contact_forms .note {
      padding: 0;
      background-image: none;
      background-color: #7fccff;
      border-radius: 0;
      border: 0;
      width: auto !important; }
      .contact_forms .note h1 {
        text-align: center;
        color: #fff !important; }
    .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
      width: 100% !important;
      background-color: #7fccff; }
    .contact_forms p {
      display: none; }
    .contact_forms #cboxClose {
      background: url("/images/mobile/320/mark_close_window.png") no-repeat;
      width: 34px;
      height: 34px; }

  .form_info table input, .form_info table textarea, .form_info table select {
    width: 90%; }

  .main_anons {
    margin: 0;
    width: 100%; }

  .main_anons_img {
    display: none; }

  .content_window {
    padding: 0; }

  .note p {
    color: #09acff; }

  .note2 p {
    color: #ff3c68; }

  .con-answer-wrapper.note:before {
    content: '';
    float: none; }

  .float-image_right, .float_right-image {
    float: none;
    margin: 0px auto;
    text-align: center; }

  .breadcrumbs {
    position: relative;
    z-index: 1000;
    background-image: none !important;
    background-color: #c4ecff !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    color: #1d8de3; }
    .breadcrumbs a {
      font-family: Arial, Helvetica, sans-serif;
      color: #1d8de3 !important;
      font-weight: normal !important;
      font-size: 16rem !important; }
    .breadcrumbs span {
      font-family: Arial, Helvetica, sans-serif;
      color: #5692bf !important;
      font-weight: normal !important;
      font-size: 16rem !important; }

  ul.mark, #content .in-content ul {
    margin-left: 0;
    padding-left: 25px; }

  #footer {
    background: #7fccff;
    border: none; }

  #footer_wrap {
    width: 100%; }
    #footer_wrap #cofooter {
      margin-left: 0; }

  #bottom_menu {
    display: list-item;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px; }
    #bottom_menu li {
      float: none;
      width: auto;
      height: auto;
      line-height: 1.5;
      margin-bottom: 5px; }
      #bottom_menu li a {
        color: #0074cc; }

  .social_nwetwork a {
    width: 29px;
    height: 29px; }

  .zen {
    background: url("/images/mobile/320/icon_soc_zen.png") no-repeat; }

  .fb {
    background: url("/images/mobile/320/icon_soc_fb.png") no-repeat; }

  .tw {
    background: url("/images/mobile/320/icon_soc_tw.png") no-repeat; }

  .vk {
    background: url("/images/mobile/320/icon_soc_vk.png") no-repeat; }

  .lj {
    background: url("/images/mobile/320/icon_soc_lj.png") no-repeat; }

  .google {
    background: url("/images/mobile/320/icon_soc_g.png") no-repeat; }

  .youtube {
    background: url("/images/mobile/320/icon_soc_yt.png") no-repeat; }

  .insta {
    background: url("/images/mobile/320/icon_soc_instgr.png") no-repeat; }

  .directions select {
    width: 90%; }

  p {
    padding-right: 5px; }

  /*table.img_raw td img, .float-image img, .float_right-image img {
    width: 96px !important;
    height: 77px !important;
    padding: 0px;
    border: 1px solid #b3b3b3;
  }*/
  h6 {
    font-size: 16px;
    color: #0074cc;
    font-weight: 600; }

  i, b, strong {
    color: #0074cc;
    font-size: 16rem; }

  a, a:visited {
    font-size: 16rem;
    font-weight: bold;
    color: #36F;
    text-decoration: none; }

  .auth_info {
    position: fixed;
    height: 260px;
    top: 42px;
    z-index: 10000;
    background-color: #7dcdfe;
    width: 100%;
    display: none; }

  .auth-form-wrapper h2 {
    text-align: center;
    color: #fff; }
  .auth-form-wrapper input {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .auth-form-wrapper input:first-child {
      margin-bottom: 5px; }
  .auth-form-wrapper input[type=submit] {
    background: #0074cc;
    color: #fff;
    font-weight: 600;
    border: 1px solid #0074cc; }
  .auth-form-wrapper .auth-dop-info {
    text-align: center;
    margin-top: 10px;
    line-height: 22px; }
  .auth-form-wrapper .buttons > td, .auth-form-wrapper .RememberMe {
    text-align: center; }
  .auth-form-wrapper .auth-form-close {
    background: url("/images/mobile/320/mark_close_window.png") no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .auth-form-wrapper .auth-name {
    text-align: center;
    color: #0074cc;
    font-weight: 600; }
    .auth-form-wrapper .auth-name span {
      background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
      min-height: 30px;
      padding-left: 32px;
      display: inline-block;
      line-height: 22px;
      font-size: 17px; }
  .auth-form-wrapper .private-menu {
    list-style: none;
    padding: 0;
    width: 73%;
    margin: 10px auto; }
    .auth-form-wrapper .private-menu li {
      margin-bottom: 10px; }
    .auth-form-wrapper .private-menu a, .auth-form-wrapper .private-menu a:hover, .auth-form-wrapper .private-menu a:visited, .auth-form-wrapper .private-menu a:active, .auth-form-wrapper .private-menu a:focus {
      color: #fff;
      font-weight: 600;
      font-size: 16rem;
      line-height: 15px;
      text-decoration: none; }
  .auth-form-wrapper .auth-exit-wrapper {
    text-align: center;
    margin-top: 15px; }
    .auth-form-wrapper .auth-exit-wrapper .auth-exit {
      display: inline-block;
      margin: 0 auto;
      padding: 7px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      background: #0074cc;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

  #login-form input[placeholder] {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input::-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-ms-input-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  .index_wrapper {
    margin-left: 0; }

  .main_anons {
    display: none; }
    .main_anons:first-child {
      display: block; }
    .main_anons .top_anons {
      background-color: transparent;
      box-shadow: none;
      padding: 0px;
      border-radius: 0px; }
    .main_anons .subtop_anons {
      margin: 0;
      border: 0; }
    .main_anons .content_window {
      background: none; }
    .main_anons .anons_wrapper {
      padding: 0; }
    .main_anons .anons {
      border: 1px solid #BFE3FF;
      background-color: #F4F9FE;
      padding: 0;
      margin: 10px 0;
      min-height: 95px; }
      .main_anons .anons .anons_img {
        width: 118px;
        height: 90px;
        margin: 0px 10px 10px 0px;
        float: left; }
      .main_anons .anons .ml190, .main_anons .anons .mr190 {
        margin-left: 10px;
        margin-right: 10px; }
      .main_anons .anons h2, .main_anons .anons a:hover h2 {
        font-size: 20rem;
        font-weight: normal;
        color: #1d8de3;
        text-align: center;
        margin-left: 0px;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif; }
      .main_anons .anons .anons_content, .main_anons .anons a:hover .anons_content, .main_anons .anons .anons_content p, .main_anons .anons .anons_content p b, .main_anons .anons .anons_content p strong {
        color: #0C3B5F;
        font-size: 16rem;
        text-align: justify;
        line-height: 22rem;
        margin-top: 10px;
        font-weight: normal; }
      .main_anons .anons .anons-about-img {
        width: 104.5%;
        margin: -10px 0 0 -10px; }

  .b_wrapper {
    display: none; }

  h1.index {
    display: none; }

  #bottom_menu li a:hover {
    background-color: transparent;
    border: none;
    color: inherit; }

  #form-callback {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-callback label:not(.mobile), #form-callback .last-td, #form-callback .not_req {
      display: none; }
    #form-callback .note {
      margin: 0 auto !important; }
    #form-callback table {
      width: 100%; }
    #form-callback input[type=button] {
      display: block; }
    #form-callback .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .contact-h1 {
      margin-bottom: 0 !important;
      background: url(/images/design_new/callback.png) no-repeat 100px 5px !important;
      padding-left: 0px !important; }
    #form-callback #form-callback-output {
      padding-left: 10px; }

  #form-ask-question {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question input[type=button] {
      display: block; }
    #form-ask-question .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .contact-h1 {
      margin-bottom: 0 !important;
      background: url("/images/design_new/question.png") no-repeat 115px 5px !important;
      padding-left: 0px !important; }
    #form-ask-question #form-callback-output {
      padding-left: 10px; }

  #form-appointment {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-appointment label:not(.mobile), #form-appointment .last-td, #form-appointment .not_req {
      display: none; }
    #form-appointment .note {
      margin: 0 auto !important; }
    #form-appointment input[type=button] {
      display: block; }
    #form-appointment .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .contact-h1 {
      margin-bottom: 0 !important;
      background: url("/images/design_new/appointment.png") no-repeat 88px 5px !important;
      padding-left: 0 !important; }
    #form-appointment #form-callback-output {
      padding-left: 10px; }
    #form-appointment .bootstrap-select {
      max-width: 418px;
      margin: 0 auto;
      text-align: left; }
      #form-appointment .bootstrap-select ul.dropdown-menu {
        width: 418px;
        left: 19px !important;
        max-height: 160px;
        max-width: 418px; }

  #form-ask-question {
    /*    input:not(.req) {
          display: none;
        }*/ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question .note {
      margin: 0 auto !important; }
    #form-ask-question table {
      width: 100%; }

  #colorbox {
    /*top:42px !important;*/ }

  .event_table {
    width: auto;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding: 0; }
    .event_table.main_anons {
      display: block; }
    .event_table td {
      display: block;
      padding: 0; }
      .event_table td:nth-child(2), .event_table td:nth-child(3) {
        padding: 10px 6px;
        width: 440px; }
      .event_table td:nth-child(2) {
        text-align: center; }
        .event_table td:nth-child(2) a strong {
          color: #0074CC;
          font-size: 20rem;
          word-break: normal;
          line-height: 24rem;
          text-decoration: none;
          font-family: Ubuntu, Arial, Helvetica, sans-serif; }
        .event_table td:nth-child(2) .anons_content p strong, .event_table td:nth-child(2) .anons_content p {
          color: #0C3B5F;
          font-size: 16rem;
          text-align: left;
          line-height: 22rem;
          margin-top: 10px;
          font-weight: normal;
          padding: 0; }
      .event_table td .event_arx_date {
        color: #5692BF;
        text-align: center;
        font-size: 20rem;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 10px; }
      .event_table td .right_event {
        background: transparent;
        padding: 0; }
        .event_table td .right_event .right_event_content {
          background: transparent;
          margin: 0;
          padding: 0;
          border: none;
          width: auto; }
          .event_table td .right_event .right_event_content img {
            width: 100%;
            margin: -2px 0 0 -2px; }

  .action_image > div {
    margin-bottom: -4px; }

  .action_text_content {
    margin-top: 0; }

  .action_image_text_container {
    width: 458px !important;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 20px auto 20px auto !important;
    box-shadow: none !important;
    padding: 0 !important; }
    .action_image_text_container .action_image img {
      width: 458px; }

  .action_text_content {
    padding: 10px !important; }
    .action_text_content h2 font {
      font-size: 30rem; }

  .action h2 {
    line-height: 26rem; }

  .action h2 a {
    font-size: 24rem; }

  .action h4 {
    text-align: justify; }

  .action p {
    font-size: 13rem; }

  table.solid3 td {
    white-space: normal !important;
    padding: 3px; }
    table.solid3 td:last-child {
      white-space: nowrap !important; }

  .doctors {
    margin: 0px;
    width: 460px; }
    .doctors h3 {
      margin-left: 0px; }
    .doctors h4 {
      margin-left: 6px; }

  .doctor_wrapper {
    width: 100%;
    margin: 0 auto;
    height: 372px;
    border: 1px solid #BFE3FF;
    border-bottom: none;
    box-sizing: border-box; }

  .doctor_wrapper_main {
    margin: 0 auto !important;
    width: 458px;
    border-top: none !important;
    padding: 0 !important; }
    .doctor_wrapper_main #mycustomscroll {
      height: auto; }
    .doctor_wrapper_main.anons {
      min-height: auto !important;
      width: 100%;
      z-index: 90;
      box-sizing: border-box; }
    .doctor_wrapper_main .open_anons {
      margin-top: 0 !important;
      padding: 20px 0;
      z-index: 99; }
    .doctor_wrapper_main .doctor_content {
      margin: 0 !important;
      padding: 0 15px !important; }

  .doctor_wrapper_main ~ div {
    margin: 0px !important; }

  div.massmedia {
    width: auto;
    background-image: none;
    border: 1px solid #BFE3FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #F4F9FE;
    padding: 20px;
    margin: 10px auto; }
    div.massmedia.link, div.massmedia.video, div.massmedia.doc {
      border: 0;
      background-color: transparent;
      padding: 0; }
    div.massmedia > div {
      padding: 0 !important; }
    div.massmedia .float-image {
      float: none;
      display: none; }
    div.massmedia .ul_right {
      margin: auto; }

  #comments-form td, #consultations-form td {
    display: block; }

  a.button, .in-content a.button, .content_window a.button, .button-send, .jump_to_form, .contact_form_button {
    background: none;
    background-color: #0074cc; }

  /*.input-append.date .add-on{
    position: relative;
    top:2px;
  }*/
  .contact-tbl td {
    display: block;
    width: 100%;
    padding: 0; }

  #ymaps-map-id_134305545868242885575 {
    width: 460px !important; }

  .note.search_wrapper {
    padding: 10px !important; }

  .search-form-wrapper {
    margin: 0; }

  .s-f-w {
    margin: 20px auto !important; }

  .comment-icon {
    background: url("/images/mobile/320/icon_comment.png") no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0; }

  .comment-text-wrapper {
    margin: 0; }

  .comment-text, .comment-text p {
    margin: 8px 0;
    font-family: Ubuntu, Arial, Helvetica;
    font-size: 16rem;
    color: #0074cc;
    font-style: italic;
    text-align: justify; }

  .comment-text {
    margin: 8px; }

  .comment-user, .con-user {
    font-size: 16rem;
    color: #0074cc;
    text-align: right;
    float: none;
    font-weight: 700;
    margin-right: 8px; }

  .comment-date, .con-date {
    font-size: 16rem;
    color: #0074cc;
    text-align: right;
    float: none;
    font-weight: 700;
    margin-right: 8px; }

  .comment-doctor {
    font-size: 16rem;
    color: #0c3b5f;
    text-align: justify;
    font-weight: 700;
    margin: 10px 8px; }
    .comment-doctor a {
      font-weight: 700;
      text-decoration: underline;
      color: #0074cc;
      font-size: 16rem; }

  .paginations {
    height: 24px; }
    .paginations .next, .paginations .previous {
      display: none; }

  .con-wrapper {
    margin: 0 0 25px 0; }

  .con-question-wrapper {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    max-width: 458px;
    width: 100%;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*border: 1px solid #BFE3FF;*/
    background-color: #F4F9FE; }

  .con-question-icon {
    background: url("/images/mobile/320/icon_question.png") no-repeat;
    width: 40px;
    height: 39px;
    margin: 2px 10px 10px 2px; }

  .con-question-text-wrapper {
    margin: 8px 0 0 0; }

  .con-question-text {
    text-align: justify;
    font-size: 16rem;
    font-style: italic;
    font-weight: normal;
    color: #0074CC;
    margin: 0 8px; }

  .con-answer-wrapper {
    background: none !important;
    border: 0 !important;
    width: 300px;
    padding: 0px;
    margin: 0px !important;
    text-align: justify; }

  .con-answer-icon {
    background: url("/images/mobile/320/icon_answer.png") no-repeat;
    width: 39px;
    height: 40px;
    margin: 2px 10px 10px 2px; }

  .con-answer-text {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16rem;
    color: #0c3b5f; }

  .img_raw {
    position: relative;
    left: -4px; }

  .index-direction-list a {
    font-size: 16rem;
    font-weight: normal;
    color: #0074cc;
    font-family: Ubuntu, Arial, Helvetica;
    text-decoration: none; }

  #bottom_menu li a {
    font-size: 19rem;
    font-weight: normal;
    font-family: Ubuntu, Arial, Helvetica; }

  .reg-auth-table {
    margin-bottom: -12px;
    margin-top: -4px; }

  .jump_to_form {
    margin: 30px auto; }

  #users-form .m-block, #profile-form .m-block {
    display: block; }
  #users-form input[type=text], #users-form input[type=password], #users-form select, #profile-form input[type=text], #profile-form input[type=password], #profile-form select {
    width: 260px; }
  #users-form .birthday-select, #profile-form .birthday-select {
    width: 80px; }

  .private-consultation, .private-comment {
    padding-top: 15px !important; }

  #profile-form {
    margin-top: 15px; }

  .open-submenu {
    position: fixed;
    transform: translate(0, 10px);
    height: 100%;
    /*pointer-events: none;*/
    left: 0px;
    top: 0px; }

  .submenu-overlay {
    background: url(/images/overlay.png) repeat 0 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    display: none;
    padding-bottom: 30px; }

  #remember-form td {
    display: block; }

  .remember-pass {
    margin-top: 20px !important; }

  .article-one {
    margin-bottom: 25px; }

  .rek-block, .note1 {
    width: 93%; }

  .s-f-w, .search_wrapper {
    width: 440px; }

  .note div.float-image, .note2 div.float-image, .note div.float_right-image, .note2 div.float_right-image {
    margin-top: 0; }

  .dropdown-menu .img_preview {
    display: none !important; }

  .doctors.main_anons {
    width: 100%; } }
@media all and (max-width: 425px) {
  #mobile_logo {
    margin-left: 60px;
    width: 64%; }

  #content {
    width: 100%;
    margin: 0; }

  #content .in-content {
    margin: 0;
    width: auto !important;
    padding: 0 10px; }

  .main_anons .anons.about-anons {
    padding: 0; }

  .main_anons .anons .anons-about-img {
    width: 100%;
    margin: 0; }

  .main_anons .anons .youtube-video {
    height: 165px; }

  .contact_forms {
    width: 425px !important;
    margin-top: 20px; }

  .contact_form, .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
    max-width: 425px;
    width: 425px !important; }

  #hidden_form, .form_info {
    width: 405px; }

  .event_table td:nth-child(2), .event_table td:nth-child(3) {
    width: 389px; }

  .action_image_text_container, .action_image_text_container .action_image img, .con-question-wrapper {
    width: 100% !important; }

  .doctor_wrapper, .doctor_wrapper_main.anons {
    width: auto; }

  .s-f-w, .search_wrapper {
    width: 385px; }

  #form-callback .contact-h1 {
    background-position: 100px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 85px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 115px 5px !important; }

  #form-appointment .bootstrap-select {
    max-width: 363px;
    margin: 0 auto;
    text-align: left; }
    #form-appointment .bootstrap-select ul.dropdown-menu {
      width: 363px;
      left: 19px !important;
      max-height: 160px;
      max-width: 363px; } }
@media all and (max-width: 411px) {
  #mobile_logo {
    margin-left: 60px;
    width: 62%; }

  .content-wrapper {
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out; }

  .open_main_menu {
    position: fixed;
    transform: translate(80%, 0px);
    height: 100%;
    pointer-events: none;
    left: 0px;
    top: 0px; }

  body {
    text-align: left;
    height: 100%;
    min-height: 100%; }

  .top {
    margin-bottom: 0; }

  .top_wrapper_bg {
    background: url("/images/mobile/bckg_header_mid1024.jpg") no-repeat center bottom;
    /*background-size: contain;*/
    height: 56px; }

  .main_banners, #right-bar, .top_menu, .portlet-content, .top_content_wrapper, .sub_top_wrapper,
  #cboxMiddleRight, #cboxMiddleLeft, #cboxTopLeft, #cboxTopRight, #cboxTopCenter, #cboxBottomLeft,
  #cboxBottomCenter, #cboxBottomRight, #bottom-buttons, .right_div, #footer-phone, #after_content,
  .no-mobile, .search_sort, .event_div, .doctor_wrapper_top_left, .doctor_wrapper_top_right,
  .doctor_wrapper_bottom_left, .doctor_wrapper_bottom_right {
    display: none !important; }

  #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight,
  #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    width: 0px !important;
    height: 0px !important; }

  #mobile_wrapper {
    display: block;
    height: 42px; }

  #content {
    max-width: 411px;
    margin: 0; }

  #mobile_menu {
    display: block;
    background: url("/images/mobile/320/icon_sandw.png") no-repeat;
    width: 23px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 14px;
    left: 15px; }

  .appended .portlet-title {
    color: #0c3b5f !important; }

  .left-menu-wrapper {
    padding-top: 0px; }

  #content .in-content {
    width: auto !important;
    font-size: 16rem;
    line-height: 18px;
    padding: 0 10px; }

  #after_content {
    width: 401px !important;
    padding-left: 5px; }

  #mobile_auth {
    background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 15px;
    margin-top: -6px; }
    #mobile_auth.open, #mobile_auth.active {
      background: url("/images/mobile/320/icon_auth.png") no-repeat; }

  #mobile_search {
    background: url("/images/mobile/320/icon_search.png") no-repeat;
    width: 16px;
    height: 17px;
    float: left;
    margin-top: -4px; }

  .contact_form {
    max-width: 411px;
    width: 100%; }

  .contact_forms {
    width: 100% !important;
    max-width: 411px;
    overflow: hidden; }
    .contact_forms table td {
      display: block;
      text-align: center; }
    .contact_forms .note {
      padding: 0;
      background-image: none;
      background-color: #7fccff;
      border-radius: 0;
      border: 0;
      width: auto !important; }
      .contact_forms .note h1 {
        text-align: center;
        color: #fff !important; }
    .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
      width: 100% !important;
      background-color: #7fccff; }
    .contact_forms p {
      display: none; }
    .contact_forms #cboxClose {
      background: url("/images/mobile/320/mark_close_window.png") no-repeat;
      width: 34px;
      height: 34px; }

  .form_info table input, .form_info table textarea, .form_info table select {
    width: 90%; }

  .main_anons {
    margin: 0;
    width: 100%; }

  .main_anons_img {
    display: none; }

  .content_window {
    padding: 0; }

  .float-image_right, .float_right-image {
    float: none;
    margin: 0 auto;
    text-align: center; }

  .breadcrumbs {
    position: relative;
    z-index: 1000;
    background-image: none !important;
    background-color: #c4ecff !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    color: #1d8de3; }
    .breadcrumbs a {
      font-family: Arial, Helvetica, sans-serif;
      color: #1d8de3 !important;
      font-weight: normal !important;
      font-size: 16rem !important; }
    .breadcrumbs span {
      font-family: Arial, Helvetica, sans-serif;
      color: #5692bf !important;
      font-weight: normal !important;
      font-size: 16rem !important; }

  ul.mark, #content .in-content ul {
    margin-left: 0;
    padding-left: 25px; }

  #footer {
    background: #7fccff;
    border: none; }

  #footer_wrap {
    width: 100%; }
    #footer_wrap #cofooter {
      margin-left: 0; }

  #bottom_menu {
    display: list-item;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px; }
    #bottom_menu li {
      float: none;
      width: auto;
      height: auto;
      line-height: 1.5;
      margin-bottom: 5px; }
      #bottom_menu li a {
        color: #0074cc; }

  .social_nwetwork a {
    width: 29px;
    height: 29px; }

  .zen {
    background: url("/images/mobile/320/icon_soc_zen.png") no-repeat; }

  .fb {
    background: url("/images/mobile/320/icon_soc_fb.png") no-repeat; }

  .tw {
    background: url("/images/mobile/320/icon_soc_tw.png") no-repeat; }

  .vk {
    background: url("/images/mobile/320/icon_soc_vk.png") no-repeat; }

  .lj {
    background: url("/images/mobile/320/icon_soc_lj.png") no-repeat; }

  .google {
    background: url("/images/mobile/320/icon_soc_g.png") no-repeat; }

  .youtube {
    background: url("/images/mobile/320/icon_soc_yt.png") no-repeat; }

  .insta {
    background: url("/images/mobile/320/icon_soc_instgr.png") no-repeat; }

  .directions select {
    width: 90%; }

  p {
    padding-right: 5px; }

  /*table.img_raw td img, .float-image img, .float_right-image img{
    width: 96px !important;
    height: 77px !important;
    padding: 0px;
    border: 1px solid #b3b3b3;
  }*/
  h6 {
    font-size: 16px;
    color: #0074cc;
    font-weight: 600; }

  i, b, strong {
    color: #0074cc;
    font-size: 16rem; }

  a, a:visited {
    font-size: 16rem;
    font-weight: bold;
    color: #36F;
    text-decoration: none; }

  .auth_info {
    position: fixed;
    height: 260px;
    top: 42px;
    z-index: 10000;
    background-color: #7dcdfe;
    width: 100%;
    display: none; }

  .auth-form-wrapper h2 {
    text-align: center;
    color: #fff; }
  .auth-form-wrapper input {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .auth-form-wrapper input:first-child {
      margin-bottom: 5px; }
  .auth-form-wrapper input[type=submit] {
    background: #0074cc;
    color: #fff;
    font-weight: 600;
    border: 1px solid #0074cc; }
  .auth-form-wrapper .auth-dop-info {
    text-align: center;
    margin-top: 10px;
    line-height: 22px; }
  .auth-form-wrapper .buttons > td, .auth-form-wrapper .RememberMe {
    text-align: center; }
  .auth-form-wrapper .auth-form-close {
    background: url("/images/mobile/320/mark_close_window.png") no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .auth-form-wrapper .auth-name {
    text-align: center;
    color: #0074cc;
    font-weight: 600; }
    .auth-form-wrapper .auth-name span {
      background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
      min-height: 30px;
      padding-left: 32px;
      display: inline-block;
      line-height: 22px;
      font-size: 17px; }
  .auth-form-wrapper .private-menu {
    list-style: none;
    padding: 0;
    width: 73%;
    margin: 10px auto; }
    .auth-form-wrapper .private-menu li {
      margin-bottom: 10px; }
    .auth-form-wrapper .private-menu a, .auth-form-wrapper .private-menu a:hover, .auth-form-wrapper .private-menu a:visited, .auth-form-wrapper .private-menu a:active, .auth-form-wrapper .private-menu a:focus {
      color: #fff;
      font-weight: 600;
      font-size: 16rem;
      line-height: 15px;
      text-decoration: none; }
  .auth-form-wrapper .auth-exit-wrapper {
    text-align: center;
    margin-top: 15px; }
    .auth-form-wrapper .auth-exit-wrapper .auth-exit {
      display: inline-block;
      margin: 0 auto;
      padding: 7px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      background: #0074cc;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

  #login-form input[placeholder] {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input::-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-ms-input-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  .index_wrapper {
    margin-left: 0; }

  .main_anons {
    display: none; }
    .main_anons:first-child {
      display: block; }
    .main_anons .top_anons {
      background-color: transparent;
      box-shadow: none;
      padding: 0px;
      border-radius: 0px; }
    .main_anons .subtop_anons {
      margin: 0;
      border: 0; }
    .main_anons .content_window {
      background: none; }
    .main_anons .anons_wrapper {
      padding: 0; }
    .main_anons .anons {
      border: 1px solid #BFE3FF;
      background-color: #F4F9FE;
      padding: 0;
      margin: 10px 0;
      min-height: 95px; }
      .main_anons .anons .anons_img {
        width: 118px;
        height: 90px;
        margin: 0px 10px 10px 0px;
        float: left; }
      .main_anons .anons .ml190, .main_anons .anons .mr190 {
        margin: 10px; }
      .main_anons .anons .anons_content {
        display: block; }
      .main_anons .anons h2, .main_anons .anons a:hover h2 {
        font-size: 20rem;
        font-weight: normal;
        color: #1d8de3;
        text-align: center;
        margin-left: 0;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif; }
      .main_anons .anons .anons_content, .main_anons .anons a:hover .anons_content, .main_anons .anons .anons_content p, .main_anons .anons .anons_content p b, .main_anons .anons .anons_content p strong {
        color: #0C3B5F;
        font-size: 16rem;
        text-align: justify;
        line-height: 22rem;
        margin-top: 10px;
        font-weight: normal; }
      .main_anons .anons .anons-about-img {
        width: 389px;
        margin: -10px 0 0 -10px; }

  .b_wrapper {
    display: none; }

  h1.index {
    display: none; }

  #bottom_menu li a:hover {
    background-color: transparent;
    border: none;
    color: inherit; }

  #form-callback {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-callback label:not(.mobile), #form-callback .last-td, #form-callback .not_req {
      display: none; }
    #form-callback .note {
      margin: 0 auto !important; }
    #form-callback table {
      width: 100%; }
    #form-callback input[type=button] {
      display: block; }
    #form-callback .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback #form-callback-output {
      padding-left: 10px; }

  #form-ask-question {
    /*    input:not(.req) {
          display: none;
        }*/ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question .note {
      margin: 0 auto !important; }
    #form-ask-question table {
      width: 100%; }

  #form-ask-question {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question input[type=button] {
      display: block; }
    #form-ask-question .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question #form-callback-output {
      padding-left: 10px; }

  #form-appointment {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-appointment label:not(.mobile), #form-appointment .last-td, #form-appointment .not_req {
      display: none; }
    #form-appointment .note {
      margin: 0 auto !important; }
    #form-appointment input[type=button] {
      display: block; }
    #form-appointment .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment #form-callback-output {
      padding-left: 10px; }
    #form-appointment .bootstrap-select {
      max-width: 350px;
      margin: 0 auto;
      text-align: left; }
      #form-appointment .bootstrap-select ul.dropdown-menu {
        max-width: 350px;
        left: 19px !important;
        max-height: 160px;
        width: 350px; }

  #colorbox {
    /*top:42px !important;*/ }

  .event_table {
    width: 389px;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding: 0; }
    .event_table.main_anons {
      display: block; }
    .event_table td {
      display: block;
      padding: 0; }
      .event_table td:nth-child(2), .event_table td:nth-child(3) {
        padding: 10px 6px;
        width: 371px; }
      .event_table td:nth-child(2) {
        text-align: center; }
        .event_table td:nth-child(2) a strong {
          color: #0074CC;
          font-size: 20rem;
          word-break: normal;
          line-height: 24rem;
          text-decoration: none;
          font-family: Ubuntu, Arial, Helvetica, sans-serif; }
        .event_table td:nth-child(2) .anons_content p strong, .event_table td:nth-child(2) .anons_content p {
          color: #0C3B5F;
          font-size: 16rem;
          text-align: left;
          line-height: 22rem;
          margin-top: 10px;
          font-weight: normal;
          padding: 0; }
      .event_table td .event_arx_date {
        color: #5692BF;
        text-align: center;
        font-size: 20rem;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 10px; }
      .event_table td .right_event {
        background: transparent;
        padding: 0;
        width: auto; }
        .event_table td .right_event .right_event_content {
          background: transparent;
          margin: 0;
          padding: 0;
          border: none;
          width: auto; }
          .event_table td .right_event .right_event_content img {
            width: 100%;
            margin: -2px 0 0 -2px; }

  .action_image > div {
    margin-bottom: -4px; }

  .action_text_content {
    margin-top: 0; }

  .action_image_text_container {
    width: 389px !important;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 20px auto 20px auto !important;
    box-shadow: none !important;
    padding: 0 !important; }
    .action_image_text_container .action_image img {
      width: 389px; }

  .action_text_content {
    padding: 10px !important; }
    .action_text_content h2 font {
      font-size: 30rem; }

  .action h2 {
    line-height: 26rem; }

  .action h2 a {
    font-size: 24rem; }

  .action h4 {
    text-align: justify; }

  .action p {
    font-size: 13rem; }

  table.solid3 td {
    white-space: normal !important;
    padding: 3px; }
    table.solid3 td:last-child {
      white-space: nowrap !important; }

  .doctors {
    margin: 0px;
    width: 391px; }
    .doctors h3 {
      margin-left: 0px; }
    .doctors h4 {
      margin-left: 6px;
      word-wrap: break-word; }

  .doctor_wrapper {
    width: 425px;
    margin: 0 auto;
    height: 372px;
    border: 1px solid #BFE3FF;
    border-bottom: none; }

  .doctor_wrapper_main {
    margin: 0 auto !important;
    width: 389px;
    border-top: none !important;
    padding: 0 !important; }
    .doctor_wrapper_main #mycustomscroll {
      height: auto; }
    .doctor_wrapper_main.anons {
      min-height: auto !important;
      width: 425px;
      z-index: 90; }
    .doctor_wrapper_main .open_anons {
      margin-top: 0 !important;
      padding: 20px 0;
      z-index: 99; }
    .doctor_wrapper_main .doctor_content {
      margin: 0 !important;
      padding: 0 15px !important; }

  .doctor_wrapper_main ~ div {
    margin: 0px !important; }

  div.massmedia {
    width: auto;
    background-image: none;
    border: 1px solid #BFE3FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #F4F9FE;
    padding: 20px;
    margin: 10px auto; }
    div.massmedia.link, div.massmedia.video, div.massmedia.doc {
      border: 0;
      background-color: transparent;
      padding: 0; }
    div.massmedia > div {
      padding: 0 !important; }
    div.massmedia .float-image {
      float: none;
      display: none; }
    div.massmedia .ul_right {
      margin: auto; }

  #hidden_form, .form_info {
    width: 100%; }

  a.button, .in-content a.button, .content_window a.button, .button-send, .jump_to_form, .contact_form_button {
    background: none;
    background-color: #0074cc; }

  .contact-tbl td {
    display: block;
    width: 100%;
    padding: 0; }

  #ymaps-map-id_134305545868242885575 {
    width: 390px !important; }

  .con-question-wrapper {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    max-width: 391px !important;
    width: 100%; }

  .doctor_wrapper, .doctor_wrapper_main.anons {
    width: 100%; }

  .s-f-w, .search_wrapper {
    width: 371px; }

  #form-callback .contact-h1 {
    background-position: 92px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 78px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 105px 5px !important; }

  .youtube-video span {
    width: 80px;
    height: 80px; } }
@media all and (max-width: 387px) {
  #mobile_logo {
    margin-left: 60px;
    width: 61%; }

  #content {
    width: 387px;
    margin: 0; }

  #content .in-content {
    margin: 0;
    width: auto !important;
    padding: 0 10px; }

  .main_anons .anons .anons-about-img {
    width: 367px;
    margin: -10px 0 0 -10px; }

  .contact_forms {
    width: 387px !important;
    margin-top: 20px; }

  .contact_form, .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
    max-width: 387px;
    width: 387px !important; }

  #hidden_form, .form_info {
    width: 367px; }

  .event_table {
    width: 365px; }

  .event_table td:nth-child(2), .event_table td:nth-child(3) {
    width: 351px; }

  .action_image_text_container, .action_image_text_container .action_image img, .con-question-wrapper {
    width: 365px !important; }

  .doctor_wrapper, .doctor_wrapper_main.anons {
    width: 367px; }

  .s-f-w, .search_wrapper {
    width: 367px; }

  #form-callback .contact-h1 {
    background-position: 75px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 60px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 90px 5px !important; }

  #form-appointment .bootstrap-select {
    max-width: 333px;
    margin: 0 auto;
    text-align: left; }
    #form-appointment .bootstrap-select ul.dropdown-menu {
      width: 333px;
      left: 14px !important;
      max-height: 160px;
      max-width: 333px; }

  .youtube-video span {
    width: 60px;
    height: 60px; } }
@media all and (max-width: 375px) {
  #mobile_logo {
    margin-left: 60px;
    width: 59%; }

  #content {
    width: 375px;
    margin: 0; }

  .main_anons .anons .anons-about-img {
    width: 355px;
    margin: -10px 0 0 -10px; }

  .contact_forms {
    width: 375px !important;
    margin-top: 20px; }

  .contact_form, .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
    max-width: 375px;
    width: 375px !important; }

  #hidden_form, .form_info {
    width: 355px; }

  .event_table {
    width: 353px; }

  .event_table td:nth-child(2), .event_table td:nth-child(3) {
    width: 339px; }

  .action_image_text_container, .action_image_text_container .action_image img, .con-question-wrapper {
    width: 353px !important; }

  .doctor_wrapper, .doctor_wrapper_main.anons {
    width: 355px; }

  .s-f-w, .search_wrapper {
    width: 335px; }

  #form-callback .contact-h1 {
    background-position: 75px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 60px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 90px 5px !important; }

  #form-appointment .bootstrap-select {
    max-width: 321px;
    margin: 0 auto;
    text-align: left; }
    #form-appointment .bootstrap-select ul.dropdown-menu {
      width: 321px;
      left: 14px !important;
      max-height: 160px;
      max-width: 321px; } }
@media all and (max-width: 360px) {
  #mobile_logo {
    margin-left: 45px;
    width: 62%; }

  #content {
    width: 360px;
    margin: 0; }

  #content .in-content {
    margin: 0;
    width: auto !important;
    padding: 0 10px; }

  .main_anons .anons .anons-about-img {
    width: 338px;
    margin: 0; }

  .contact_forms {
    width: 360px !important;
    margin-top: 20px; }

  .contact_form, .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
    max-width: 360px;
    width: 360px !important; }

  #hidden_form, .form_info {
    width: 340px; }

  .event_table {
    width: 338px; }

  .event_table td:nth-child(2), .event_table td:nth-child(3) {
    width: 324px; }

  .action_image_text_container, .action_image_text_container .action_image img, .con-question-wrapper {
    width: 338px !important; }

  .doctor_wrapper, .doctor_wrapper_main.anons {
    width: 340px; }

  .s-f-w, .search_wrapper {
    width: 320px; }

  #form-callback .contact-h1 {
    background-position: 69px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 55px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 82px 5px !important; }

  #form-appointment .bootstrap-select {
    max-width: 306px;
    margin: 0 auto;
    text-align: left; }
    #form-appointment .bootstrap-select ul.dropdown-menu {
      width: 306px;
      left: 14px !important;
      max-height: 160px;
      max-width: 306px; } }
@media all and (max-width: 320px) {
  #mobile_logo {
    width: 57%; }

  .content-wrapper {
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out; }

  .open_main_menu {
    position: fixed;
    transform: translate(80%, 0px);
    height: 100%;
    pointer-events: none;
    left: 0px;
    top: 0px; }

  body {
    text-align: left;
    height: 100%;
    min-height: 100%; }

  .top {
    margin-bottom: 0; }

  .top_wrapper_bg {
    background: url("/images/mobile/bckg_header_mid1024.jpg") no-repeat center bottom;
    /*background-size: contain;*/
    height: 56px; }

  .main_banners, #right-bar, .top_menu, .portlet-content, .top_content_wrapper, .sub_top_wrapper,
  #cboxMiddleRight, #cboxMiddleLeft, #cboxTopLeft, #cboxTopRight, #cboxTopCenter, #cboxBottomLeft,
  #cboxBottomCenter, #cboxBottomRight, #bottom-buttons, .right_div, #footer-phone, #after_content,
  .no-mobile, .search_sort, .event_div, .doctor_wrapper_top_left, .doctor_wrapper_top_right,
  .doctor_wrapper_bottom_left, .doctor_wrapper_bottom_right {
    display: none !important; }

  #cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight,
  #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    width: 0px !important;
    height: 0px !important; }

  #mobile_wrapper {
    display: block;
    height: 42px; }

  #content {
    width: auto;
    margin: 0; }

  #mobile_menu {
    display: block;
    background: url("/images/mobile/320/icon_sandw.png") no-repeat;
    width: 23px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 14px;
    left: 15px; }

  .appended .portlet-title {
    color: #0c3b5f !important; }

  .left-menu-wrapper {
    padding-top: 0px; }

  #content .in-content {
    width: auto !important;
    font-size: 16rem;
    line-height: 18px;
    padding: 0 10px; }

  #after_content {
    width: 310px !important;
    padding-left: 5px; }

  #mobile_auth {
    background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 15px;
    margin-top: -6px; }
    #mobile_auth.open, #mobile_auth.active {
      background: url("/images/mobile/320/icon_auth.png") no-repeat; }

  #mobile_search {
    background: url("/images/mobile/320/icon_search.png") no-repeat;
    width: 16px;
    height: 17px;
    float: left;
    margin-top: -4px; }

  .contact_form {
    max-width: 320px;
    width: 320px; }

  .contact_forms {
    width: 320px !important;
    overflow: hidden; }
    .contact_forms table td {
      display: block;
      text-align: center; }
    .contact_forms .note {
      padding: 0;
      background-image: none;
      background-color: #7fccff;
      border-radius: 0;
      border: 0;
      width: auto !important; }
      .contact_forms .note h1 {
        text-align: center;
        color: #fff !important; }
    .contact_forms #cboxContent, .contact_forms #cboxLoadedContent {
      width: 320px !important;
      background-color: #7fccff; }
    .contact_forms p {
      display: none; }
    .contact_forms #cboxClose {
      background: url("/images/mobile/320/mark_close_window.png") no-repeat;
      width: 34px;
      height: 34px; }

  .form_info table input, .form_info table textarea, .form_info table select {
    width: 90%; }

  .main_anons {
    margin: 0;
    width: 100%; }

  .main_anons_img {
    display: none; }

  .content_window {
    padding: 0; }

  .media, .con-question-wrapper {
    /*border: 1px solid #BFE3FF;*/
    background-color: #F4F9FE; }

  .note, .note2, .media, .con-question-wrapper {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 280px !important;
    padding: 0 10px 10px 10px;
    margin: 10px 0; }

  .note, .note2 {
    padding-top: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }

  .float-image_right, .float_right-image {
    float: none;
    margin: 0px auto;
    text-align: center; }

  .breadcrumbs {
    position: relative;
    z-index: 1000;
    background-image: none !important;
    background-color: #c4ecff !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    color: #1d8de3; }
    .breadcrumbs a {
      font-family: Arial, Helvetica, sans-serif;
      color: #1d8de3 !important;
      font-weight: normal !important;
      font-size: 16rem !important; }
    .breadcrumbs span {
      font-family: Arial, Helvetica, sans-serif;
      color: #5692bf !important;
      font-weight: normal !important;
      font-size: 16rem !important; }

  ul.mark, #content .in-content ul {
    margin-left: 0;
    padding-left: 25px; }

  #footer {
    background: #7fccff;
    border: none; }

  #footer_wrap {
    width: 100%; }
    #footer_wrap #cofooter {
      margin-left: 0; }

  #bottom_menu {
    display: list-item;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px; }
    #bottom_menu li {
      float: none;
      width: auto;
      height: auto;
      line-height: 1.5;
      margin-bottom: 5px; }
      #bottom_menu li a {
        color: #0074cc; }

  .social_network a {
    width: 29px;
    height: 29px; }

  .zen {
    background: url("/images/mobile/320/icon_soc_zen.png") no-repeat; }

  .fb {
    background: url("/images/mobile/320/icon_soc_fb.png") no-repeat; }

  .tw {
    background: url("/images/mobile/320/icon_soc_tw.png") no-repeat; }

  .vk {
    background: url("/images/mobile/320/icon_soc_vk.png") no-repeat; }

  .lj {
    background: url("/images/mobile/320/icon_soc_lj.png") no-repeat; }

  .google {
    background: url("/images/mobile/320/icon_soc_g.png") no-repeat; }

  .youtube {
    background: url("/images/mobile/320/icon_soc_yt.png") no-repeat; }

  .insta {
    background: url("/images/mobile/320/icon_soc_instgr.png") no-repeat; }

  .directions select {
    width: 90%; }

  p {
    padding-right: 5px; }

  /*table.img_raw td img, .float-image img, .float_right-image img{
    width: 96px !important;
    height: 77px !important;
    padding: 0px;
    border: 1px solid #b3b3b3;
  }*/
  h6 {
    font-size: 16px;
    color: #0074cc;
    font-weight: 600; }

  i, b, strong {
    color: #0074cc;
    font-size: 16rem; }

  a, a:visited {
    font-size: 16rem;
    font-weight: bold;
    color: #36F;
    text-decoration: none; }

  .auth_info {
    position: fixed;
    height: 260px;
    top: 42px;
    z-index: 10000;
    background-color: #7dcdfe;
    width: 100%;
    display: none; }

  .auth-form-wrapper h2 {
    text-align: center;
    color: #fff; }
  .auth-form-wrapper input {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    .auth-form-wrapper input:first-child {
      margin-bottom: 5px; }
  .auth-form-wrapper input[type=submit] {
    background: #0074cc;
    color: #fff;
    font-weight: 600;
    border: 1px solid #0074cc; }
  .auth-form-wrapper .auth-dop-info {
    text-align: center;
    margin-top: 10px;
    line-height: 22px; }
  .auth-form-wrapper .buttons > td, .auth-form-wrapper .RememberMe {
    text-align: center; }
  .auth-form-wrapper .auth-form-close {
    background: url("/images/mobile/320/mark_close_window.png") no-repeat;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px; }
  .auth-form-wrapper .auth-name {
    text-align: center;
    color: #0074cc;
    font-weight: 600; }
    .auth-form-wrapper .auth-name span {
      background: url("/images/mobile/320/icon_auth_gr.png") no-repeat;
      min-height: 30px;
      padding-left: 32px;
      display: inline-block;
      line-height: 22px;
      font-size: 17px; }
  .auth-form-wrapper .private-menu {
    list-style: none;
    padding: 0;
    width: 73%;
    margin: 10px auto; }
    .auth-form-wrapper .private-menu li {
      margin-bottom: 10px; }
    .auth-form-wrapper .private-menu a, .auth-form-wrapper .private-menu a:hover, .auth-form-wrapper .private-menu a:visited, .auth-form-wrapper .private-menu a:active, .auth-form-wrapper .private-menu a:focus {
      color: #fff;
      font-weight: 600;
      font-size: 16rem;
      line-height: 15px;
      text-decoration: none; }
  .auth-form-wrapper .auth-exit-wrapper {
    text-align: center;
    margin-top: 15px; }
    .auth-form-wrapper .auth-exit-wrapper .auth-exit {
      display: inline-block;
      margin: 0 auto;
      padding: 7px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      background: #0074cc;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }

  #login-form input[placeholder] {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input::-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-moz-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  #login-form input:-ms-input-placeholder {
    text-overflow: ellipsis;
    text-align: center; }

  .index_wrapper {
    margin-left: 0; }

  .main_anons {
    display: none; }
    .main_anons:first-child {
      display: block; }
    .main_anons .top_anons {
      background-color: transparent;
      box-shadow: none;
      padding: 0px;
      border-radius: 0px; }
    .main_anons .subtop_anons {
      margin: 0;
      border: 0; }
    .main_anons .content_window {
      background: none; }
    .main_anons .anons_wrapper {
      padding: 0; }
    .main_anons .anons {
      border: 1px solid #BFE3FF;
      background-color: #F4F9FE;
      padding: 0;
      margin: 10px 0;
      min-height: 95px; }
      .main_anons .anons .index_announcement_icon_news {
        height: 120px; }
      .main_anons .anons .anons_img {
        width: 118px;
        height: 90px;
        margin: 0px 10px 10px 0px;
        float: left; }
        .main_anons .anons .anons_img.rt {
          float: left; }
      .main_anons .anons .ml190, .main_anons .anons .mr190 {
        margin-left: 10px;
        margin-right: 10px; }
      .main_anons .anons h2, .main_anons .anons a:hover h2 {
        font-size: 20rem;
        font-weight: normal;
        color: #1d8de3;
        text-align: center;
        margin-left: 0px;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif; }
      .main_anons .anons .anons_content, .main_anons .anons a:hover .anons_content, .main_anons .anons .anons_content p, .main_anons .anons .anons_content p b, .main_anons .anons .anons_content p strong {
        color: #0C3B5F;
        font-size: 16rem;
        text-align: justify;
        line-height: 22rem;
        margin-top: 10px;
        font-weight: normal; }
      .main_anons .anons .anons-about-img {
        width: 107.1%;
        margin: -10px 0 0 -10px; }

  .b_wrapper {
    display: none; }

  h1.index {
    display: none; }

  #bottom_menu li a:hover {
    background-color: transparent;
    border: none;
    color: inherit; }

  #form-callback {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-callback label:not(.mobile), #form-callback .last-td, #form-callback .not_req {
      display: none; }
    #form-callback input[type=button] {
      display: block; }
    #form-callback .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-callback #form-callback-output {
      padding-left: 10px; }

  #form-ask-question {
    /*   input:not(.req) {
         display: none;
       }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-ask-question label:not(.mobile), #form-ask-question .last-td, #form-ask-question .not_req {
      display: none; }
    #form-ask-question input[type=button] {
      display: block; }
    #form-ask-question .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-ask-question #form-callback-output {
      padding-left: 10px; }

  #form-appointment {
    /*    input:not(.req) {
          display: none;
        }*/
    /* Firefox 19+ */
    /* Firefox 18- */ }
    #form-appointment label:not(.mobile), #form-appointment .last-td, #form-appointment .not_req {
      display: none; }
    #form-appointment input[type=button] {
      display: block; }
    #form-appointment .req::-webkit-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req::-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-moz-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment .req:-ms-input-placeholder {
      color: #3699e6;
      text-align: center; }
    #form-appointment #form-callback-output {
      padding-left: 10px; }
    #form-appointment .bootstrap-select {
      max-width: 274px;
      margin: 0 auto;
      text-align: left; }
      #form-appointment .bootstrap-select ul.dropdown-menu {
        max-width: 274px;
        left: 11px !important;
        max-height: 160px; }

  #colorbox {
    /*top:42px !important;*/ }

  .event_table {
    width: 298px;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding: 0; }
    .event_table.main_anons {
      display: block; }
    .event_table td {
      display: block;
      padding: 0; }
      .event_table td:nth-child(2), .event_table td:nth-child(3) {
        padding: 10px 6px;
        width: 280px; }
      .event_table td:nth-child(2) {
        text-align: center; }
        .event_table td:nth-child(2) a strong {
          color: #0074CC;
          font-size: 20rem;
          word-break: normal;
          line-height: 24rem;
          text-decoration: none;
          font-family: Ubuntu, Arial, Helvetica, sans-serif; }
        .event_table td:nth-child(2) .anons_content p strong, .event_table td:nth-child(2) .anons_content p {
          color: #0C3B5F;
          font-size: 16rem;
          text-align: left;
          line-height: 22rem;
          margin-top: 10px;
          font-weight: normal;
          padding: 0; }
      .event_table td .event_arx_date {
        color: #5692BF;
        text-align: center;
        font-size: 20rem;
        word-break: normal;
        line-height: 24rem;
        text-decoration: none;
        font-family: Ubuntu, Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 10px; }
      .event_table td .right_event {
        background: transparent;
        padding: 0;
        width: auto; }
        .event_table td .right_event .right_event_content {
          background: transparent;
          margin: 0;
          padding: 0;
          border: none;
          width: auto; }
          .event_table td .right_event .right_event_content img {
            width: 100%;
            margin: -2px 0 0 -2px; }

  .action_image > div {
    margin-bottom: -4px; }

  .action_text_content {
    margin-top: 0; }

  .action_image_text_container {
    width: auto !important;
    border: 1px solid #BFE3FF;
    background-color: #F4F9FE;
    margin: 20px auto 20px auto !important;
    box-shadow: none !important;
    padding: 0 !important; }
    .action_image_text_container .action_image img {
      width: 100% !important; }

  .action_text_content {
    padding: 10px !important; }
    .action_text_content h2 font {
      font-size: 30rem; }

  .action h2 {
    line-height: 26rem; }

  .action h2 a {
    font-size: 24rem; }

  .action h4 {
    text-align: justify; }

  .action p {
    font-size: 13rem; }

  table.solid3 td {
    white-space: normal !important;
    padding: 3px; }
    table.solid3 td:last-child {
      white-space: nowrap !important; }

  .doctors {
    margin: 0px;
    width: 300px; }
    .doctors h3 {
      margin-left: 0px; }
    .doctors h4 {
      margin-left: 6px; }

  .doctor_wrapper {
    width: 298px;
    margin: 0 auto;
    height: 372px;
    border: 1px solid #BFE3FF;
    border-bottom: none;
    background-size: contain; }

  .doctor_wrapper_main {
    margin: 0 auto !important;
    width: 298px;
    border-top: none !important;
    padding: 0 !important; }
    .doctor_wrapper_main #mycustomscroll {
      height: auto; }
    .doctor_wrapper_main.anons {
      min-height: auto !important;
      width: 298px;
      z-index: 90; }
    .doctor_wrapper_main .open_anons {
      margin-top: 0 !important;
      padding: 20px 0;
      z-index: 99; }
    .doctor_wrapper_main .doctor_content {
      margin: 0 !important;
      padding: 0 15px !important; }

  .doctor_wrapper_main ~ div {
    margin: 0px !important; }

  div.massmedia {
    width: auto;
    background-image: none;
    border: 1px solid #BFE3FF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #F4F9FE;
    padding: 20px;
    margin: 10px auto; }
    div.massmedia.link, div.massmedia.video, div.massmedia.doc {
      border: 0;
      background-color: transparent;
      padding: 0; }
    div.massmedia > div {
      padding: 0 !important; }
    div.massmedia .float-image {
      float: none;
      display: none; }
    div.massmedia .ul_right {
      margin: auto; }

  a.button, .in-content a.button, .content_window a.button, .button-send, .jump_to_form, .contact_form_button {
    background: none;
    background-color: #0074cc; }

  #hidden_form, .form_info {
    width: 300px;
    margin: 0; }
    #hidden_form .note, .form_info .note {
      width: 300px !important;
      padding: 0;
      text-align: center; }

  .contact-tbl td {
    display: block;
    width: 100%;
    padding: 0; }

  #ymaps-map-id_134305545868242885575 {
    width: 300px !important; }

  #SearchForm_txt {
    width: 150px; }

  .con-question-wrapper {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    width: 298px !important; }

  .con-answer-icon {
    margin-left: -7px; }

  .s-f-w, .search_wrapper {
    width: 280px; }

  #form-callback .contact-h1 {
    background-position: 45px 5px !important; }

  #form-appointment .contact-h1 {
    background-position: 35px 5px !important; }

  #form-ask-question .contact-h1 {
    background-position: 62px 5px !important; } }
.doctor_wrapper_main {
  position: relative; }

.doctor-page-appointment-wrap {
  text-align: center;
  padding: 18px 0 22px;
  background: transparent; }

.doctor-page-appointment {
  display: inline-block;
  width: 208px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #5a93f2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none; }

.doctor-page-appointment:hover {
  background: #4e88e8;
  color: #fff; }

.doctor-page-appointment:active {
  background: #447ddd; }

.doctor-page-appointment:focus {
  outline: none; }
