@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "PTSerif";
  src: url("../fonts/ptserif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-family: PTSerif, sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: #f8f1eb;
}
.sitecontent {
  margin: 30px 0;
}
/* header */
.nav {
  font-size: 15px;
  font-weight: 900;
}
.navbar-default {
  background-color: #fff;
}
.navbar-brand {
  font-size: 15px;
  color: #565051 !important;
}
.navbar-nav > li {
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #e7e7e7;
}
.navbar-nav > li:last-child {
  border-right: none;
}
.navbar-nav > li:first-child {
  border-left: none;
}
.navbar-default .navbar-nav > li > a {
  color: #565051;
}
.navbar-default .navbar-nav > li > a:hover {
  text-decoration: underline;
  color: #565051;
}
.admin-rasp:before {
    background-color: #1a489c;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 26px; 
    font-weight: bold;
    height: 24px;
    line-height: 26px;
    margin: 10px 5px;
    text-align: center;
    width: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.admin-rasp{
  padding-left: -10px;
  color: #333;
}
.record-doctor {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px 0;
  background: #ed1b47;
  color: #fff !important;
  border: 1px solid #ed1b47;
  border-radius: 20px;
}
.record-doctor-green {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px 0;
  background: #1fbe5f;
  color: #fff !important;
  border: 1px solid #4c986b;
  border-radius: 20px;
}
.record-doctor:hover {
  background: #fff;
  text-decoration: none;
  color: #ed1b47 !important;
}
.record-doctor:active,
.record-doctor:visited {
  text-decoration: none;
}
.slabovid {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  padding-left: 45px;
  padding-right: 5px;
  color: #ed1b47 !important;
  border: 1px solid #ed1b47;
  border-radius: 20px;
  background: #fff;
  background-image: url("../img/icon_eye_red.png");
  background-position: left 3% center;
  background-repeat: no-repeat;
}
.slabovid:hover {
  background: #fff;
  background-image: url("../img/icon_eye_red.png");
  background-position: left 3% center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ed1b47 !important;
}
.slabovid:active,
.slabovid:visited {
  text-decoration: none;
}

.searchform {
  display: block;
  margin: 20px 0;
  background: #fff;
  padding: 5px;
  padding-bottom: 15px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
}
.searchform p {
  padding-top: 10px;
  padding-left: 5px;
  margin: 0;
  font-weight: 900;
  color: #1a489c;
}
.oblzdor{
  font-size: 13px;
  line-height: 15px;
}
.gsu,
.gsu:link,
.gsu:visited {
  color: #999;
  font-size: 12px;
}
/*zemban*/

.zemban{
  display: block;
  width: 690px;
  height: 435px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
}

.zemban a{
  color: #880000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.zemban a span{
  font-size: 96px;
  line-height: 70px;
}
.zemban-first{
  padding-top: 10px;
}
.zemban-last{
  text-align: center;
  padding-right: 100px;
}
.zemban img{
  float:left; /* Выравнивание по левому краю */
  margin: 7px 25px 7px 0; /* Отступы вокруг картинки */
}
.zemban2{
  display: block;
  width: 690px;
  height: 420px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
}

.zemban2 a{
  color: #880000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.zemban2 a span{
  font-size: 96px;
  line-height: 70px;
}

.zemban2 img{
  float:left; /* Выравнивание по левому краю */
  margin: 7px 25px 7px 0; /* Отступы вокруг картинки */
}

.zemtable{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  background: #f8f1eb !important;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle !important;
  }
.zemtable td{
   border: none !important;
  }
.zemtable-pust{
  background: #f8f1eb !important;
}
.zemtable-first{
  background-image: url(http://kolpcrb.tom.ru/wp-content/uploads/2018/10/topline.jpg) !important;
  width: 845px;
  height: 10px;
  }
.zemtable-title{
  font-size: 30px;
  line-height: 38px;
  color: #002060;
  font-weight: bold;
  background: #f8f1eb !important;
  vertical-align: middle !important;
  }  
.zemtable-usl{
  font-size: 20px;
  color: #fff; 
  background: #336699 !important;
  vertical-align: middle !important;
  }
.zemtable-post{
  background: #b4c1c9 !important;
  vertical-align: middle !important;
  color: #000;
  }
.zemtable-treb{
  font-size: 20px;
  font-weight: bold;
  background: #b4c1c9 !important;
  vertical-align: middle !important;
  color: #002060;  
  }
.zemtable-vak{
  font-size: 20px;
  font-weight: bold;
  background: #b4c1c9 !important;
  color: #002060;  
  }
.zemtable-obz{
  padding: 2px;
  font-size: 20px;
  font-weight: bold;
  background: #b7ebb3 !important;
  vertical-align: middle !important;
  color: #002060;  
  }
.zemtable-cont{
  font-size: 18px;
  padding: 5px;
  color: #fff; 
  background: #336699 !important;
  vertical-align: middle !important;
  }

/*content*/
.content {
  padding-right: 15px;
  padding-left: 15px;
}
.post-content {
  display: block;
  padding-bottom: 20px;
}
.news-title {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #1a489c !important;
  padding-bottom: 5px;
}
.blagodar-title {
  padding-bottom: 20px;
}
.blagodar-link {
  display: block;
  font-size: 20px;
  padding-bottom: 30px;
}
.blagodar-content {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
}
.blagodar-username {
  display: inline-block;
  float: right;
  font-size: 14px;
  text-align: right;
}
.blagodar-date {
  display: inline-block;
  float: right;
  padding-left: 5px;
  font-size: 14px;
  text-align: right;
}
.news-title:hover,
.news-title:visited,
.news-title:active {
  text-decoration: none;
  color: #1a489c;
}
.date-post {
  display: block;
  color: #747474 !important;
  padding-bottom: 5px;
  font-size: 14px;
}
.category-post {
  display: block;
  color: #747474;
  font-size: 14px;
}
.content p {
  padding-bottom: 0;
}
.content a {
  color: #016579;
}

.content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content img.alignleft {
  float: left;
  margin-right: 15px;
  padding-left: 0;
}
.content img.aligncenter {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.content img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.content table td,
.content table th {
  background-color: #fff;
}
.content table {
  margin-bottom: 20px;
  width: 100%;
}
.content table > caption + thead > tr:first-child > th,
.content table > colgroup + thead > tr:first-child > th,
.content table > thead:first-child > tr:first-child > th,
.content table > caption + thead > tr:first-child > td,
.content table > colgroup + thead > tr:first-child > td,
.content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.content table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.content table .content table {
  background-color: #fff;
}
.content table > thead > tr > th,
.content table > tbody > tr > th,
.content table > tfoot > tr > th,
.content table > thead > tr > td,
.content table > tbody > tr > td,
.content table > tfoot > tr > td {
  padding: 8px;
  border-top: 1px solid #ddd;
  vertical-align: top;
  line-height: 1.42857143;
}
.content table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.content table > tbody > tr:hover > td,
.content table > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
/*medpersonal-list*/
.medpersonal-list {
  box-sizing: border-box;
  width: 720px;
  font-size: 0;
  margin-left: 35px;
  margin-top: 30px;
}
.medpersonal-list a {
  text-decoration: none;
}
.personal-container {
  display: inline-block;
  width: 204px;
  margin: 0 20px 50px 0;
  vertical-align: top;
}
.personal-container img {
  padding-bottom: 12px;
}
.personal-list-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a489c;
  line-height: 18px;
  height: 62px;
  margin: 0px 0 10px 0 ;
}
.personal-desk {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-bottom: 8px;
}
.feld-fap {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  line-height: 20px;
  margin-bottom: 25px;
}
.personalmore {
  text-decoration: underline !important;
  color: #004580;
  font-size: 14px;
  line-height: 18px;
}
.comments {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.btn-comment-send {
  margin-top: 10px;
}
.pagination {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.pagination a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 15px;
}
.pagination p {
  margin: 0;
  padding: 0;
}
.pagination-one {
  display: block;
  margin: 20px 0;
  text-align: right;
}
.pagination-one a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 15px;
}
.pagination-one p {
  margin: 0;
  padding: 0;
}
.page-previous {
  float: left;
}
.page-next {
  float: right;
}
/*footer*/
.footer-top {
  display: block;
  width: 100%;
  min-height: 30px;
  background-color: #fff;
  border-bottom: 5px solid #ef0017;
  padding-top: 3%;
  padding-bottom: 3%;
  margin: 0 auto;
  text-align: center;
}
.footer-top a {
  display: inline-block;
  padding-right: 20px;
}
.footer-top a:last-child {
  padding-right: 0;
}
.footer-bottom {
  padding-top: 35px;
  background-color: #ebe4dd;
}
.banner-footer {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer-bottom p.copyr {
  display: block;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  color: #747474;
}
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
.btn-totop,
.btn-totop:hover,
.btn-totop:focus,
.btn-totop:active {
  background-color: #1a489c;
}
@media only screen and (min-width: 768px) {
  .slider {
    display: block;
    width: 690px;
    height: 446px;
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
    border: 10px solid #fff;
    border-radius: 5px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
  }
  .slide {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slider img {
    width: 670px;
    height: 426px;
  }
  .slide-header {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 690px;
    min-height: 35px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .slide-title {
    display: block;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
  }
}
/* Ipad2 (paysage) ----------- */
@media only screen and (min-width: 992px) {
  .slider {
    width: 668px;
    height: 444px;
    display: block;
  }
  .slider img {
    width: 668px;
    height: 424px;
    display: block;
  }
  .slide-header {
    width: 668px;
  }
  .navbar {
    margin-top: 10px;
    display: table;
    width: 100%;
  }
  .navbar ul {
    display: table-row;
  }
  .navbar li {
    width: auto;
    display: table-cell;
    float: none;
    text-align: center;
    line-height: 15px;
  }
  .navbar li a {
    display: table-cell;
    width: 1000px;
    height: 50px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    white-space: pre;
  }
  .navbar-nav > li > a {
    padding: 0;
  }
  .navbar-brand {
    display: none;
  }
  nav .container-fluid {
    padding-right: 0;
    padding-left: 0;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
  }
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .nav {
    font-size: 13px;
    font-weight: 900;
  }
  /*sidebar*/
  .logo-site{
    padding-bottom: 10px;
  }
  .logo-link h1 {
    margin: 0;
  }
  .logo-link,
  .logo-link h1 {
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    color: #1a489c;
  }
  .logo-big,
  .logo-big h1 {
    display: block;
    font-size: 32px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
  }
  .logo-large,
  .logo-large h1 {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
    padding-left: 13px;
  }
  .logo-link:hover,
  .logo-link:visited,
  .logo-link:active {
    text-decoration: none;
    color: #1a489c;
  }
  .record-doctor {
    max-width: 90%;
    font-size: 14px;
    padding: 10px 10px;
  }
  .nav-sidebar {
    margin-top: 25px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
  }
  .nav-sidebar li {
    position: relative;
    padding-left: 20px;
    color: #107791;
    background-color: #fff;
  }
  .nav-sidebar li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
  }
  .nav-pills > li > a {
    border-radius: 0;
    color: #107791;
    font-size: 18px;
    font-weight: 900;
  }
  .nav-pills > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .nav-stacked li {
    margin-top: 0;
    margin-left: 0;
    border-bottom: 1px solid #cecfce;
    border-left: 1px solid #cecfce;
    border-right: 1px solid #cecfce;
  }
  .nav-stacked li:first-child {
    border-top: 1px solid #cecfce;
  }
  .opening-hours,
  .phone-numbers,
  .blagodar-sidebar {
    margin-top: 25px;
    padding: 15px;
    border: 1px solid #cecfce;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .opening-hours span,
  .phone-numbers span {
    display: block;
  }
  .opening-hours .glyphicon-time,
  .phone-numbers .glyphicon-earphone {
    color: #1a489c;
    font-size: 30px;
  }
  .opening-hours .glyphicon-time:before {
    position: absolute;
    top: -5px;
  }
  .phone-numbers .glyphicon-earphone:before {
    position: absolute;
    font-size: 32px;
    top: 5px;
  }
  .opening-hours-title {
    padding-left: 40px;
    font-size: 20px;
    font-weight: 900;
    color: #1a489c;
  }
    .opening-hours-dez-title {
    font-size: 17px;
    font-weight: 900;
    color: #1a489c;
  }
  .opening-hours-subtitle-first,
  .opening-hours-subtitle {
    font-size: 16px;
    font-weight: 900;
    padding-top: 10px;
    word-wrap: break-word;
  }
  .phone-numbers .opening-hours-subtitle-first,
  .phone-numbers .opening-hours-subtitle {
    font-weight: 400;
  }
  .opening-hours-subtitle {
    border-top: 1px solid #f8f1eb;
  }
  .opening-hours-border {
    border-bottom: 1px solid #cecfce;
    padding-bottom: 10px;
  }
  .blagodar-sidebar-title {
    font-size: 20px;
    font-weight: 900;
    color: #1a489c;
  }
  .blagodar-sidebar-text {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    word-wrap: break-word;
  }
  .blagodar-sidebar-text-autor {
    font-size: 14px;
    font-weight: 900;
    padding-top: 0px;
    word-wrap: break-word;
    text-decoration: none;
  }
   .blagodar-sidebar-text-prim {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    padding-top: 0px;
    word-wrap: break-word;
    text-decoration: none;
  }
/*  zemban*/
.zemban{
  display: block;
  width: 820px;
  height: 235px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
}
.zemban a{
  color: #880000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.zemban a span{
  font-size: 66px;
  line-height: 70px;
}
.zemban-first{
  padding-top: 10px;
}
.zemban-last{
  text-align: center;
  padding-right: 100px;
}
.zemban img{
  float:left; /* Выравнивание по левому краю */
  margin: 7px 25px 20px 20px; /* Отступы вокруг картинки */
  max-width: 100%;
}
.zemban2{
  display: block;
  width: 820px;
  height: 420px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1), 1px -1px 5px rgba(0, 0, 0, 0.1);
}

  /*  footer*/
  .footer-top a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 40px;
    background: #fff;
    color: #494949;
    border: 1px solid #b2b2b2;
    border-radius: 20px;
    margin-right: 40px;
  }
  .footer-top a:last-child {
    padding-right: 40px;
    margin-right: 0;
  }
  .footer-top a:hover {
    text-decoration: none;
    background: #ed1b47;
    color: #fff;
    border: 1px solid #ed1b47;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-link,
  .logo-link h1 {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    color: #1a489c;
  }
  .logo-big,
  .logo-big h1 {
    display: block;
    font-size: 36px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
  }
  .logo-large,
  .logo-large h1 {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 6px;
    padding-left: 9px;
  }
  .logo-link:hover,
  .logo-link:visited,
  .logo-link:active {
    text-decoration: none;
    color: #1a489c;
  }
  .record-doctor {
    font-size: 16px;
    padding: 10px 10px;
  }
  .slider {
    width: 818px;
    height: 527px;
  }
  .slider img {
    width: 798px;
    height: 507px;
  }
  .slide-header {
    width: 818px;
  }
  .nav {
    font-size: 15px;
  }
}
/* Desktops and laptops ----------- */
