.h-contacts p {
    line-height: 22px;
    margin-bottom: 0;
}
.tel{
    padding-left: 90px;
    font-size: 18px;
}
.tel:before {
    font-family: 'FontAwesome';
    content: "\f095";
    position: absolute;
    left: 50px;
    font-size: 20px;
    color: #fff;
    background: #226eb7;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    z-index: 0;
    top: 5px;
}
.adr {
    padding-left: 70px;
}
.adr:before {
    font-family: 'FontAwesome';
    content: "\f041";
    position: absolute;
    left: 30px;
    font-size: 20px;
    color: #fff;
    background: #226eb7;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    z-index: 0;
    top: 5px;
}
.graf {
    padding-left: 70px;
}
.graf:before {
    font-family: 'FontAwesome';
    content: "\f073";
    position: absolute;
    left: 30px;
    font-size: 18px;
    color: #fff;
    background: #226eb7;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    z-index: 0;
    top: 5px;
}
.custom.h-contacts>div {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
section#sp-menu {
    background: #f5f5f5;
    /*top: 89px;*/
   /* position: fixed;*/
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.favslider {
    position: relative;
    height: 450px;
}
.jmm-image {
    height: 450px;
    background-position: center;
    background-size: cover;
    
}

.jmm-simple-img-slider-in .caption-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(34, 110, 183, 0.47843137254901963);
}
.jmm-simple-img-slider-in .caption-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(34, 110, 183, 0.47843137254901963);
    float:right;
}
.jmm-simple-img-slider-in .caption-inner-left {
    width: 550px;
    float: right;
    height: 100%;
    padding: 50px 20px 50px 0;
}
.jmm-simple-img-slider-in .caption-inner-right {
    width: 550px;
    float: left;
    height: 100%;
    padding: 50px 0 50px 20px;
}
.jmm-simple-img-slider-in h2{
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 2px 1px 0px #333333;
    line-height: 40px;
        text-transform: uppercase;
}
.jmm-simple-img-slider-in h4{
    font-size: 18px!important;
    color: #ffffff!important;
    line-height: 22px;
    text-shadow: 1px 1px 0px #333333;
    margin: 30px 0;
}
.jmm-simple-img-slider-in .caption-right h2, .jmm-simple-img-slider-in .caption-right h4 {text-align:right;}

.jmm-simple-img-slider-in .caption-right .btn.btn-default.btn-lg {float:right;}

.jmm-simple-img-slider-in .btn.btn-default.btn-lg {
    color: #226eb7;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    padding: 0 40px;
    font-size: 14px;
    -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #226eb7;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.jmm-simple-img-slider-in .btn.btn-default.btn-lg:before {
   border-radius: 3px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.jmm-simple-img-slider-in .btn.btn-default.btn-lg:hover, .jmm-simple-img-slider-in .btn.btn-default.btn-lg:focus, .jmm-simple-img-slider-in .caption .btn.btn-default.btn-lg:active{
  color: #ffffff;
}
.jmm-simple-img-slider-in .btn.btn-default.btn-lg:hover:before, .jmm-simple-img-slider-in .btn.btn-default.btn-lg:focus:before, .jmm-simple-img-slider-in .caption .btn.btn-default.btn-lg:active:before{
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.jmm-simple-img-slider .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #226eb7;
    border-radius: 0;
    opacity: 1!important;
}
.jmm-simple-img-slider .carousel-indicators li.active {
    background: #226eb7!important;
    border: 1px solid #ffffff;
    opacity: 1;
}
.jmm-simple-img-slider .jmm-title {
    display: none;
}


/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }

#sp-slider .sp-module ul >li {
    display: list-item;
    border-bottom: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}
#sp-slider .sp-module ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    list-style-type: disc;
    padding-left: 15px;
}




.nav-tabs.home-about>li {
    float: left;
    margin-bottom: 0;
    width: 25%;
    height: 80px;
    background:#2d55ac;
}
.nav-tabs.home-about>li.active>a, .nav-tabs.home-about>li.active>a:focus, .nav-tabs.home-about>li.active>a:hover {
    
    cursor: default;
    background-color: inherit;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs.home-about>li>a:hover {
    border: none;
}
.nav.home-about>li>a:focus, .nav.home-about>li>a:hover {
    text-decoration: none;
    background-color: inherit;
}
.nav.home-about>li>a {
    position: relative;
    padding: 0;
    height: 100%;
    width: 100%;
    border: none;
    color: #fff!important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 0 0 75px;
}
.nav.home-about>li.active:before {
   height: 50px;
    border-style: solid;
    top: -50px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 20px);
    border-width: 0 20px 10px 20px;
    border-color: transparent transparent #446bc1 transparent;
}
.nav.home-about>li>a>img {
    width: 74px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
.nav-tabs.home-about>li.active {
    background: #446bc1;
}
.nav.home-about .fa {
    position: absolute;
    display: block;
    font-size: 24px;
    color: #2d55ac;
    height: 35px;
    width: 35px;
    background: #ffffff;
    border-radius: 100%;
    left: 30px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    padding-top: 5px;
    top: 22px;
}
.nav.home-about>li.active .fa {color: #446bc1;}

.nav.home-about .fa.fa-desktop {
    font-size: 21px;
    padding-top: 8px;
}
.nav.home-about .fa.fa-heartbeat {
    padding-top: 7px;
}
.doc-home-txt, .doc-home-img {
    padding: 0;
}
a.btn.btn-default.btn-lg.btn-white {
    background: #ffffff;
    font-size: 14px;
    text-transform: none;
    color: #2d55ac;
    border: 1px solid #2d55ac;
    border-radius: 3px;
    height: 45px;
    line-height: 43px;
    font-weight: 500;
}
a.btn.btn-default.btn-lg.btn-white:hover {
    background: #f5f5f5;
    box-shadow:none;
}
.btn.btn-default.btn-lg.btn-blue, .ui.blue.button {
    background: #2d55ac!important;
    font-size: 14px!important;
    text-transform: none!important;
    color: #ffffff!important;
    border: 1px solid #2d55ac!important;
    border-radius: 3px!important;
    height: 45px;
    font-weight: 500!important;
}

.btn.btn-default.btn-lg.btn-blue:hover, .ui.blue.button:hover {
    background: #446bc1!important;
    box-shadow:none!important;
}
.ui.blue.button {
    background: #2d55ac!important;
    font-size: 14px!important;
    text-transform: none!important;
    color: #ffffff!important;
    border: 1px solid #2d55ac!important;
    border-radius: 3px!important;
    height: 45px;
    font-weight: 500!important;
}



.home-about a.btn{
    margin-top: 15px;
}
.clr {
    clear: both;
}
.itemid-101 .page-header {
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 4px double #d0d0d0;
}
.itemid-101 .page-header h1{
    margin: 0;
    margin-bottom: 10px;
    font-size: 32px;
    color: #226eb7;
    font-weight: 100;
}
li.item-108.divider.deeper.parent>a.separator, li.item-108.divider.deeper.parent>a.separator:before {
    display: none;
}
.sp-module.home-naprav ul >li >a:hover {
    color: #226eb7;
    background: #f5f5f5;
}

.sp-module.home-naprav ul >li >ul >li:before{
    font-family: 'FontAwesome';
    content: "\f067";
    position: relative;
    font-size: 15px;
    color: #fff;
    background: #226eb7;
    height: 24px;
    width: 24px;
    text-align: center;
    z-index: 1;
    top: 8px;
    display: inline-block;
    float: left;
    margin-left: 8px;
    margin-right: 12px;
}
section#sp-zapis-na-priem {
    background-color: #f5f5f5;
    background-image: url(/images/znpg-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
}

.g-recaptcha{
    transform: scale(0.89)!important;
    -webkit-transform: scale(0.89)!important;
    transform-origin: 0 0!important;
    -webkit-transform-origin: 0 0!important;
    width: 50%;
}
#area_fields19{
    padding-left: 8px;
}
#display-section1 input {height:50px;}
#display-section1 .ui.dropdown.selection, #display-section1 .ui.dropdown.selection .dropdown.icon{
    height: 50px;
    padding-top: 16px;
}
.ui.form .field .prompt.label {
    white-space: normal!important;
    background: #e84140!important;
    border: 1px solid #e0b4b4!important;
    color: #ffffff!important;
    padding: 10px 20px!important;
    position: absolute!important;
    z-index:9;
    display: none!important;
}
.sp-module.zapishome-mod {
    min-height: 492px;
}



section#sp-about-counter .sp-module.homecounter h3{
    border-bottom: none;
    text-align: center;
    color: #fff;
    font-size: 28px;
        margin-top: 0;
            margin-bottom: 50px;
}

.homecounter .jm-count {
    font-size: 64px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}
.homecounter .jmm-subtitle {
    margin-top: 10px;
    color: #fff;
    line-height: 1.2;
}
.jmm-round {
    border: 2px solid #ffffff;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    margin: auto;
    padding-top: 37px;
        background-color: rgba(255, 255, 255, 0.21176470588235294);
}
.custom.about-bot {
    font-size: 12px;
}
.custom.menu-bot {
    font-size: 14px;
    line-height: 29px;
}
.custom.menu-bot >div{
    padding: 0;
}

.custom.menu-bot ul li:before {
    content: "\f009";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.custom.menu-bot ul li:hover:before{
    color: #efefef;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.custom.menu-bot ul >li >a {
   display: inline;
   color: #a9a9a9;
   line-height: 0;
}
.custom.contact-bot {
    font-size: 14px;
}
.custom.contact-bot i.fa {
    margin-right: 8px;
    width: 20px;
    text-align: center;
}
.contact-bot i.fa.fa-mobile {
    font-size: 28px;
    position: relative;
    top: 4px;
}
.contact-bot i.fa.fa-phone {
    font-size: 20px;
    top: 4px;
    position: relative;
}
.contact-bot i.fa.fa-map-signs {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.contact-bot i.fa.fa-envelope-o {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.contact-bot a, .contact-bot a:hover  {
    width: 40px!important;
    height: 40px;
    display: inline-block;
    margin-right: 20px;
    color:inherit;
}
.contact-bot i.fa.fa-facebook, .contact-bot i.fa.fa-instagram, .contact-bot i.fa.fa-vk {
    width: 40px!important;
    height: 40px;
    border: 1px solid #a9a9a9;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-top: 12px;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.contact-bot i.fa.fa-facebook:hover, .contact-bot i.fa.fa-instagram:hover, .contact-bot i.fa.fa-vk:hover  {
    border: 1px solid #efefef;
    background: #efefef;
    color:#0a1121;
}

.about-docs h1{
    font-size: 22px;
    font-weight: bold;
    color: #226eb7;
}
.about-docs h4{
    font-weight: bold;
    color: #226eb7;
    font-size:16px;
}
.zapis-vrach .doczap {
    width: 100%;
}
.field.soglasie.wide.doczap {
    margin: 15px 0;
}
.zapis-vrach {
    background: #efefef;
    padding: 20px 20px 5px;
}
.zapis-vrach input {
    height: 45px!important;
    border-radius: 2px!important;
}
.zapis-vrach .ui.dropdown.selection {
    height: 45px!important;
    line-height: 21px!important;
    border-radius: 2px!important;
}
.zapis-vrach i.dropdown.icon {
    padding-top: 15px!important;
}
.zapis-vrach textarea#message {
    min-height: 80px;
    border-radius: 2px;
}
.zapis-vrach .ui.dropdown.selection {
    width: 100%!important;
}
.zapis-vrach .timezap {
    padding-right: 0!important;
    padding-left: 10px!important;
}
/*.field.timezap  {
    margin: 0!important;
    padding: 0 0 0 10px!important;
}*/
.doczap {
    float: left;
}
fieldset#area_fieldset_30 {
    margin-bottom: 0;
}
.about-docs .entry-image.full-image {
    border: 1px solid #226eb7;
}
.graf-single {
    border: 2px solid #dededf;
    display: table;
    width: 100%;
}
.graf-column {
    width: -moz-calc(50% - 30px);
    width: calc(100% / 7);
    float: left;
    text-align: center;
    font-size: 14px;
}
.graf-date {
    border: 1px solid #fdfdff;
    background: #efefef;
    padding: 20px 5px;
    font-size: 12px;
}
.graf-time {
    border: 1px solid #efefef;
    padding: 20px 5px;
}
.doc-mobile {display:none;}
.doczap {clear:none!important;}
.semanticui-body fieldset {
    border: none!important;
    padding: 0!important;
}
.doczap legend {
    margin: 0!important;
}

.doczap .ui.form .field .prompt.label {display:none!important;}

.doczap .g-recaptcha {
    transform: scale(1.08)!important;
    -webkit-transform: scale(1.08)!important;
    transform-origin: 0 0!important;
    -webkit-transform-origin: 0 0!important;
    width: 100%!important;
    padding: 0 15px;
    margin-bottom: 20px;
    
}
.doczap button {height:67px!important;margin-top: 8px!important;}

body .rc-anchor-light.rc-anchor-normal {
    border: none!important;
}

body .rc-anchor {
    border-radius: 3px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}

.doczap.txtareavrach textarea {
    min-height: 144px;
}
.doczap input {
    height: 50px!important;
}
.doczap i.dropdown.icon {
    height: 50px!important;
    padding: 0 20px!important;
}
.doczap .dropdown.icon:before {
    top: 18px;
    position: relative;
}
.doczap .dropdown.selection {
    height: 50px;
    line-height: 25px!important;
}

.about-docs .semanticui-body {
    display: table;
    background: #efefef;
    padding: 15px 0 5px 0;
}

.blogdocs .entry-image {
   margin-bottom:0px; 
}
.blogdocs .entry-header h2 a {
    font-size: 16px;
    color: #226eb7;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
}
.blogdocs  .desc {
    background: #f5f5f5;
    padding: 5px 20px;
    min-height: 80px;
    line-height: 22px;
}
.blogdocs .desc p strong {
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
}
.blogdocs .entry-header h2 {
    padding: 10px 20px 5px 20px;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    background: #f5f5f5;
}
.sp-page-title {
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
    background-size: cover!important;
    /* background-attachment: fixed!important; */
    /*background-position-y: -700px!important;*/
    padding: 110px 0!important;
}
#sp-title {
  min-height: 0;
}

.sp-page-title h2 {
    font-size: 34px;
    line-height: 1;
    text-align: center;
}
.sp-page-title h2, .sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
    position: absolute;
    bottom: 5px;
}
.sp-page-title .breadcrumb >.active {
  color: #ffffff !important;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #ffffff !important;
  font-size: 14px;
}

.itemid-101 .item.item-page {
    padding: 0 10px!important;
}

#sp-docs-slider .mod_ext_owl_carousel_articles_news {
    margin: 0 auto;
    padding: 0 0px;
}

#sp-docs-slider .owl-theme .owl-controls .owl-buttons div {
   
    background: none;
}

#sp-docs-slider .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f053";
    position: relative;
    font-size: 15px;
    color: #0a0a0a;
    z-index: 1;
}

#sp-docs-slider .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: relative;
    font-size: 15px;
    color: #0a0a0a;
    z-index: 1;
}
#sp-docs-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -35px;
}
#sp-docs-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -35px;
}
#sp-docs-slider h4.newsflash-title.docslider {
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    /* text-align: left; */
    font-size: 16px;
    font-weight: 600;
    min-height: 54px;
}
#sp-docs-slider .mod_ext_owl_carousel_articles_news .ext-item-wrap {
    margin: 10px;
    text-align: center;
    min-height: 432px;
    box-shadow: #c3c3c3 0px 0px 4px 0px;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
}

#sp-docs-slider .container-slider {
    margin: 0;
    position: relative;
}
#sp-docs-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
    border: none;
    padding: 0;
}

#sp-docs-slider .container-slider .slider .vpo-wrap .vp .item {
   /* min-height: 432px;
    box-shadow: #c3c3c3 0px 0px 4px 0px;
    background: #f5f5f5;*/
}
#sp-docs-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
        margin: 0;
    /* padding: 10px 15px; */
    /* text-align: left; */
    font-size: 16px;
    font-weight: 400;
    min-height: 54px;
    line-height: 20px;
    text-align: center;
}
#sp-docs-slider .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
    padding: 0 15px 15px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

#sp-docs-slider .item-des strong {
    font-weight: 500;
}
#sp-docs-slider .container-slider .page-button.middle .control-button .next {
    top: 135px;
    z-index: 9999;
    right: -45px;
}

#sp-docs-slider .container-slider .page-button.middle .control-button .preview {
    top: 135px;
    z-index: 9999;
    left: -45px;
}


.itemid-109 .sp-page-title {
    background-position-y: -600px!important;
}
.content_block.col-md-12 {
    display: table;
    width: 100%;
    border: 1px solid #e0e0e0;
    margin-bottom: -1px;
}
.itemid-109 .about {
    padding: 15px 20px;
    border-right:1px solid #e0e0e0;
   
}
.itemid-109 .price {
    padding: 15px 20px;
}
.itemid-106 .sp-page-title {
    background-position-y: -500px!important;
}
.itemid-110 .sp-page-title, .itemid-137 .sp-page-title,
.itemid-138 .sp-page-title{
    background-position-y: -550px!important;
}

.itemid-110 .blog.akcii article.item .row, .itemid-137 .blog.akcii article.item .row, .itemid-138 .blog.akcii article.item .row{
    position:relative;
}
.itemid-110 .blog.akcii article.item .row .entry-image.intro-image,
.itemid-137 .blog.akcii article.item .row .entry-image.intro-image,
.itemid-138 .blog.akcii article.item .row .entry-image.intro-image{
    margin-bottom: 0;
    height: 195px;
    overflow: hidden;
}

.itemid-110 .blog.akcii article.item .row .entry-header,
.itemid-137 .blog.akcii article.item .row .entry-header,
.itemid-138 .blog.akcii article.item .row .entry-header{
    background: rgba(0, 0, 0, 0.4);
}

.itemid-110 .blog.akcii article.item .row .entry-info-wrapper,
.itemid-137 .blog.akcii article.item .row .entry-info-wrapper,
.itemid-138 .blog.akcii article.item .row .entry-info-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.itemid-110 .blog.akcii article.item .row .entry-header h2,
.itemid-137 .blog.akcii article.item .row .entry-header h2,
.itemid-138 .blog.akcii article.item .row .entry-header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1;
    padding: 8px 15px;
}

.itemid-110 .blog.akcii article.item .row .entry-header h2 a,
 .itemid-137 .blog.akcii article.item .row .entry-header h2 a,
  .itemid-138 .blog.akcii article.item .row .entry-header h2 a{
    color: #fff;
}

.itemid-110 h1, .itemid-137 h1, .itemid-138 h1 {
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 4px double #d0d0d0;
    font-size: 32px;
    color: #226eb7;
    font-weight: 100;
    padding-bottom: 10px;
}

.mod-form-akcia {
    background: #f5f5f5;
    padding-bottom: 20px;
}

.mod-form-akcia input, .mod-form-akcia button {
    height: 50px!important;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 40%!important;
    padding-left: 0;
    margin-left: -20%!important;
    text-align: center;
    list-style: none;
}


#sp-analizy .sp-module .sp-module-title {
    color: #fff;
    text-align: center;
    border-bottom: none;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0px 0px 11px #1c477c;
}
#sp-analizy .number {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 97px;
    background: rgba(255, 255, 255, 0.2784313725490196);
    text-shadow: 0px 0px 11px #1c477c;
    margin-bottom: 10px;
}
#sp-analizy .detail {
     text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 0px 11px #1c477c;
    margin-bottom: 30px;
    line-height: 18px;
}
#sp-akcii-programi {
    padding: 40px 0;
}
div#sp-akcbot, div#sp-progbot {
    padding: 0;
}
div#sp-akcbot .container-slider, div#sp-progbot .container-slider {
    margin: 0;
    position: relative;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
    border: none;
    padding: 0;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info.item-spotlight .item-inner {
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
}
#sp-akcii-programi .container-slider .page-title {
    margin: 0;
}

#sp-akcii-programi .sp-module .sp-module-title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-top: 0;
    text-align: center;
    padding: 20px 0;
}
#sp-akcbot .sp-module-title {
    background: #5374bb;
}
#sp-progbot .sp-module-title {
    background: #7993ca;
}

#sp-akcii-programi .container-slider .page-button .control-button .next,
#sp-akcii-programi .container-slider .page-button .control-button .preview{
    background-color: #fff;
}

#sp-akcii-programi .container-slider .page-button.style3 .control-button .next {
    background-position: -73px 10px;
    width: 41px;
    height: 41px;
    z-index: 9999;
    border-radius: 100%;
}
#sp-akcii-programi .container-slider .page-button.style3 .control-button .preview {
    width: 41px;
    height: 41px;
    z-index: 9999;
    border-radius: 100%;
    background-position: -45px 10px;
}
#sp-akcii-programi .container-slider .page-button.middle .control-button .preview,
#sp-akcii-programi .container-slider .page-button.middle .control-button .preview, #sp-akcii-programi .container-slider .page-button.middle .control-button .next {
    position: absolute;
    top: inherit;
    bottom: 5%;
}
#sp-akcii-programi .container-slider .page-button.style3 .control-button .preview {
    right: 60px;
    left: inherit;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.73) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,0,0,0.73) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
    width: 80%;
    line-height: 1.3;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-inner .item-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content {
    margin: 0px;
    position: absolute;
    bottom: 30px;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-read {
    
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-read a {
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 3px;
}
#sp-akcii-programi .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-read a:hover {
    background: #ffffff4f;
}

.sp-megamenu-parent >li.sp-has-child>a {
    padding-right: 0!important;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
    display:none;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
    z-index: 99999;
}

/*=====================================================================*/

tr.table-price-category-wrap {display: none;}
.hidden_td {display: none;}
.table.table-price > tr> td:nth-child(5) {display:none;}
span.hide-title {display: none;}
table.table.table-price > tbody > tr > td:nth-child(5) {display:none;}
table.table.table-price .cell-prev {min-width: 150px;}
table.table.table-price td{
    padding-top: 12px;
    padding-bottom: 12px;
}
table.table.table-price > thead > tr > th:nth-child(5) {display:none;}


#accordion .card {
    margin: 2px;
}

a.card-link.collapsed{
    background: #f5f5f5;
    padding: 15px 20px;
    display: block;
    font-size: 18px;
    color:#226eb7;
}
a.card-link:hover, a.card-link {
    color: #ffffff;
    background: #226eb7;
    padding: 15px 20px;
    display: block;
    font-size: 18px;
}
table.table-price th {
    font-size: 14px;
    background: #f5f5f5;
}
 
/*=====================================================================*/

table.clinisled {
    border: 2px solid #fff;
}
table.clinisled th {}
table.clinisled tr {}
table.clinisled td, table.clinisled th {
    padding: 6px 20px;
    border: 1px solid #d8d8d8;
}
table.pricesol {
    border: 2px solid #fff;
}
table.pricesol th {
    text-align: center;
    background: #226eb7;
    color: #fff;
}
table.pricesol tr {}
table.pricesol td, table.pricesol th {
    padding: 6px 20px;
    border: 1px solid #d8d8d8;
}
.pravilasol {
    background: #f5f5f5;
    padding: 20px 30px;
}
.pravilasol ul{
    padding-left: 15px;
}
.soglasie .ui.checkbox:after{display:none!important;}
.soglasie .ui.checkbox {
    margin: 0;
}
.txt-naprav h1 {
    margin-top: 0;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 4px double #d0d0d0;
}
.itemid-117 .img-naprav,.itemid-126 .img-naprav, .itemid-118 .img-naprav, .itemid-119 .img-naprav, .itemid-125 .img-naprav, .itemid-121 .img-naprav, .itemid-123 .img-naprav {
    margin-bottom: 20px;
}
.img-naprav {
    margin-bottom: 50px;
}
.img-naprav p.img_caption {
    display: none;
}
.docs-naprav .page-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    color: #226eb7;
    font-weight: 400;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 4px double #d0d0d0;
    width: 100%;
    margin-left: 0;
}
.docs-naprav .container-slider {
    margin: 0;
}
.docs-naprav .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-img {
    border: none;
    padding: 0;
}
.docs-naprav .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-title {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 700;
    line-height: 1;
}
.docs-naprav .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des {
    font-size: 12px;
    line-height: 1.3;
}

.docs-naprav .container-slider .slider .vpo-wrap .vp .item .item-wrap .item-info .item-content .item-des strong {
    font-weight: 600;
}
.docs-naprav .container-slider .page-button.middle {
    right: 3px;
    left: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
}
.docs-naprav .container-slider .page-button.middle .control-button .next,
.docs-naprav .container-slider .page-button.middle .control-button .preview{
    top: 42%;
    z-index: 999;
    right: 0;
}

.sp-module.home-naprav >ul >li:before {
    font-family: 'FontAwesome';
    content: "\f067";
    position: relative;
    font-size: 15px;
    color: #fff;
    background: #226eb7;
    height: 24px;
    width: 24px;
    text-align: center;
    z-index: 1;
    top: 8px;
    display: inline-block;
    float: left;
    margin-left: 8px;
    margin-right: 12px;
}
.sp-module.home-naprav ul >li >a {
    color: #677078;
    line-height: 1.5;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.itemid-109 .card-body table {
    width: 100%;
    border: 2px solid #fff;
    margin-bottom: 30px;
}

.itemid-109 .card-body table th {
    padding: 10px 15px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    background: #e0e0e0;
}

.itemid-109 .card-body table tr {}

.itemid-109 .card-body table tr td {
    padding: 10px 15px;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    min-width: 150px;
}
.itemid-109 .card-body table tr > td:nth-child(2) {width: 150px;}

.sticky-block {
  -webkit-position: sticky;
  -moz-position: sticky;
  -ms-position: sticky;
  -o-position: sticky;
  position: sticky;
  top: 35px;
}
.item.item-page h2{
    font-size: 24px;
    font-weight: 600;
}
.item.item-page h3 {
    font-size: 18px;
    font-weight: 600;
}
.sp-module.home-naprav h3 {
    font-size: 18px;
    font-weight: 400;
}
#sp-header.fixed-header{
    /*height: 50px;*/
    /*position:fixed;*/
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-header.fixed-header .logo{
    height: 50px;
    padding: 0;
    margin: 0!important;
    width: auto!important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-header.fixed-header .logo img{
    height: 48px;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#sp-header.fixed-header .custom.h-contacts>div {
    margin-top: 1px!important;
    margin-bottom: 0px!important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-header.fixed-header .h-contacts p:nth-child(2), #sp-header.fixed-header .h-contacts p:nth-child(1){
    display: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-header.fixed-header .graf {
    display: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#sp-header.fixed-header .h-contacts p {
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-header.fixed-header .adr {
    width: auto!important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-header.fixed-header .adr p{display: inline-block!important;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

#sp-header.fixed-header .tel:before, #sp-header.fixed-header .adr:before {
    color: #226eb7;
    background: #ffffff;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-menu.fixed-menu {
    position: fixed;
    top: 50px;
    height: 40px;
     -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-menu.fixed-menu .sp-megamenu-parent {
    height: 40px;
    line-height: 40px;
     -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-menu.fixed-menu .sp-megamenu-parent >li {
    height: 25px;
    line-height: 25px;
     -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
#sp-menu.fixed-menu .sp-megamenu-parent >li >a {
    display: block;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
     -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.slider-top-pad {
   /* padding-top: 140px;*/
    z-index: 0;
}
.itemid-101 #sp-page-title.slider-top-pad {
   /* padding-top: 0px;*/
}
section#sp-adresmetro {
    padding: 20px 0;
    background: #f5f5f5;
}
.metro-first-header h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.metro-first-header h3:after {
    content: ' ';
    display: block;
    width: 150px;
    height: 2px;
    background: #226eb7;
    margin: 10px auto;
}

.metro-second-header p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    /*font-weight: 600;*/
}

div.metro {
    width: 20%;
    float: left;
    display: block;
    text-align: center;
}
p.metro-name {
    margin-bottom: 0;
    font-weight: 600;
}
p.metro-time {
    font-size: 12px;
    font-family: 'Roboto';
}

.alert {
   background-color: rgba(0, 0, 0, 0.7215686274509804)!important;
    color: #333!important;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: fixed;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.alert h4 {
    color: #fff!important;
    background: #024a96;
    margin: auto;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    width:500px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.alert-text {
    background: #fff;
    margin: auto;
    padding: 20px;
    width:500px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.alert-text p{
    text-align: justify;
}
.alert-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    
}
.alert-container .close {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    float: right;
    line-height: 40px;
}
.alert-container .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.itemid-217 .semanticui-body {
    display: table;
    background: #efefef;
    padding: 15px 0 5px 0;
}
.itemid-217 .graf-date {
    border: 1px solid #dededf;
    background: #ffffff;
    padding: 20px 5px;
    font-size: 12px;
}
.itemid-217 .graf-time {
    border: 1px solid #dededf;
    padding: 20px 5px;
    background: #fff;
}
.itemid-217 .foniatr-about {
    padding-top: 30px;
}
.itemid-217 .foniatr-about {
    padding-top: 30px;
    display: table;
    background: #efefef;
}
.active-block {
    background: #eaeaea;
    border: 1px solid #c5c5c5;
    padding: 10px;
    border-radius: 4px;
}

.sticky-block.left-column-article .home-naprav {
    font-size: 13px;
}
section#sp-gipokrat {
    background: #226eb7;
    text-align: center;
    color: #fff;
    padding: 20px 0 10px 0;
}
p.gipokrat-citata {
    font-size: 24px;
}
p.gipokrat-citata a{
    color: #a4d2ff;
}

/*===========================================================================================================================*/
.customheader {
    height: 108px;
}
.header-logo-txt {
    width: 50%;
    float: left;
    display: inline-block;
}
.header-logo {
    padding: 5px 0;
    display: inline-block;
    float: left;
    width: 110px;
    margin-right: 15px;
}
.header-txt {
    display: inline-block;
    float: left;
    margin-top: 20px;
}
.header-logo-txt-inner-1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2d55ac;
    line-height: 1;
}
.header-logo-txt-inner-2 {
    font-size: 14px;
    border-top: 1px solid #dededf;
}
.header-logo-cont {
    display: inline-block;
    width: 50%;
    float: right;
    height: 108px;
    line-height: 100px;
}
.header-logo-cont-inner-1 {
    text-align: right;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 5px;
}
.header-logo-cont-inner-3 {
    text-align: right;
    line-height: 2;
}
span.header-logo-cont-inner-1-tel1 {
    margin-right: 20px;
}
.header-logo-cont-inner-2 {
    text-align: right;
}
.header-logo-cont-inner-1 i {
    color: #2d55ac;
    font-size: 24px;
    margin-right: 10px;
}
.header-logo-cont-inner-2 i {
    color: #2d55ac;
    margin-right: 10px;
}
.header-logo-cont-inner-3 i {
    color: #2d55ac;
    margin-right: 10px;
}
span.header-logo-cont-inner-1-mail {
    margin-right: 20px;
}
section#sp-slider {
    height: 530px;
    background-image: url(/images/bg-slider1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
#sp-slider .row {
    height: 530px;
    background-image: url(/images/bg-slider2.png);
    background-position: center;
}
.sp-module.mod-callbacktop {
    width: 1170px;
    margin: auto;
    height: 530px;
    padding-top: 50px;
}
div#sp-slide {
    padding: 0;
}
.custom.mod-callbacktop {
    width: 400px;
    float: right;
    margin-right: 50px;
    background: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    border: 10px solid #2a3b7e;
    text-align: center;
}
p.tfs1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 63px;
    font-weight: 600;
    line-height: 1!important;
    margin: 0px!important;
    color: #2a3b7e;
}
p.tfs2 {
    margin: 5px 0!important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 88px;
    font-weight: 600;
    line-height: 1!important;
    color: #2d55ac;
    display:none;
}
p.tfs3 {
    font-weight: 600;
    margin: 0 0 20px 0px!important;
    text-align: center;
}

h2 {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 38px;
    letter-spacing: 2px;
    margin: 20px 0;
}
.principi-vse > div {
    text-align: center;
    color: #fff;
}
.princip-img img {
    text-align: center!important;
    margin: auto!important;
}
.princip-img {
    width: 160px;
    height: 160px;
    margin: auto;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #266ca8;
    box-shadow: 0px 0px 0px 1px;
}
h2:after {
    /* border-bottom: 2px solid #fff; */
    content: ' ';
    display: block;
    width: 200px;
    height: 2px;
    background: #fff;
    margin: 10px auto;
}
.principi-vse > div {
    margin-top: 30px;
}
.princip-header {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 1px;
}
h2.principi-header {
    margin-top: 40px;
}
.princip-txt {
    line-height: 24px;
}
h2.main-header {
    color: #333;
    font-size: 34px!important;
    margin-bottom: 40px;
        font-weight: 600;
}
h2.main-header:after {
    content: ' ';
    display: block;
    width: 200px;
    height: 2px;
    background: #2d55ac;
    margin: 10px auto;
}
.yslygi.yslygi-fiz {
    width: 20%;
    float: left;
   padding: 30px 10px;
    height: 150px;
    text-align: center;
    color: #333;
}
.yslygi.yslygi-fiz:hover {
    background: #f7f7f7;
}
.yslygi-elem-img {
    height: 60px;
}
.yslygi-elem-img img {
    margin: auto;
}
.yslygi-elem-nazv {
    line-height: 1.2;
    font-size: 14px;
}
.yslygi-elem-nazv a {
    color: #333;
    line-height: 0.8!important;
}
.su-modal {
    width: 1000px;
}
.su-modal-content-wrapper {
    width: 100%;
}
.su-modal .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    font-size: 38px;
}
.su-modal i.fa.fa-remove {
    width: 38px;
    height: 38px;
}
.su-modal-title-wrapper a.su-modal-close {
    width: 38px!important;
    height: 38px!important;
}
h3 {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    font-size: 24px!important;
    font-weight: 600;
    letter-spacing: 1px;
}
.su-modal-content-wrapper > div ul li,
.su-modal-content-wrapper > div p{
    padding: 0!important;
    color: #000!important;
    font-size: 14px;
    z-index:99;
    line-height:1.8;
    margin: 5px 0!important;
}
/*.custom.callback-popup {
    padding-top: 10px!important;
    margin-right: -40px;
    margin-left: -40px;
    padding: 0 40px;
    background: #2d55ac;
    margin-bottom: -30px;
    padding-bottom: 10px;
    margin-top: 30px;
    height: 130px;
    z-index: 99;
}*/
.su-modal {
    text-rendering: optimizeSpeed;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-transform:  subpixel-antialiased;
    -ms-transform:  subpixel-antialiased;
     transform:  subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index:10000;
    }
.callback-popup p.ozvmo1 {
    text-align: center;
    color: #fff!important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 0!important;
    margin-top: 0!important;
}
.callback-popup .field {
    float: left;
    clear: none!important;
    margin: 0 10px!important;
    width: calc(50% - 20px)!important;
}

.callback-popup .btn.btn-default.btn-lg.btn-blue, .ui.blue.button {
    background: #8098ce!important;
    font-size: 14px!important;
    color: #ffffff!important;
    border-radius: 5px!important;
    height: 38px;
    font-weight: 500!important;
    border: 1px solid #fff!important;
}

.sp-module.vopros-bottom #area_fields_1,
.sp-module.vopros-bottom #area_fields_10{
    float: left;
    width: 50%;
    display: block;
        padding: 25px;
}
.sp-module.vopros-bottom #area_fields_1 .field,
.sp-module.vopros-bottom #area_fields_10 .field{
    margin-bottom: 25px;
}
.sp-module.vopros-bottom {
    display: table;
    width: 100%;
}
.sp-module.vopros-bottom div {
    display: table;
    width: 100%;
}
.sp-module.vopros-bottom input,
.sp-module.vopros-bottom button{
    height:50px!important;
}

.sp-module.vopros-bottom button#button7 {
    text-transform: uppercase!important;
    background: #4385d2!important;
    border: 1px solid #fff!important;
}
.sp-module.vopros-bottom button#button7:hover {
    background:#2a3b7e!important;
}

.sp-module.vopros-bottom textarea {
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 155px;
    min-height: 200px;
}
section#sp-zapis-na-priem {
    /* height: 480px; */
    background-image: url(/images/bg-fixed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0 0 0;
}

.sp-module.vopros-bottom h2 {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 38px;
    letter-spacing: 2px;
    margin: 20px 0;
    font-weight: 500;
}
.txtareahome.hide-in-desktop {
   display: none!important;
}


section#sp-about-counter {
    /*height: 550px;*/
    background-image: url(/images/counter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0 0px 0;
        background-position: center;
}

.carier-year-txt  {
     
}
.carier-year {
    z-index: 9;
    position: relative;
}
.carier-txt-inner {
    margin-bottom: 30px;
    display: table;
}
.carier-txt-inner > div {
    display: table-cell;
    vertical-align: middle;
}
.carier-year span {
    background: #2e56ac;
    width: 60px;
    height: 60px;
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 24px;
    line-height: 62px;
    text-align: center;
    border-radius: 100%;
    display: block;
    /* float: left; */
    /* margin-right: 20px; */
}
.carier-year-txt {
    padding-left: 20px;
}
/*div.carier-year-txt:before {
    content:' ';
-moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100%;
    width: 3px;
    display: block;
    background: #2f57ac;
    position: absolute;
    top: 0;
    z-index: 9;
    left: -32px;
    
    animation-duration: 0.8s;
    animation-delay: 2.9s;
    animation-name: fadeIn;
}*/

.carier-foto {
    width: 40%;
    /* float: left; */
    display: table-cell;
    /* height: 100%; */
    background: url(/images/carier-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.carier-txt {
    display: table-cell;
}
section#sp-title-sudebnaya-praktika {
    height: 250px;
    background-image: url(/images/bg-slider1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
section#sp-docs-slider {
    padding: 40px 0 20px 0;
    background: #f3f3f3;
}
.itemid-241 .sp-page-title  #sp-page-title {
    /* height: 480px; */
    background-image: url(/images/bg-fixed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 34px;
    letter-spacing: 1px;
}

#sp-docslide h3.sp-module-title {
    color: #333;
    font-size: 34px!important;
    margin-bottom: 40px;
    font-weight: 600;
}
#sp-docslide h3.sp-module-title:after {
    content: ' ';
    display: block;
    width: 200px;
    height: 2px;
    background: #2d55ac;
    margin: 10px auto;
}
section#sp-analizy {
    padding: 40px 0;
}
p.underhead-geogr {
    text-align: center;
    font-weight: 800;
}
.mod-geografy ul {
    text-align: center!important;
    /*display: table!important;*/
}
.mod-geografy ul li {
    border: none!important;
    display: inline-block!important;
    /* float: left!important; */
}
.mod-geografy ul li:before {
    content: '/';
    font-weight: 800;
    font-size: 18px;
    /* line-height: 1px; */
    color: #2e56ac;
    margin: 0 15px;
}
.mod-geografy ul li:nth-child(1):before {
    display:none;
}
section#sp-map {
    height: 500px;
}
.itemid-241 section#sp-page-title {
    /* height: 480px; */
    background-image: url(/images/bg-fixed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 20px 0 20px 0;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    font-size: 38px;
}
.delazag{
    color: #333;
    font-size: 34px!important;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: 'Bebas Neue', sans-serif;
}
section#sp-page-title {
    /* height: 480px; */
    background-image: url(/images/bg-fixed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 10px 0 40px 0;
}
body.view-category .dela-spisok h2{
    margin: 8px 0 0;
    font-size: 18px;
    font-family: 'Open Sans';
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    padding-right: 10px;
}
.dela-spisok h2:after{
    display:none;
}
.breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
}
.row {
    margin-right: 0!important;
    margin-left: 0!important;
}
div#sp-mapbottom {
    padding: 0;
}
.modal-header {
    background: #e5e5e5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
h4#myModalLabel {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    font-size: 24px!important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}
div#svidetelstvo .modal-dialog {
    max-width: 424px;
}
.modal-dialog .close {
    font-size: 48px;
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 0px;
}

.modal.yslygi-modal .modal-dialog {
    width: 1000px;
}
.modal.yslygi-modal .modal-footer {
    padding: 35px 15px;
    text-align: right;
    border-top: 1px solid #2d55ac;
    background: #2d55ac;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.modal.yslygi-modal .modal-header {
    background: #e5e5e5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 25px 15px;
}

.sp-module.button-spisok {
    margin-top: 30px;
    margin-bottom: 30px;
}