/*
@import "https://fonts.googleapis.com/css?family=Fira+Sans:100,300,400,500,600&amp;subset=cyrillic,cyrillic-ext";
*/
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600&amp;subset=cyrillic,cyrillic-ext";

/* основной цвет текста - серый */
/* основной фон DIV - серый */
/*тень свверху сверху */

@keyframes show{
0%{
opacity:0;
}
100% {
opacity:1;
}
}

html,
body {
  font-size: 18px;
  font-family: "Roboto", "Open Sans", sans-serif;
  margin: 0;
  padding: 0px;
  color: #424242;
  font-weight: 300;
  /* Для старых браузров */
  background-color: #e8eaed;
}
::selection {
  color: #fff;
  background: #17b8bf;
}
th {
      font-weight: 400;
}
@media (max-width: 767px) {
  .infoPeopleMain {
    display: none;
  }
  .ulUslugaMain li {
    font-size: 20px;
  }
  .ulUslugaDop li {
    font-size: 16px;
  }
  .ulUslugaDop {
    padding-left: 0px;
  }
  .ulUslugaMain {
    padding-left: 15px;
  }
  .pLogoNameAdress {
    font-size: 16px;
  }
  .spanIndexItem {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .spanIndexItem {
    font-size: 24px;
  }
}
a:hover {
  color: #f00000;
  /* Цвет ссылки при наведении на нее курсора */
  text-decoration: none;
  transition: 0.5s;
}
.aLinkBlack {
  color: #333333;
  text-decoration: none;
  /* Убираем подчеркивание */
}
.aLinkBlack:hover {
  color: #000;
  text-decoration: none;
  /* Убираем подчеркивание */
}
.aLinkMenuMain {
  color: #0D7175;
  text-decoration: none;
}
.aLinkMenuMain:hover {
  color: #f00000;
  text-decoration: none;
}

.aLinkNews:hover {
  color: red;
  text-decoration: none;
}
.aLinkPhone {
  color: #333333;
  text-decoration: none;
  /* Убираем подчеркивание */
}
.aLinkPhone:hover {
  color: red;
  text-decoration: none;
  /* Убираем подчеркивание */
}
.aLinkWhite {
  color: #fff;
}
.aLinkShadow {
   text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
.aLinkActive {
  color: red !important;
}
.aLinkViber {
  color: #665cac;
}
.aLinkTelegram {
  color: #179cde;
}
.aLinkWhatsapp {
  color: #54cc61;
}
.aLinkMotion {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  /*убираем подчёркивание*/
}
.aLinkMotion:after {
  display: block;
  position: absolute;
  left: 0;
  /*изменить на right:0;, чтобы изменить направление подчёркивания */
  width: 0;
  /*задаём длинну линии до наведения курсора*/
  height: 2px;
  /*задаём ширину линии*/
  background-color: #f00000;
  /*задаём цвет линии*/
  content: "";
  transition: width 0.3s ease-out;
  /*задаём время анимации*/
}
.aLinkMotion:hover:after,
.aLinkMotion:focus:after {
  width: 100%;
  /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}
.aLinkJumbotron {
  transition: 0.5s;
}
.aLinkJumbotron a {
  cursor: pointer;
  color: white;
  display: block;
  transition: 0.5s;
}
.aLinkJumbotron:hover {
  background-color: red !important;
  /*задаём цвет линии*/
}
.aLinkGray {
    color: #c6c6c6;
    text-decoration: none; /* Убираем подчеркивание */
    transition: 0.5s;
   }
.aLinkGray:hover {
    color: #f00000; /* Цвет ссылки при наведении на нее курсора */
   }
   
.aLinkDark {
    color: #424242;
    text-decoration: none; /* Убираем подчеркивание */
    transition: 0.5s;
   }
.aLinkDark:hover {
    color: #f00000; /* Цвет ссылки при наведении на нее курсора */
}
.aLinkMedical {
    color: #0D7175;
    text-decoration: none; /* Убираем подчеркивание */
    transition: 0.5s;
   }

.aLinkMedical:after {
  transition: margin .2s;
  margin-left: 7px;
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
}

.aLinkMedical:hover{color:#f00000;}
.aLinkMedical:hover:after {
  margin-left: 13px;
  color:#f00000;
}


.span_table_td_row_name,
.spanTableTdRowName {
  color: #666666;
}

header1 {
    position: fixed;
    z-index: 10;    
}
header1.large{
    height: 120px;
}
header1.small{ 
    height: 50px; 
}
            
.topMenuFon {
  padding-top: 1px;
  color: #d4d4d4;
  background-color: #e8e8e8;
}
.topLogoFon {
  padding-top: 0px;
  background-color: white;
}
.topLogoFonSmall {
  padding-top: 0px;
  color: #424242;
  background-color: white;
  height: 60px;
}

.topLogoFoto {
  padding-top: 20px;
}
.divInfoDop {
    padding: 15px;
    background-color: white;
    margin-bottom: 30px;
}
.divInfoDopTitle {
   font-size: 14px; 
   text-align: center;
   background: #E5E5E5;
   line-height: 2.2; 
}
.divInfoDopItem {
    padding: 15px;
    padding-bottom: 0px;
}

.divInfoDopText {
    font-size: 16px; 
    margin-bottom: 0px;    
}

.divInfoDopItemFoto {
    padding: 0;
}

.divInfoDopItemFoto img {
  object-fit: cover;
  height: 60px;
  width: 400px;
}


.divInfoDopItem p{
    font-size: 14px; 
    margin-bottom: 0px;
}
.divInfoDopAppintment {
    font-size: 18px;
    line-height: 3.2; 
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    border: 8px solid #FFFFFF;
    color: #FFFFFF;
    background: #60CA2E;
}

.divUl ul,
.divUl ol {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 300;
}
.divUl li {
  margin-left: 50px;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.divRowCenter {
   display: flex;
   align-items: center; 
}

.divNotifiction {
    width: 100%;
}
.divNotifiction p{
    line-height: 1.3 !important;
}

.divNotifictionItem {
    margin-bottom: 50px;
}
.divNotifictionContent {
    margin-right: 20px;
}

.divNotifictionContentTitle {
    font-size: 20px;
    font-weight: 400;
    color: #202125;
    margin-bottom: 10px;
}
.divNotifictionContentDescription {
    font-size: 16px;
    color: #5F6269;
}
.divNotifictionSelect {

}
.divNotifictionStatus {
    font-size: 14px;
    padding: 1px 15px;    
    color: #20B2AC;
    background: #C7ECEA;
    border-radius: 10px;
}



.divSwitchesItem {
    position: relative;
    height: 36px;    
    width: 56px;
    cursor: pointer;  
}

.divSwitchesItem:hover > .divSwitchesCircleYes {
    background: #1FC630;
}

.divSwitchesItem:hover > .divSwitchesCircleNo {
    background: #C4C4C4;
}


.divSwitchesLineYes, .divSwitchesLineNo {
    position: absolute;
    top: calc(36px/2 - 24px/2);
    width: 56px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
}

.divSwitchesLineYes {
    background: #B1DBCF;
}
.divSwitchesLineNo {
    background: #B2B2B2;
}

.divSwitchesCircleYes, .divSwitchesCircleNo  {
    position: absolute;
    width: 36px;
    height: 36px;    
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;  
    cursor: pointer;  
}

.divSwitchesCircleYes {
    right: 0;
    background: #01835D;
}
.divSwitchesCircleNo {
    left: 0;
    background: #ECECEC;
}
.divSwitchesCircleYes:hover {
    background: #1FC630;
}
.divSwitchesCircleNo:hover {
    background: #C4C4C4;
}
.divSwitchesButtom {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    background: #D9DBDA;
}
.divSwitchesButtomYes, .divSwitchesButtomNo  {
    padding: 7px 25px;
    border-radius: 10px;     
}
.divSwitchesButtomNo {
    background: #D9DBDA;
}

.divSwitchesButtomYes {
    color: #fff;
    background: #20B2AC;;    
}

.divSwitchesSelectYes, .divSwitchesSelectNo {
    height: 75px; 
    margin: 10px;
    padding: 8px;
    position: relative;
}
.divSwitchesSelectYes {
    border: 5px solid #60ca2e;
    border-radius: 10px;
}
.divSwitchesSelectYes:hover {
    color: #fff !important;
    background-color: #E0E0E0;
    border: 5px solid #E0E0E0;
    transition: 0.5s;
    cursor: pointer;
}

.divSwitchesSelectYes:hover > .divSwitchesSelectCheck {
    color: #E0E0E0 ;
}

.divSwitchesSelectNo {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.divSwitchesSelectNo:hover {
    color: #fff !important;
    background-color: #60ca2e;
    border: 1px solid #60ca2e;
    transition: 0.5s;
    cursor: pointer;
}


.divSwitchesSelectIconYes, .divSwitchesSelectIconNo {
    margin-left: 10px; 
    margin-right: 10px; 
    float: left;
}

.divSwitchesSelectIconYes i {
    color: #787878; 
}

.divSwitchesSelectTextYes, .divSwitchesSelectTextNo {
    float: left;
    text-align: left;
}
.divSwitchesSelectTextNo {
    font-weight: 400;
    color: #787878;
}

.divSwitchesSelectTextYes {
    color: #000; 
    font-weight: 500;
}

.divSwitchesSelectCheck {
    font-size: 32px;
    position: absolute;
    top: -5px;
    right: 10px;
    color: #48a51c;
}




.ulPageUserList {
  list-style-type: none;
  padding: 0;
}
.ulPageUserListItem {
  margin-bottom: 10px;
  padding-left: 0px !important;
}
.ulPageHelp {
   margin-bottom: 0px !important;
}
.ulPageHelp li {
   padding: 7px 20px; 
   color: #999999;
}
.ulPageHelp sup {
    margin-left: 7px;
}
.ulPageHelpActive {
    position: relative;
}
.ulPageHelpActive span{
    font-weight: 500;
    color: #666666 !important;
}
.ulPageHelpActive span::before{
    content: "";
    width: 4px;
    height: 20px;
    background-color: #ed3153;
    position: absolute;
    left: 1px;
    top: 8px;
}
.ulPageHelpFavorit {
    padding-left: 20px;
}

.ulPageHelpFavorit li {
    font-size: 21px !important;
    padding: 0px 20px 10px 20px;
    color: #b0b0b0;
}
.spanPageUserListParamName {
    font-size: 16px;
  position: relative;
  display: block;
  overflow: hidden;
}
.spanPageUserListParamName:after {
  content: '';
  position: absolute;
  margin-left: .3em;
  bottom: .35em;
  width: 100%;
  border-color: #ccc !important;
  border-bottom: .1em dotted;
}
.spanPageUserListParamValue {
   font-size: 16px;
  float: right;
  padding-left: .2em;
}
/* Modify */
.ulPageUserListItem--align:after {
  content: '';
  display: table;
  clear: both;
}
.ulPageUserListItem--align .spanPageUserListParamName {
  float: left;
  width: 70%;
}
.ulPageUserListItem--align .spanPageUserListParamValue {
  float: right;
  width: 30%;
  box-sizing: border-box;
}
.pageIndexZapis {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-right: 50px;
  text-align: center;
}
.pageIndexSlider,
.pageIndexVideo {
  margin-top: 20px;
  margin-bottom: 50px;
}
.pageAboutSlider {
  margin-top: 0px;
  margin-bottom: 50px;
}
.pageUslugaOneOtzyv {
    padding: 20px;
    min-height: 800px;
}
.menuFon {
  background-color: #17b8bf;
}
.menuLiDop {
  font-size: 18px;
}
#menuHeaderSlinky {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2000;
  margin-left: 0px;
  padding-left: 0px;
  border-right: 1px solid #e3e3e5;
}
.infoNavigationFon {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.infoNavigationFon ul {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
}
.infoNavigationFon li {
  font-size: 14px !important;
  margin-left: 0px;
}
.infoPeopleFon {
  min-height: 380px;
}
.infoPeople {
  margin-bottom: 100px;
  border-radius: 4px;
  overflow: hidden;
  /* нужен чтобы другой div был внутри этого */
  color: #fff;
  background-color: #17b8bf;
}
.infoPeople h3 {
  font-size: 16px !important;
  font-family: Arial, sans-serif;
  padding: 10px 15px !important;
  margin-top: 0px !important;
  margin-bottom: 0px;
  font-weight: 400 !important;
}
.infoPeople h3 a {
  color: #fff;
}
.infoPeople h3 a:hover {
  color: #333333;
}
.infoPeopleFoto {
  border-left: solid 1px #17b8bf;
  border-right: solid 1px #17b8bf;
}
.infoPeopleDolzhnost,
.infoPeopleAdress {
  font-size: 14px !important;
  padding: 8px 15px;
  border-bottom: 1px  dotted #80D8DC;
}
.infoPeopleDolzhnost p,
.infoPeopleAdress p,
.infoPeopleDolzhnost ul,
.infoPeopleAdress ul {
  font-size: 14px !important;
}
.infoPeopleDolzhnost li,
.infoPeopleAdress li {
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.infoPeoplePhone,
.infoPeopleRecordsPriem {
  padding: 8px 15px;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px  dotted #80D8DC;
}
.infoPeoplePhone a,
.infoPeopleRecordsPriem a {
  color: #fff;
  text-decoration: underline;
}
.infoPeoplePhone a:hover,
.infoPeopleRecordsPriem a:hover {
  color: #cccccc;
}
.infoPeopleNew {
  padding-top: 150px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.infoPeopleNewGray {
  padding-left: 20px;
  padding-top: 20px;
  overflow: hidden;
  background-color: #f0f0f0;
  min-height: 350px;
}
.infoPeopleNewGrayNoFoto {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.infoPeopleNewGrayTextNoFoto {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  overflow: hidden;
}
.infoPeopleNewGrayTextName {
  font-size: 21px;
  font-weight: 400;
}
.infoPeopleNewFoto {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 400px;
}
.infoOtzyvy .pOtzyvText {
  font-family: Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0px;
}
.infoOtzyvy .pOtzyvTextOtvet {
  font-family: Georgia, sans-serif;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.infoOtzyvy .pNameItem,
.infoOtzyvy .pNameItemOtvet {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.infoOtzyvy .pOtzyvUser {
  font-size: 17px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 0px;
}
.infoOtzyvy .pOtzyvDate {
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #808080;
}
.divSmartfonShat {
  margin-top: 10px;
  overflow: hidden;
}
.divSmartfonShatOne1 {
  font-size: 18px;
  float: left;
  display: block;
  margin-right: 20px;
}
.divPageIndexTop {
    margin-top: 30px;
}
.divPageIndexSlider {
    max-height: 475px;
}

.divPageIndexAppointment {
   padding-left: 60px;
   padding-right: 60px;
   padding-top: 25px;
   font-size: 16px; 
   font-weight: 300;  
   margin-top: 40px;
   margin-bottom: 30px;
   min-height: 180px; 
   color: #fff;
   background: #0D7175;
}
.divPageIndexAppointment p {
   font-size: 34px; 
   font-weight: 300;   
   margin-bottom: 0px;
   padding-left: 8px;
}

.divPageIndexUslugi {
   margin-top: 30px;
   margin-bottom: 20px;
}
.divPageIndexEmployees {
   margin-top: 30px;
   margin-bottom: 10px;
}

.divPageIndexAbout {
   margin-top: 40px;
   margin-bottom: 30px;
}
.divPageIndexAboutTop {
   padding: 20px; 
   font-size: 24px; 
   text-align: center;
   font-weight: 500;   
   line-height: 1.5;  
   color: #FFFFFF;   
   background: #20B2AC;
}
.divPageIndexMap {
   font-size: 18px;
   padding: 30px;
   background: white;    
   margin-top: 40px;
   margin-bottom: 30px;
   min-height: 680px;     
}
.divPageIndexMap p {
    line-height: 1.7; 
}
.divPageIndexMapPhoneBackCall {
  border-left-color: #C4C4C4;
  border-left-style: solid;
  border-left-width: 1px;
}
.divPageIndexAboutTopCount {
    padding: 15px;
    background-color: white;
    min-height: 150px;
    margin-bottom: 10px;
}

.divPageIndexAboutTopCount  p {
    font-size: 14px;
    line-height: 1.5; 
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.divPageIndexAboutOpisanie {
    padding: 50px 85px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 40px;
}

.divPageIndexAboutOpisanie p {
    font-size: 19px;
    line-height: 170%;
    margin-bottom: 20px;
}

.divPageIndexAboutOtzyvy {
   font-size: 24px; 
   text-align: center;
   font-weight: 300;   
   line-height: 2.2;  
   color: #424242;   
}

.divPageIndexAboutOtzyvyItem {
    padding: 15px;
    background-color: white;
    font-weight: 400; 
    min-height: 165px;
    text-align: center;
    margin-bottom: 80px;
}

.divPageIndexAboutEmployeesItem {
    background-color: white;
    min-height: 665px;
    margin-bottom: 30px;
}

.divPageIndexAboutEmployeesItemFotoText {
    padding: 25px;
}

.divPageIndexAboutEmployeesItemFotoTextFioMain {
    font-size: 27px; 
    font-weight: 400;
}

.divPageIndexAboutEmployeesItemFotoTextFioDop {
    font-size: 18px; 
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DBDA;
}

.divPageIndexAboutEmployeesItemFotoTextSpecialnost {
    font-size: 16px; 
    font-weight: 400;
    padding-top: 20px;
    color: #17B8BF;
}
.divPageIndexAboutEmployeesItemFotoTextKvalifikacija {
    font-size: 16px; 
    font-weight: 400;
    padding-top: 5px;
}

.divPageIndexAboutEmployeesItemFotoTextKvalifikacija p {
    font-size: 12px; 
    font-weight: 300;
    padding-top: 5px;
    margin-bottom: 0px;
}
.divPageIndexUslugiItem {
    background-color: white;
    min-height: 275px;
    margin-bottom: 30px;    
}
.divPageIndexUslugiItem:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.divPageNewsItem, .divPageMyItem {
    background-color: white;
    margin-bottom: 30px;    
}
.divPageNewsItem:hover, .divPageMyItem:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.divPageMyItemSoon:hover  {
    box-shadow: none ;
}
  .divPageNewsItemOpisanie, .divPageMyItemOpisanie {
      padding-right: 15px;
      padding-left: 15px;
  }

.divPageMyItemOpisanieText {
    margin-bottom: 20px;
  }  
.divPageMyItemOpisanieText p {
  font-size: 16px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5 !important;
  color: #424242 !important;
}
  
.divPageMyItemOpisanieTextSoon p {
  color: #C4C4C4 !important;
}


.divPageMyItem {
    padding: 20px;
    min-height: 230px;
    position: relative;
}
  
  .divPageMyItemOpisanieEnd {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }  
  
.divPageMyItemIcon {
    padding: 0;
    display: flex;
    justify-content: center;
} 
  
.divPageMyItemIconFon {
    width: 50px;
    height: 50px;
    background: #C4C4C4;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;  
    position: relative;
  }
  .divPageMyItemIconFonSoon {
    background: #ECECEC;
  }   
.divPageMyItemIconCount {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #FF0000;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;    
  }
.divPageMyMenuRightMyCount {
    top: 3px;
    right: -8px;
  }  
.divPageMyMessageCount {
    float: right;
  }  

.divPageMyAppointmentIcon {
    padding: 0 20px;
}  


.divPageMyAppointment {
    font-size: 18px;
    color: #828282;
}  

  .divPageMyAppointmentData {
      padding: 0 20px;
}

.divPageMyAppointmentDataTime {
    font-size: 24px; 
    font-weight: 500;      
}  
.divPageMyAppointmentDataUsluga {
    
}

.divPageMyAppointmentUser {
    padding: 0 20px;
}


.divPageMyAppointmentUser p {
    font-size: 16px !important;
    line-height: 1.3; 
    margin: 0;
    padding: 0;
}
.divPageMyAppointmentButton {

}
.divPageMyCalendarItem {
    margin-bottom: 200px;
}
.divPageMyCalendarYear {
    margin-left: -50px;
    margin-right: -50px;
} 
.divPageMyCalendarYearItem {
    float: left;
    margin-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    width: 33.33%;
    height: 800px;
}


.divPageMyCalendarSwitches {
    margin-top: 15px;
}
.divPageMyContentIcon {
    margin-left: 20px;    
    margin-right: 40px;
}
.pageMyContentUserMain {
    margin-bottom: 50px;
}

.divPageIndexUslugiItemText {
    font-size: 24px; 
    font-weight: 500;
    padding: 25px;

}


.divPageIndexNews2019 {
   margin-top: 70px;
   margin-bottom: 10px;
}
.divPageIndexNameTop {
   margin-top: 70px;
   margin-bottom: 10px;
}
.divPageNameItem {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;    
    margin-bottom: 15px;
    color: #424242;
}
.divPageIndexInfo {
   margin-top: 60px;
   margin-bottom: 10px;
}
.divPageIndexInfoItem {
    padding: 15px;
    background: white;
    margin-bottom: 100px;
}

.divPageIndexInfoItem:hover {
   cursor: pointer;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.divPageIndexInfoItemFoto {

}

.divPageIndexInfoItemTitle {
    font-size: 22px;
    line-height: 1.1; 
    font-weight: 500;
    padding-top: 15px;
}

.divPageIndexInfoItemTitle p{
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 1.7;
}


.divPageIndexNewsName,
.divPageIndexUslugaName {
  padding-top: 10px;
}
.divPageIndexNewsName h2,
.divPageIndexUslugaName h2 {
  font-size: 35px !important;
  font-weight: 300 !important;
}
.divPageIndexNewsContent {
  padding-left: 0px;
  padding-right: 0px;
}
.divPageIndexNewsContentRow {
  margin-right: 0px;
  margin-left: 0px;
}
.divPageIndexNewsOne {
  padding-left: 0px;
  padding-right: 0px;
  border-left-color: white;
  border-left-style: solid;
  border-left-width: 2px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.divPageIndexNewsFoto {
  max-width: 420px;
  height: 229px;
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.divPageIndexNewsFoto:hover {
  background-blend-mode: darken;
  transition: all 0.2s ease-in;
}
.divPageIndexOtzivyItemEnd {
  float: right;
  margin-right: 15px;
}
.divPageIndexPhoto3d {
  display: flex;
  flex-wrap: wrap;
  perspective: 1000px;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dElement {
  position: relative;
  transform-style: preserve-3d;
  transition-duration: 1s;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dElement:hover {
  transform: rotateY(180deg);
}
.divPageIndexPhoto3d .divPageIndexPhoto3dElement:hover .divPageIndexPhoto3dDescription {
  z-index: 1;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dImg {
  backface-visibility: hidden;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dImg img {
  display: block;
  max-width: 100%;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dDescription {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-item: center;
  z-index: -1;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dDescription .divProgrammaDescription {
  color: #fff;
  flex-basis: 100%;
  padding: 0 10px;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dDescription .pProgrammaItem {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.divPageIndexPhoto3d .divPageIndexPhoto3dDescription .pProgrammaOpisanie {
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #fff;
}
.divPageVoprosyVopros,
.divPageVoprosyOtvet {
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: rgba(0, 0, 0, 0.125);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.125);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top-style: solid;
  border-top-width: 1px;
  display: block;
  margin-bottom: 0.75rem;
  position: relative;
}
.divPageVoprosyVopros {
  margin-top: 100px;
  background-color: #fff;
}

.divPageVoprosyVoprosOne {
  margin-top: 0px !important;
}


.divPageVoprosyVoprosUser {
  overflow: hidden;
}
.divPageVoprosyVoprosUserFoto {
  float: left;
}
.divPageVoprosyVoprosUserInfo {
  float: left;
  margin-left: 20px;
}
.divPageVoprosyVoprosUserInfoVopros {
  font-family: Georgia, sans-serif;
  font-size: 18px !important;
  font-style: italic;
  margin-top: 0px;
  margin-left: 80px;
  text-align: left;
}
.divPageVoprosyVoprosUserInfoVopros p {
  font-family: Georgia, sans-serif;
  font-size: 18px !important;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 0px;
}
.divPageVoprosyOtvet {
  margin-top: 30px;
  margin-left: 100px;
  background-color: #e5e5e5;
}
.divPageVoprosyOtvetCount {
  margin-left: 120px;
  color: #a0a0a0;
  overflow: hidden;
}
.divPageVoprosyOtvetCountIcon,
.divPageVoprosyOtvetCountIconNext {
  float: left;
  font-size: 18px;
}
.divPageVoprosyOtvetCountIcon:hover,
.divPageVoprosyOtvetCountIconNext:hover,
.divPageVoprosyOtvetCountIconActive {
  color: #414141;
}
.divCountIcon:hover,
.divIconLikeActive {
  color: red;
}
.divPageVoprosyOtvetCountIconNext {
  margin-left: 25px;
}
.divPageVoprosyOtvetCountNumber {
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  margin-left: 8px;
}
.divPageVoprosyFavorit{
  padding: 20px 50px;
  margin-bottom: 30px;  
  float: right;
  font-size: 26px;
  font-weight: 300;
  background-color: #009900;
  transition: 0.5s;
  color: white !important;
}
.divPageVoprosyFavorit:hover{
    background-color: #006600;
    letter-spacing: 1px;
}
.divPageUserItemMain {
  font-size: 18px;
  font-weight: 500;
}
.divPageUserFoto {
  text-align: center;
}
.divPageUserFotoEdit {
  padding-top: 20px;
  padding-bottom: 20px;
}
.divPageUserWarning {
  padding-top: 30px;
  padding-bottom: 10px;
  border: 1px dashed #ccc;
}
.divPageUserFotoDataSocial {
  padding-left: 20px;
  padding-right: 20px;
}
.divPageUserBorder {
  border: 1px dashed #ccc;
}
.divBorder {
  border: 1px dashed #ccc;
}
.divPageUserPersonal {
  padding-left: 30px;
}
.divPageUserPersonalEdit {
  padding: 20px;
  background-color: #e5e5e5;
}
.divPageUserPersonalEditName {
  display: flex;
  align-items: center;
  /*Центрирование по вертикали */
  font-weight: 500;
}
.divPageUserPersonalEditDescription {
  display: flex;
  align-items: center;
  /*Центрирование по вертикали */
  font-size: 14px;
  color: #999;
}
.divPageUserPersonalEditDescription span {
  color: #999;
}
.divPageUserPersonalEditDescription span:hover {
  color: #f00000 !important;
}
#divUserHiddenPhoneString2,
#divUserHiddenPhoneString3,
#divUserShowDescriptionString2Hidden,
#divUserShowDescriptionString3Hidden {
  display: none;
}
.divPageUserFlexCenter {
  display: flex;
  align-items: center;
}
.divPageAnticorAnketa {
  position: sticky;
  float: right;
  bottom: 20px;
  right: 40px;
  width: 400px;
  text-align: center;
  color: white !important;
  background-color: red;
  padding: 20px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.divPageAnticorAnketa:hover {
  background-color: #cc0000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
.divPageZozMount {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #0767b1;
}
.divPageZozMountWinter {
  color: #fff;
  background-color: #0767b1;
}
.divPageZozMountSpring {
  color: #fff;
  background-color: #33cc00;
}
.divPageZozMountSummer {
  color: #000;
  background-color: #ffff66;
}
.divPageZozMountAutumn {
  color: #fff;
  background-color: #ff6600;
}
.divPageZozDayDefault {
  background-color: #e5e5e5;
}
.divPageZozDayHoliday {
  background-color: #d1d1d1;
}
.divPageZozDate {
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  height: 100px;
  margin: 10px;
  width: 0 !important;
}
.divPageZozDateNow {
    background: #28a745;
}
.divPageZozWeek {
  margin: 10px;
  text-align: center;
  width: 0 !important;
}
.divPageZozDateDay {
  font-size: 31px;
  float: right;
}
.divPageZozDateZozName {
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  float: left;
  color: #fff;
}
.divPageZozDateZozName a {
  color: #fff !important;
}

.divPageZozLabelTableZoz {
    background-color: #828282;
}
.divPageZozLabelTableZoz:hover {
  background-color: #626262;
}

.divPageZozLabelTableCardio {
    background-color: #00BECC;
}
.divPageZozLabelTableCardio:hover {
    background-color: #268F99;
}

.divPageZozLabelTableAppointment {
    background-color: #FF0000;
}
.divPageZozLabelTableAppointment:hover {
    background-color: #BF3030;
}
.divPageZozLabelTableDoctor {
    background-color: #FFA500;
}
.divPageZozLabelTableDoctor:hover {
    background-color: #BF8D30;
}
.divPageZozLabelTableOnline {
    background-color: #1FC630;
}
.divPageZozLabelTableOnline:hover {
    background-color: #379542;
}

.divPageZozDatePeople {
  font-size: 12px;
  float: left;
}
.divPageZozBanner {
    margin-top: 60px; 
    margin-bottom: 150px;
}
.divPageZozBannerOpisanieTitle {
    font-size: 48px;
    font-weight: 500;
    color: #656d77;
}
.divPageZozBannerOpisanieText {
    margin-top: 50px;
}
.divPageZozBannerOpisanieText p{
    font-size: 22px !important;
}
.divPageZozBannerButton {
    padding-top: 40px;   
    padding-bottom: 40px;
} 
.divPageMyCalendarMountYear {
  font-size: 20px;
  font-weight: 500;
  padding: 7px;  
  text-align: center;
  color: #424242;    
}


.divPageDepartmentPeople p {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.divPageDepartmentOnePeople p {
  font-size: 19px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.divPageDepartmentOneContact {
  margin-bottom: 40px;
}
.divPageDepartmentDescription {
  margin-bottom: 50px;
  padding-top: 7px;
}
.divPageKonkaktyFio {
  width: auto;
  position: absolute;
}
.divPageKonkaktyFio p {
  font-weight: 300;
}
.divPageKonkaktyFio:hover {
  width: auto;
}
.divPageKonkaktyFio:hover > .divPageKonkaktyFioFotoHidden {
  display: block;
}
.divPageKonkaktyFioFotoHidden {
  display: block;
  position: absolute;
  bottom: 10px;
  right: -240px;
  /* выравнивание по правому краю. Нужно смотреть на значение width: в этом div. + 10px на отступ */
  width: 250px;
  display: none;
  color: #333333;
  background-color: #f3f3f3;
  border: 1px solid rgba(255, 153, 0, 0.8);
  border-radius: 10px ;
  /* Валидное свойство CSS3 скругление углов, значение(цифра) задаёт радиус скругления*/
  -webkit-border-radius: 10px;
  /* Safari, Chrome */
  -moz-border-radius: 10px ;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.divPageKontaktyPeople {
  margin-bottom: 80px;
}
.divPageKontaktyPeople p {
  line-height: 1.3 !important;
}
.divPageKontaktyPeople .pPageKontaktyPeopleFio {
  font-size: 19px;
  font-weight: 500;
}
.divPageKontaktyMap {
    margin-bottom: 100px;
}

.divPageDepartmentKontakty {
  margin-bottom: 80px;
}
.divPageDepartmentKontakty p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  line-height: 1.7;
}
.divPageDepartmentKontaktyFirst {
  padding-top: 15px;
}
.divPageKontaktyPrint {
  float: right;
  font-size: 30px;
  font-weight: 300;
}
.divAuthorizationUlogin {
  border-top-color: #d1d1d1;
  border-top-style: solid;
  border-top-width: 1px;
}
.divAuthorizationUlogin .txt {
  font-size: 14px !important;
  margin-top: 13px;
  padding-bottom: 15px;
}
.divAuthorizationOrTxt {
  color: #9b9b9b;
  font-size: 14px;
  height: 20px;
  margin-top: -11px;
  text-align: center;
}
.divAuthorizationOrTxt span {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ffffff;
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  padding-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0;
}
.divShadow {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 2px;    
}
.divCount {
   font-size: 14px !important;
}
    
.contentUslugiFon {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contentUslugiFon .ulUslugaMain li {
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contentUslugiFon .ulUslugaDop li {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contentUslugiFon .ulUslugaOne li {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.divVideoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.divVideoContainer iframe,
.divVideoContainer object,
.divVideoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.divPageError404 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #d0e3ea;
}
.divPageError404Help {
  margin-top: 50px;  
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
  text-align: center;
  color: white;
  background-color: #339900;
}

.contentTreatmentFon,
.contentDiagnostikaFon {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
.contentTreatmentFon .ulTreatmentMain li,
.contentDiagnostikaFon .ulTreatmentMain li,
.contentTreatmentFon .ulDiagnostikaMain li,
.contentDiagnostikaFon .ulDiagnostikaMain li {
  list-style-type: none;
  font-size: 21px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 0px;
}
.contentTreatmentFon .ulTreatmentDop,
.contentDiagnostikaFon .ulTreatmentDop {
  margin-top: 10px;
  margin-bottom: 0px;
}
.contentTreatmentFon .ulTreatmentDop li,
.contentDiagnostikaFon .ulTreatmentDop li,
.contentTreatmentFon .ulDiagnostikaDop li,
.contentDiagnostikaFon .ulDiagnostikaDop li {
  font-size: 19px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.contentTreatmentFon .ulTreatmentOne li,
.contentDiagnostikaFon .ulTreatmentOne li,
.contentTreatmentFon .ulDiagnostikaOne li,
.contentDiagnostikaFon .ulDiagnostikaOne li {
  font-size: 17px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}
.contentTreatmentFon .ulDiagnostikaOne,
.contentDiagnostikaFon .ulDiagnostikaOne {
  margin-bottom: 0px;
}
.divPageStoimostCard {
  border-color: #e5e5e5 !important;
}
.divPageCard {
  border-color: #e5e5e5 !important;    
}
.divPageCardFooterItem {
    font-size: 18px;
    font-weight: 400;    
    letter-spacing: 0.5px;
    text-transform: uppercase;  
    padding: 20px 5px;
    border-bottom: 1px solid #D9DBDA;
}
.divPageCardFooterItem a {
    color: #424242;
}

.divPageCardFooterItemSpisok {
    padding-top: 15px;
    padding-left: 30px;
}
.fotoGalery {
  margin-top: 50px;
}
.fotoNn {
  margin-right: 0px;
  margin-bottom: 50px;
  overflow: hidden;
}
.fotoNn .pFotoNnPs {
  font-size: 14px;
  margin-bottom: 0px;
  color: #333333;
}
.fotoNewsImage {
  overflow: hidden;
}
.fotoNews {
  height: 300px;
  background-size: cover;
  overflow: hidden;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.fotoNews:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.carousel-caption h1 {
  color: white;
  text-transform: uppercase;
  /* делаем все буквы БОЛЬШИМИ */
}
.carouselItemDoctor {
  top: 20px;
  left: 20px;
  padding-top: 20px;
  margin-bottom: 100px;
}
.carouselItem1rodilnoe {
  left: 10px;
}
.carouselItem1Foto1 {
  top: 30px;
  left: 250px;
  padding-top: 20px;
  margin-left: 200px;
  margin-right: 0px;
  margin-bottom: 100px;
}
.carouselItem1Foto2 {
  top: 30px;
  left: 210px;
  padding-top: 20px;
  margin-left: 200px;
  margin-right: 0px;
  margin-bottom: 200px;
}
.carouselItem1Foto3 {
  left: 20px;
  padding-top: 20px;
  margin-right: 0px;
  margin-bottom: 50px;
}
.carouselItem1Foto4 {
  top: 20px;
  right: 120px;
  padding-top: 20px;
  margin-left: 320px;
  margin-right: 30px;
  margin-bottom: 150px;
}
.carouselItem1Foto5 {
  top: 30px;
  left: 20px;
  margin-right: 0px;
  margin-bottom: 140px;
}
.carouselItem1Foto6 {
  left: 10px;
}
.carouselItem1Foto7 {
  top: 30px;
  left: 50px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-right: 280px;
  margin-bottom: 150px;
}
.carouselItem1Foto8 {
  top: 160px;
  right: 120px;
  margin-left: 320px;
}
.carouselItem1Foto9 {
  top: 60px;
  right: 120px;
  margin-left: 320px;
  margin-bottom: 50px;
}
.carouselItemText {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  padding-bottom: 20px;
  line-height: 0.5;
}
.pCarouselItem1Bottom1 {
  margin-top: 0px;
}
.pCarouselItem1Bottom7 {
  margin-top: 0px;
}
.doc-info {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
}
.carouselItem1DoctorFoto4 {
  left: 100px;
  bottom: 50px;
  width: 350px;
}
.carouselItem1DoctorFoto5 {
  right: 5px;
  top: 20px;
  width: 175px;
}
.carouselItem1DoctorFoto7 {
  left: 100px;
  bottom: 50px;
  width: 350px;
}
.moduleItemTitle a:hover {
  color: #f00000;
}
fieldset {
  margin-bottom: 30px;
}
input.budget,
select.budget {
  display: inline;
  width: 8em;
}
.divLogoPhone {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
}
.divLogoPhoneSmart {
  padding-right: 15px;
  padding-left: 15px;
}
.divLogoSmallPhone {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;  
    color: #0D7175;
}

.divLogoSmallPhone:hover > .divLogoSmallPhoneHidden {
    opacity: 1; 
    visibility: visible;
}

.divLogoSmallPhoneHiddenAngle {
	position: absolute;
	top: -6px; 
	height: 12px;
	width: 12px; 
    transform: rotate(45deg);
	background-color: #20B2AC;
    z-index: 701;
}

.divLogoSmallPhoneHiddenAngle {
	left: 40px; 
}


.divLogoSmallPhoneHidden {
    font-weight: 300;
	position: absolute;
	top: 50px; 
	width: 406px; 
	opacity: 0; 
    visibility: hidden;
	background-color: white;
	border-radius:8px ; /* Валидное свойство CSS3 скругление углов, значение(цифра) задаёт радиус скругления*/
	-webkit-border-radius:8px; /* Safari, Chrome */
	-moz-border-radius:8px ;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .8);
    z-index: 701;
    transition-property: opacity, visibility; /* Важно чтобы transition применялось к обоим свойствам */
    transition-duration: 0.4s; /* Добавляем анимацию 0.3 сек. */
    transition-delay: 0.15s; /* Добавляем задержку в 0.15 сек. */
}
.divLogoSmallPhoneHiddenNumber {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 30px;
    height: 150px;
    color: white;
    background-color: #20B2AC;
	border-top-left-radius:8px; 
	border-top-right-radius:8px; 
}
.divLogoSmallPhoneHiddenTime {
    font-size: 14px;
    line-height: 170%;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
    position: relative;
    height: 245px;
    color: #424242;
    background-color: white;
}
.divLogoSmallPhoneHiddenFoto {
    position: absolute;
    bottom: 0px;
    right: 15px;
}
.divLogoSmallPhoneHiddenLink {
    font-size: 14px;
    font-weight: 300;
    padding: 30px;
    color: #0D7175;
    background-color: #E5E5E5; 
	border-bottom-left-radius:8px; 
	border-bottom-right-radius:8px; 
    
}
.divLogoSmallPhoneHiddenLink p {
    position: relative;
    line-height: 150%;
    margin-bottom: 0px;
}

.divLogoSmallPhoneHiddenLink p i {
    font-size: 24px; 
    margin-left: 12px; 
    position: absolute; 
    top: -2px;
}


.divLogoPhoneOpisanie {
  margin-top: 7px;
  margin-right: 5px;
  float: left;
}
.divLogoPhoneNumber {
  float: right;
}
.divLogoBottom {
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: right;
}
.divMenuPhoneHeader {
  text-align: right;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 0px !important;
}
.divMenuPhoneClose {
  position: absolute;
  top: 5px;
  right: 15px;
}
.divMenuPhoneNumber {
  font-size: 24px !important;
  margin-bottom: 20px;
}
.divMenuPhoneNumber p {
  font-size: 12px !important;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5 !important;
}
.divMenuPhoneNumber span {
  font-size: 24px !important;
}
.divMenuPhoneEmail {
  font-size: 14px !important;
  padding-top: 15px;
}
.divMenuPhoneBottom {
  padding-top: 15px;
}
.divMenuPhoneWhatsapp {
  float: left;
  overflow: hidden;
  margin-top: 2px;
}
.divMenuPhoneWhatsappLogo {
  float: left;
}
.divMenuPhoneWhatsappText {
  font-size: 16px;
  float: left;
  margin-left: 8px;
}
.divMenuMain {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
    color: #0D7175;
}

.divMenuMainDop {
    font-size: 18px;
    line-height: 1.0;
    font-weight: 400;
    max-width: 250px; 
}
.divMenuMainDopLinkItem {
    margin-left: 60px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #424242;
}
.divMenuMainDopAppointment {
    margin-top: 4px;
}

.divMenuMainDopAppointment span {
   font-size: 20px;
   font-weight: 400;
   margin-right: 10px;
}



.divMenuLogo {
   margin-right: 20px; 
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #424242;
}
.divMenuButtonAppointment {
    text-align: right;    
}
.divMenuPoisk {
    padding-left: 8px;
    padding-right: 23px;
    margin-top: 10px;
}
.divMenuRight {
position: fixed;
width: 56px;
height: 180px;
left: 0px;
top: 130px;
cursor: pointer;
background: #FFFFFF;
box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);    
}

.divMenuRight1, .divMenuRight2, .divMenuRight3, 
.divMenuRightMy1, .divMenuRightMy2, .divMenuRightMy3, .divMenuRightMy4, .divMenuRightMy5, .divMenuRightMy6, .divMenuRightMy7, .divMenuRightMy8,
.divMenuRightMyDop1, .divMenuRightMyDop2, .divMenuRightMyDop3 {
    position: fixed;
    width: 56px;
    height: 56px;
    left: 0px;
    top: 350px;
    cursor: pointer;
    transition: width 0.3s;
    -webkit-transition: width 0.3s; /* Safari and Chrome */
    -moz-transition: width 0.3s; /* Firefox 4 */
    -o-transition: width 0.3s; /* Opera */
    background: #FFFFFF;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);  
}
.divMenuRight1:hover {
    width:196px;
}
.divMenuRight1:hover i{
    transform: rotate(90deg);    
}
.divMenuRight2:hover {
    width:176px;
}
.divMenuRight3:hover {
    width:370px;
}
.divMenuRight3:hover i{
  animation: ring 3s .7s ease-in-out infinite;
}

.divMenuRightMy1:hover {
    width:196px;
}
.divMenuRightMy2:hover {
    width:156px;
}
.divMenuRightMy3:hover {
    width:156px;
}
.divMenuRightMy4:hover {
    width:176px;
}
.divMenuRightMy5:hover {
    width:156px;
}
.divMenuRightMy6:hover {
    width:166px;
}
.divMenuRightMy7:hover {
    width:226px;
}
.divMenuRightMy8:hover {
    width:176px;
}

.divMenuRightMyDop1:hover {
    width:196px;
}
.divMenuRightMyDop1:hover i{
    transform: rotate(90deg);    
}
.divMenuRightMyDop2:hover {
   width:176px;
}
.divMenuRightMyDop3:hover {
    width:370px;
}
.divMenuRightMyDop3:hover i{
  animation: ring 3s .7s ease-in-out infinite;
}



@keyframes ring {
  0% { transform: rotate(0); }
  5% { transform: rotate(30deg); }
  10% { transform: rotate(-28deg); }
  15% { transform: rotate(34deg); }
  20% { transform: rotate(-32deg); }
  25% { transform: rotate(30deg); }
  30% { transform: rotate(-28deg); }
  35% { transform: rotate(26deg); }
  40% { transform: rotate(-24deg); }
  45% { transform: rotate(22deg); }
  50% { transform: rotate(-20deg); }
  55% { transform: rotate(18deg); }
  60% { transform: rotate(-16deg); }
  65% { transform: rotate(14deg); }
  70% { transform: rotate(-12deg); }
  75% { transform: rotate(10deg); }
  80% { transform: rotate(-8deg); }
  85% { transform: rotate(6deg); }
  90% { transform: rotate(-4deg); }
  95% { transform: rotate(2deg); }
  100% { transform: rotate(-1deg); }
}


.divMenuRight1 {
top: 350px;
}
.divMenuRight2 {
top: 406px;
}
.divMenuRight3 {
top: 462px;
}

.divMenuRightMy1 {
top: calc(100vh/2 - 646px/2 - 0*56px + 28px);    
}
.divMenuRightMy2 {
top: calc(100vh/2 - 646px/2 + 1*56px + 28px);
}
.divMenuRightMy3 {
top: calc(100vh/2 - 646px/2 + 2*56px + 28px);    
}
.divMenuRightMy4 {
top: calc(100vh/2 - 646px/2 + 3*56px + 28px); 
}
.divMenuRightMy5 {
top: calc(100vh/2 - 646px/2 + 4*56px + 28px); 
}
.divMenuRightMy6 {
top: calc(100vh/2 - 646px/2 + 5*56px + 28px);     
}
.divMenuRightMy7 {
top: calc(100vh/2 - 646px/2 + 6*56px + 28px);     
}
.divMenuRightMy8 {
top: calc(100vh/2 - 646px/2 + 7*56px + 28px); 
}

.divMenuRightMyDop1 {
top: calc(100vh/2 - 646px/2 + 28px + 8*56px + 28px); 
}
.divMenuRightMyDop2 {
top: calc(100vh/2 - 646px/2 + 28px + 9*56px + 28px);     
}
.divMenuRightMyDop3 {
top: calc(100vh/2 - 646px/2 + 28px + 10*56px + 28px);         
}



.divMenuRightIcon {
    padding: 7px;
}
.divMenuRightIcon1 {
    padding-top: 10px;
    padding-left: 10px;
}
.divMenuRightIcon2 {
    padding: 7px;
    float: left;
}
.divMenuRightIcon3 {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

.divMenuRightIconMy1 {
    padding-top: 10px;
    padding-left: 12px;
    float: left;
}
.divMenuRightIconMy2 {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    position: relative;
}
.divMenuRightIconMy3 {
    padding-top: 10px;
    padding-left: 7px;
    float: left;
}
.divMenuRightIconMy4 {
    padding-top: 10px;
    padding-left: 14px;
    float: left;
}
.divMenuRightIconMy5 {
    padding-top: 10px;
    padding-left: 14px;
    float: left;
}
.divMenuRightIconMy6 {
    padding-top: 10px;
    padding-left: 12px;
    float: left;
}
.divMenuRightIconMy7 {
    padding-top: 10px;
    padding-left: 7px;
    float: left;
}
.divMenuRightIconMy8 {
    padding-top: 10px;
    padding-left: 7px;
    float: left;
}
.divMenuRightIconMyDop1 {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}
.divMenuRightIconMyDop2 {
    padding-top: 10px;
    padding-left: 7px;
    float: left;
}
.divMenuRightIconMyDop3 {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}


.divMenuRightText {
    margin-top: 40px;
    margin-left: -32px;
    width: 120px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    transform: rotate(-90deg);
}

.divMenuRightText span {
    font-weight: 300;
}

.divMenuRight1Hidden, .divMenuRight2Hidden, .divMenuRight3Hidden, 
.divMenuRightMy1Hidden, .divMenuRightMy2Hidden, .divMenuRightMy3Hidden, .divMenuRightMy4Hidden,
.divMenuRightMy5Hidden, .divMenuRightMy6Hidden, .divMenuRightMy7Hidden, .divMenuRightMy8Hidden, 
.divMenuRightMyDop1Hidden, .divMenuRightMyDop2Hidden, .divMenuRightMyDop3Hidden{
    font-size: 14px;
    padding: 9px;
    height: 100%;
    color: #424242! important;    
    margin-left: 56px;
    overflow-y: hidden;
    overflow-x: hidden;
    white-space: nowrap;
    display: none;
    align-items: center;
}

.divMenuRight1:hover > .divMenuRight1Hidden {
    display: flex;
}

.divMenuRight2:hover > .divMenuRight2Hidden {
    display: flex;
}

.divMenuRight3:hover > .divMenuRight3Hidden {
    display: flex;
}
.divMenuRightMy1:hover > .divMenuRightMy1Hidden {
    display: flex;
}
.divMenuRightMy2:hover > .divMenuRightMy2Hidden {
    display: flex;
}
.divMenuRightMy3:hover > .divMenuRightMy3Hidden {
    display: flex;
}
.divMenuRightMy4:hover > .divMenuRightMy4Hidden {
    display: flex;
}
.divMenuRightMy5:hover > .divMenuRightMy5Hidden {
    display: flex;
}
.divMenuRightMy6:hover > .divMenuRightMy6Hidden {
    display: flex;
}
.divMenuRightMy7:hover > .divMenuRightMy7Hidden {
    display: flex;
}
.divMenuRightMy8:hover > .divMenuRightMy8Hidden {
    display: flex;
}
.divMenuRightMyDop1:hover > .divMenuRightMyDop1Hidden {
    display: flex;
}
.divMenuRightMyDop2:hover > .divMenuRightMyDop2Hidden {
    display: flex;
}
.divMenuRightMyDop3:hover > .divMenuRightMyDop3Hidden {
    display: flex;
}








.divPageIndexCountItem {
  margin-top: 50px;
}
.divPageIndexPhonePhoto {
  padding-left: 100px;
  margin-top: 50px;
}
.divIndexZapis {
  margin-top: 30px;
}
.divPageIndexInfoPlastika {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 100px;
  color: white;
  background-color: #ff6600;
}
.divPageIndexInfoKardiologicheskoe {
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 70px;
  margin-bottom: -60px;
  color: #333333;
  background-color: #edeeed;
}
.divPageIndexInfoGinekologija {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: -100px;
  color: white;
  background-color: #0f9701;
}
.divPageIndexInfoVideo {
  padding-top: 50px;
  padding-bottom: 0px;
}
.divPageTreatment h2 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 80px;
  color: black;
}
.divPageTreatment h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 50px;
  color: black;
}
.divPageTreatment li {
  margin-left: 50px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.divPageTreatment ol,
.divPageTreatment ul {
  font-weight: 300;
  margin-bottom: 20px;
}
.divPageTreatment p {
  font-weight: 300;
  margin-bottom: 20px;
}
.divPageTreatment span {
  text-align: justify;
}

    .divPageDepartmentItem li {
      margin-left: 0px;
      padding-left: 5px;
      margin-top: 10px;
      margin-bottom: 0px;
    }
    .divPageDepartmentItem ol,
    .divPageDepartmentItem ul {
      font-weight: 300;
      margin-bottom: 20px;
      padding-left: 20px;
    }
    
.divPageIndexPhone2 {
  font-size: 18px;  
  margin-top: 20px;  
  text-align: center;
}
.divPageIndexPhone2 p {
  text-align: center;
}
.divPageNewsFotoTop {
  position: relative;
  overflow: hidden;
  /* нужен, чтобы внутри этого Div был другой div */
  margin-bottom: 40px;
}
.divPageNewsFotoTopTextDiv {
  position: absolute;
  bottom: 200px;
  left: 36px;
}
.divPageNewsFotoTopBottom {
  font-size: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 36px;
  width: 1770px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.divNewsDescription,
.divPageIndexUslugaOneDescription {
  position: relative;
  height: 75px;
  overflow: hidden;
  z-index: 2;
}
.divNewsDescriptionFon,
.divPageIndexUslugaOneDescriptionFon {
  position: absolute;
  bottom: 0px;
  height: 75px;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+74,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 74%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 74%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 74%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 3;
}
.divPageDepartmentRight {
  float: right;
}
.divUslugaOnePrices {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #f0f0f0, #fafafa);
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #e5e5e5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #e5e5e5;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e5e5e5;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e5e5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  margin-top: 50px;
}
.divUslugaOneEmployeesItemFio {
    padding-bottom: 15px;
    border-bottom: 1px solid #D9DBDA;  
}
.divUslugaOneEmployeesItemOpisanie {
    padding-top: 10px;
}

.divUslugaOneEmployeesItemOpisanie p {
    margin-bottom: 15px;
    line-height: 1.3 !important;
}



.divHidden {
  display: none;
}
.formPoiskYandex {
  width: 270px;
}
#ModalUserReg {
  font-size: 14px;
  color: #333333;
}
.modalUpdateTrueGreen {
  font-size: 18px;
  color: white;
  background-color: #00cc33;
}
.modalHeaderDark {
    background-color: #D9DBDA;
}
.modalHeaderGrey {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #E5E5E5;
    height: 58px;
}

.modalBody {
    padding: 25px; 
}
.modalBodyTitle {
    font-size: 20px;
    font-weight: 400; 
    color: #191919;
    margin-bottom: 8px;
}
.modalBodyText {
    margin-bottom: 30px;    
}
.modalBodyText p {
    font-size: 16px !important;
    font-weight: 300; 
    color: #787878;
    line-height: 1.5;
    margin-bottom: 8px;
}



#userLogin {
  padding: 20px;
}

.buttomRight {
  overflow: hidden;
  float: right;
}
.buttonLogoAppointment {
  margin-bottom: 10px;
}
.buttonLogoAppointment:hover {
  cursor: pointer;
}
.buttonLogoVopros {
  margin-right: 20px;
}
.buttonLogoWrite {
  margin-bottom: 10px;
}
.buttonLogoWrite:hover {
  cursor: pointer;
}
.buttonLogoHeader {
  text-align: right;
  margin-top: 20px;
}
.buttonFooterWrite {
  margin-top: 15px;
}
.buttonCursor:hover {
  cursor: pointer;
}

.button-border-no {
    border-radius: 0;
}
.button-large {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    width: 250px;
    height: 80px;
}

.button-middle {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    width: 250px;
    height: 50px;
}


.button-large-block {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    height: 80px;
}

.button-long {
    width: 400px;
}

.button-gray {
   color: #6c757d !important;
   font-weight: 300; 
   background-color: #fff;
   border-color: #C4C4C4;
   cursor: pointer;
}

.button-gray:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  transition: 0.5s;
}

.button-gray-light {
   color: #424242 !important;
   font-weight: 300; 
   background-color: #fff;
   border-color: #E0E0E0;
   cursor: pointer;
}

.button-gray-light:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
  transition: 0.5s;
}

.button-red {
   color: #fff !important;
   font-weight: 300; 
   background-color: #F00000;
   border-color: #F00000 !important;
   cursor: pointer;
}
.button-medical {
   color: #fff !important;
   font-weight: 300; 
   background-color: #01835D;
   border-color: #01835D;
   cursor: pointer;
}

.button-medical:hover {
  color: #fff !important;
  background-color: #19624C;
  border-color: #19624C;
  transition: 0.5s;
}

.button-green-light {
   color: #fff !important;
   font-weight: 300; 
   background-color: #60CA2E;
   border-color: #60CA2E;
   cursor: pointer;
}

.button-green-light:hover {
  color: #fff !important;
  background-color: #5C9840;
  border-color: #5C9840;
  transition: 0.5s;
}

.button-green-light-outline {
   color: #60CA2E !important;
   font-weight: 300; 
   background-color: #fff;
   border-color: #60CA2E;
   cursor: pointer;
}


.button-green-light-outline:hover {
  color: #fff !important;
  background-color: #60CA2E;
  border-color: #60CA2E;
  transition: 0.5s;
}

.button-red:hover {
  color: #fff !important;
  background-color: #0c5508 !important;
  border-color: #0c5508 !important;
}

.buttomVopros {
    font-size: 0.9rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.button-transition {
    transition: 0.3s; 
}
.buttonModal {
    font-size: 16px !important;
    color: #787878 !important;
    height: 50px;
}
.buttonMyBig {
    display: inline-flex; 
   align-items: center; 
   
}

.headerTopMenu {
  float: right;
}
.headerTopMenu3 {
  padding-top: calc(7px + 6px);
}
.headerTopMenu31 {
  z-index: 10;
}
.divHeaderMenuIcon {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 40px;
}
.divHeaderMMenu {
    background-color: white;
}

.buttonTopMenuUser {
  border: 0px  !important;
  padding-top: 0px;
  padding-bottom: 0px;
  
}
.divTopMenuUserMessage {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.divTopMenuUserMessage div {
  /* для IE8+ */
  display: table-cell;
  vertical-align: middle;
}

.divMenu {
    padding-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
}

.divMenuLeftItem {
    margin-top: 13px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.divMenuFull {
    visibility: hidden;
    opacity: 0;
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    background-color: white; 
    z-index: 1000; 
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.divMenuFullContent {
    margin-top: 20px;
    margin-left: 0px;
}

.divMenuFullContent p {
    line-height: 1.3;
}

.divMenuFullContentKontakt p {
    line-height: 1.7;
}


.headerTopAkcii {
  text-align: right;
  margin-top: 0px;
  margin-right: 30px;
}
.headerTopSMM {
  text-align: right;
  margin-top: 5px;
}
.modalAppointment {
  text-align: left;
}
.supCount {
  color: #999999;
}
.navbarTop {
    padding: 0px !important;
}
table.table-with-border {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #cccccc;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: #cccccc;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 2px;
}
table.table-with-border td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #cccccc;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #cccccc;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #cccccc;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
}
.tdUslugiOne {
  font-weight: 300;
}
.footerInfoFon {
  font-size: 16px;
  margin-top: 60px;
  padding-top: 45px;
  padding-bottom: 0px;
  border-top: 1px solid #ddd;  
  background-color: white;  
}
.footerInfoFon p {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.footerInfoSMM p {
    display: table-row;
}
.footerBanner {
  margin-top: 20px;
  padding-top: 130px;
  padding-bottom: 0px;
  overflow: hidden;
}
.footerBannerOne {
  max-height: 60px;
  padding-right: 5px;
  float: left;
}
.footerBannerOne img {
  height: 60px;
}
.footerBottomFon {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  background-color: white;
  
}

.footerRazdelOne {
  margin-top: 40px;
  min-height: 350px;
}
.footerRazdelOne a {
  text-decoration: none;
}
.footerRazdelOne a:hover {
  color: red;
}
.footerRazdelOne p {
  font-size: 16px;
   line-height: 1.5;
}

element.style {
  font-size: 50px;
  line-height: 60px;
}

.bps-social {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("https://mb1.by/images/elements/bps-social.png");
  background-origin: padding-box;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  content: "";
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.bps-social.icon-viber {
  background-position-x: 0;
  background-position-y: 0;
}
.bps-social.icon-telegram {
  background-position-x: -16px;
  background-position-y: 0;
}
.panelForeingner {
  font-size: 10px;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #fff;
}
.tableUslugiThead {
  font-size: 12px;
}
.divSendMesage {
  margin-top: 50px;
  margin-bottom: 20px;
}
.divNewsItem {
  padding-bottom: 20px;
}
.divNewsItemOne {
  min-height: 300px;
  margin-bottom: 80px;
  overflow: hidden;
}
.divDocInfoTabs {
  margin-top: 30px;
}

.divFooterGoogleTranslate {
  margin-top: 50px;
  margin-bottom: 30px;
}
.divPageIndexSliderSwiper {
  margin-top: 0px;
}
.divPageIndexUslugaOneName {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #000;
  min-height: 40px;
}
.divPageIndexHelpOneName {
  font-size: 21px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #000;
  min-height: 40px;
}
.divPageIndexHelpOneNameDays {
  font-size: 19px;
  font-weight: 500;
  margin-top: 20px;
}
.divPageIndexHelpOneFoto {
  margin-bottom: 20px;
}
.divPageIndexNewsOneDiv {
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.divPageIndexNewsOneName {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}
.divPageHelpOne {
  margin-bottom: 30px;
}
.divPageHelpOneShadow {
    padding-left: 30px;
    padding-right: 30px;
    
}

.divPageHelpMenu {
   padding-top: 30px;
   padding-bottom: 20px;
}
.divPageHelpRazdel {
  font-weight: 300;  
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.divPageHelpRazdel span {
  border-bottom: 1px solid #ccc; /* Параметры линии под текстом */
}
.divPageHelpLike {
    margin-top: 70px;    
}
.divPageHelpVopros-show {
    margin-top: 70px; 
    border: solid 1px rgba(51, 57, 76, 0.12);   
    border-radius: 4px;
  -webkit-animation: fade-in 3s linear; /* Safari 4+ */
  -moz-animation: fade-in 3s linear; /* Fx 5+ */
  -o-animation: fade-in 3s linear; /* Opera 12+ */
  animation: fade-in 3s linear; /* IE 10+, Fx 29+ */
}
.divPageHelpVoprosResult-show {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 20px;
  color: #fff !important;
  background-color: green; 
  opacity:0;  
transition: 1s; /*Скорость перехода состояния элемента*/
animation: show 3s 1; /* Указываем название анимации, её время и количество повторов*/
animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
animation-delay: 1s; /* Задержка перед началом */
}



.divPageHelpVoprosHeader {
    background: -moz-linear-gradient(left, #1c3263 0%, #3f7094 100%);
    background: -webkit-linear-gradient(left, #1c3263 0%, #3f7094 100%);
    background: linear-gradient(to right, #1c3263 0%, #3f7094 100%);
    padding: 15px 20px 15px 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.divPageHelpVoprosHeader span {
    font-size: 22px;
    color: white;
}
.divPageHelpVoprosContent {
    padding: 60px 40px 30px 40px;
}

.divPageHelpVoprosContent label {
    font-weight: 500;  
}

.divPageHelpVoprosFooter {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px rgba(51, 57, 76, 0.12); 
}
.divPageHelpVoprosFooter button {
    margin-left: 25px;
} 
#divPageHelpAjax2 {
    font-size: 0.75rem;
}

.divPageHelpBack {
    margin-top: 60px;
}
.divPageHelpBack a {
    font-size: 1.2rem;
    font-weight: 500;  
    color: black;
}
.divPageHelpBack a:hover {
    color: red;
}
.divPageUslugaFull {
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: 110px;
  padding-right: 160px;
}
.divPageUslugaOneShadow {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px;
    margin-bottom: 50px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 2px;
}

.divPageUslugaOne {
  padding-top: 4px;
  min-height: 300px;
}
.divPageUslugaOneText {
  font-weight: 300;
  border-bottom: 1px solid #dee2e6;
}
.divPageUslugaOneFlex {
  font-weight: 300;
}
.divPageUslugaOneFullBottom {
  margin-top: 30px;
}
.divPageIndexUslugaOneText {
  margin-top: 25px;
}
.divPageArticlePeople {
  border: 1px solid #e9e9e9;
  margin: 20px 0 30px 0;
  padding: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.divPageArticlePeopleFoto {
  text-align: center;
}
.divPageArticlePeopleFio {
  padding-top: 17px;
}
.divPageArticlePeopleOpisanie p {
  font-weight: 300 !important;
}
.divPageAuthorName {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  border-top: 1px solid #e9e9e9;
}
.divPageOknoTable {
    font-weight: 300;
}
.divPageOknoJumbotron {
    margin-top: 50px;
    font-weight: 300;
}

.divPageOknoJumbotronOpisanie {
    padding: 0 40px;
}
.divPageCenter {
    text-align: center;
}

.divModalTitle {
  text-align: left !important;
  padding-left: 30px !important;
  color: black !important;
  font-weight: 500 !important;
}
.divModalTitleModern {
  color: #737373 !important;
  background-color: #e5e5e5;
}
.divModalTitleBig p {
    font-size: 40px !important;
    font-weight: 400 !important;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666666 !important;
}
.divModalBodyBig p {
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 20px 90px 20px 40px;
}
.divModalBodyVideo {
  padding: 0;
}
.divModalHeaderTitle {
    font-size: 18px;    
    font-weight: 400; 
    color: #787878;
}
.divModalContentIcon {
    margin-right: 25px;
}

.c-instruction-aside-item {
background: #fff;
padding: 15px;
display: block;
text-decoration: none;
color: #3A4454;
line-height: 1.2;
font-size: 0.9375rem;
margin-bottom: 20px;
box-sizing: border-box;
border: solid 1px #E0DFDF;
-webkit-transition: .2s ease-in;
-moz-transition: .2s ease-in;
-ms-transition: .2s ease-in;
-o-transition: .2s ease-in;
transition: .2s ease-in; 
}

.c-instruction-aside-item:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}    
.c-instruction-aside-item__title {
font-size: 0.9rem;
font-weight: 400;
text-transform: uppercase;
padding-left: 15px;
word-break: break-word;
line-height: 1.4;
margin-bottom: 0px;
}

.c-instruction-aside-item__title img {
    margin-right: 0px;
    margin-top: 3px;
}
.pageContent, .pageMyContent {
    color: #424242;
    background-color: white;    
    border-radius: 2px;    
}
.pageContent {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}
.pageContentFirst {
    margin-top: 15px;
}
.pageContentOpisanie p{
    font-size: 19px;
}

.pageContentOpisanieNews ol li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: hsla(184, 77%, 88%, 0.6);
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;    
}

.pageContentOpisanieNews ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);  
}

.pageContentOpisanieNews ol li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: hsl(182, 51%, 59%);
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    color: hsl(0, 0%, 99%); 
}



.pageContentVotes {
    background-color: #17b8bf;  
    color: white;
}
.pageContentVotesText {
    padding-right: 40px;
}
.pageContentVotesControls {
}
.pageContentItemSimilar {
    margin-bottom: 30px;
}

.pageContentItemPopular {
    margin-bottom: 50px;
}
.pageContentItemPopular:hover {
   cursor: pointer;
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pageContentFon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.divPageDepartmentItem h3{
    margin-top: 0px !important; 
    padding-top: 0px !important; 
  }
.footer__title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer__title::after {
  background-color: #ff3052;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  width: 32px;
}
.inputUserFormWarning,
inputUserFormWarning:focus {
  border: 3px solid red !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset !important;
}
.iconBarColor {
  color: red;
  background-color: red;
}
.iconFooter {
  margin-right: 15px;
  color: #c6c6c6;
}
.iconAbout {
  margin-right: 15px;
}
.iconMenu {
  margin-right: 15px;
  color: #cccccc !important;
}
.iconMenuRight, .iconMenuRightMy{
   font-size: 34px; 
   transition: transform .1s ease-in-out;
}
.iconMenuRight {
   color: red; 
}
.iconMenuRightMy {
   color: #C4C4C4;
}

.iconJournal {
  margin-right: 10px;
  color: #e2e2e2;
}
.iconCard {
  margin-right: 15px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 1.2rem;
}
.iconCardBig {
  font-size: 64px;    
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.iconHeader {
    font-size: 32px;
    color: #424242;
}
.iconHeaderSmall {
    font-size: 24px;
    color: #C4C4C4;
}
.iconAngleDown {
    font-size: 20px;
    color: #C4C4C4;
}
.iconDivItem {
    bottom: 0px;
    right: 20px;
    position: absolute;
    font-size: 60px;
    color: #424242;
}
.iconSliderIndex {
    margin-right: 15px;
}
.iconMy {
    font-size: 24px;
    color: white;
}
.iconModalClose {
    font-size: 34px;
    color: #787878;
    margin-top: -5px;
}
.iconButtonBig {
    font-size: 52px;
    color: #C4C4C4;
    margin-right: 15px;
}
.iconButtonSmall {
    font-size: 24px;
    color: #C4C4C4;
}

.iconButtonBack {
    font-size: 20px;
    color: #000000;
    margin-right: 10px;
}

.iconMyAppointment {
    font-size: 90px;
    color: #C4C4C4;
}
.iconMyContentIcon {
    font-size: 120px;
    color: #C4C4C4;
}
.iconModalContentIcon {
    font-size: 80px;
    color: #C4C4C4;
}



.cardPageUslugi {
  padding: 0.75rem !important;
}
.imgAlignLeft {
  display: inline;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 1.5em !important;
  margin-top: 10px !important;
}
.imgFluid {
  height: auto !important;
}
.imgUserHeader {
  height: 40px;
  width: 40px;
}
.imgUserMenuMMenu {
  height: 20px;
  width: 20px;
}
.imgUserVopros {
  height: 60px;
  width: 60px;
}
.imgHeaderMenuLogo {
  height: 40px;
}
.liMenuList,
.liMenuListActive {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}
.liMenuList {
  background-color: #17b8bf;
}
.liMenuList a {
  color: white !important;
}
.liMenuListActive {
  background-color: white;
}
.liMenuListActive a {
  color: #000 !important;
}
.liMenuListDropdown a {
  padding: 6px 16px !important;
  color: #000 !important;
  text-align: left !important;
}
.liMenuSlinkyTop {
  font-weight: 500 !important;
  background-color: #eceff2;
  width: 300px;
}
.liMenuSlinkyTop a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.badgeRed,
.badgeGrey {
  font-size: 14px;
  font-weight: 500;
}
.badgeRed {
  background-color: #ff0000;
}
.badgeGrey {
  color: #666666;
  background-color: #e7e7e7;
}
.tableJournal p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.pUslugaOneOpisanie {
  margin-top: -20px;
}
.pTopMenuKontakt {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pKontakty {
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.pIndexCenter {
  text-align: center;
  font-size: 24px;
}
.pIndexH2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 300;
  padding-bottom: 50px;
  text-transform: uppercase;
  /* делаем все буквы БОЛЬШИМИ */
}
.pNewsTitle {
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  padding-top: 15px;
  padding-bottom: 2px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pNewsTitleZoz {
  font-size: 24px !important;
  margin-bottom: 0px !important;
}
.pNewsDescription {
  font-size: 16px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5 !important;
  color: #424242 !important;
}
.pMyTitle {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #191919 !important;
    line-height: 1.3 !important;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.pMyTitleSoon {
    color: #C4C4C4 !important;
}
  
.pMyDescription {
  font-size: 14px !important;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
  color: #424242 !important;
}

.pMyDescriptionSoon {
  color: #C4C4C4 !important;
}



.pPageIndexZapisText {
  padding-top: 10px;
  line-height: 1.1 !important;
}
.pPageIndexPreimushhestvaTitle {
  text-align: center;
}
.pUslugaOneFullPriceName {
  margin-top: 10px;
  margin-bottom: 15px !important;
}
.pFotoTopTextH1 {
  font-size: 50px !important;
  color: #fff !important;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.pFooterItemNameBig {
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 5px;
}
.pDocInfoName {
  color: #000;
  margin-bottom: 6px;
}
.pDocInfoPost {
  font-style: italic;
}
.pPaswordRestore {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.pLanguage {
  text-align: right;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pEmployeesVideo {
  margin-top: 7px;
}
.pSlideTitle {
  font-size: 38px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  /* делаем все буквы БОЛЬШИМИ */
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3 !important;
  color: white ;
}
.pIndexH1 {
  font-size: 24px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 30px;
  font-weight: 500 !important;
  text-align: center;
}
.pIndexOpisanieH1 {
    font-size: 14px !important;
    font-weight: 500 !important;
  text-align: center;  
}

.pIndexText {
  margin-top: 50px !important;
  font-weight: 400 !important;
}
.pIndexPhone {
  font-size: 21px !important;
  font-weight: 500 !important;
  margin-top: 10px;
  margin-bottom: 20px;  
}
.pIndexPhoneDiv {
  font-weight: 500 !important;
}
.pIndexSmall {
  font-size: 14px !important;
  margin-top: 20px;
}
.pIndexUl {
  font-size: 19px !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
}
.pForFoto {
  font-size: 15px !important;
  margin-top: -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: #555;
  background-color: #f5f5f5;
}
.pUslugaOnePriceName {
  margin-top: 60px;
}
.pUslugaOneFullName {
  font-size: 21px !important;
  font-weight: 500 !important;
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.3 !important;
}
.pUslugaOneFullCount {
  font-size: 15px !important;
  padding-top: 0px;
  color: #999999;
}
.pDocInfoItem {
  font-size: 19px !important;
  margin-top: 50px;
  font-weight: 500;
}
.pPageUserName {
  font-weight: 500 !important;
}
.pCount {
  font-size: 14px !important;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pUslugaOneFullPriceFor {
  font-size: 24px !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  color: black;
}
.pContactFio {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.pDepartmentContactFio {
  font-size: 19px !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.pDepartmentContactPhone {
  font-size: 26px !important;
}
.pContactPhone {
  text-align: right;
}
.pModalTitle {
  font-size: 19px !important;
  line-height: 1.3 !important;
  padding-left: 15px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pModalText {
  padding-left: 15px;
  text-align: left;
}
.pLogoNameTop {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.pLogoNameBig {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}
.pLogoNameSlogan {
  font-size: 16px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 400 !important;
}
.pLogoNameAdress {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}
.pLogoPhoneNumber {
  font-size: 15px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.pLogoPhoneNumberEnglish {
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 0px;
}
.spanLogoPhoneNumberBig {
  font-size: 21px;
}
.spanLogoPhoneNumberBigEnglish {
  font-size: 26px;
}
.pLogoPhonePs {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999999;
}
.pAboutAccordionName {
  font-size: 19px !important;
  margin-bottom: 0px;
}
.pAccordionName {
  font-size: 19px !important;
  font-weight: 300 !important;
  margin-bottom: 0px;    
}
.pImageText {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 20px;
  font-size: 0.8rem !important;
  font-style: italic;
}
.pMenuFullItem {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.5; 
}
.pArticleVotesQuestion {
    font-size: 24px;
}

.pFooterKontaktAdress {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 33px;
}
.pFooterKontaktPhone {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 33px;
}
.pFooterDateLast {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pFooterName {
  padding-top: 0px;
  padding-bottom: 15px;
}
.pFooterSMM {
  padding-top: 30px;
  padding-bottom: 5px;
}
.pFooterSMMName{
    font-size: 40px !important;
    margin-top: 20px;
	margin-bottom: 0px;
}
.pFooterSMMName a{
    margin-right: 20px;
}
.pFooterSMMName a:hover {
    margin-right: 30px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); 
}
.spanFormLabel {
  font-weight: 500;
}
.spanUslugaTableUnit {
  font-size: 14px;
  padding-left: 0px;
}
.spanUslugaOnePrice {
  font-size: 24px;
  font-weight: 500;
}
.spanTreatmentTableUnit {
  font-size: 14px;
  padding-left: 0px;
}
.spanTreatmentOnePrice {
  font-size: 21px;
}
.spanNewsTitle {
  font-size: 18px;
}
.spanNewsDescription {
  font-size: 13px;
}
.spanPageNewsFotoTopBottom {
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
.spanPageIndexZapis {
  font-size: 22px;
  margin-left: 20px;
  line-height: 1.1;
}
.spanPageIndexZapisText {
  font-size: 15px;
}
.spanIndexItem {
  font-family: Tahoma, Geneva, sans-serif;
  padding-left: 15px;
}
.spanNavbarMenuName {
  color: #fff;
}
.spanPageIndexPreimushhestvaTitle {
  font-size: 24px;
}
.spanPageAboutPreimushhestva {
  font-size: 16px;
}
.spanLanguage {
  margin-left: 10px;
}
.spanPageVoprosNameBottom {
  font-size: 32px;
  margin-left: 10px;
}
.spanUslugaOneCount {
  font-size: 15px !important;
  color: #999999;
}
.spanUslugaOneText {
  margin-right: 15px;
}
.spanDocInfoNameH1 {
  font-size: 36px;
  margin-bottom: 0px;
}
.spanUslugaName {
  font-size: 14px;
  font-weight: 300;
}
.spanOneFullPrice {
  font-size: 19px;
  font-weight: 500;
  color: red;
}
.spanOneFullPriceText {
  margin-right: 30px;
}
.spanOneFullPriceBig {
  font-size: 28px;
  font-weight: 500;
  color: red;
}
.spanUserItem {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}
.spanFooterSupport {
  font-size: 14px;
}
.spanFooterItemBig {
  font-size: 22px;
}
.spanUslugaName {
  font-size: 14px;
  font-weight: 300;
}
.spanPromo {
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
}
.spanBlock {
  display: inline-block;
}
.spanPhoneSmall {
    font-size: 12px;
}
.spanPhoneBig {
    font-size: 20px;
}
.spanMiddle {
    font-size: 14px;
}
.spanBig {
    font-size: 24px;
}
.spanFioMain {
    font-size: 27px;
    font-weight: 400;
}

.spanFioDop {
    font-size: 18px;
    font-weight: 400;
}


.spanCarouselItemText {
  line-height: 1.0;
}
.spanClose {
  font-size: 24px !important;
  color: red;
  margin-right: 15px;
}
.spanMenuAbout {
  font-weight: 300 !important;
}
.spanMenuMain {
    margin-right: 15px;
}

.spanMenuMainSelect {
    border-bottom: 3px solid #0D7175;
}

.spanGrey {
  color: #cccccc;
}
.countNews {
  color: #999999;
}
.countNewsDate {
  margin-left: 15px;
}
.spanPageKontaktyPhoneSmall {
  font-size: 19px;
  font-weight: 400;
}
.spanPageKontaktyPhoneBig {
  font-size: 24px;
  font-weight: 400;
}
.spanDivItemTitle {
   font-size: 34px;
   line-height: 1;       
}
.spanDivItemList {
    margin-left: 80px;
    position: relative;
    width: 30px;
}
.spanPageIndexAboutTopCountNumber {
   font-size: 50px;
   line-height: 59px; 
   color: #3295BC;
}
.spanMyCount {
    font-size: 16px;
    padding: 7px;
    font-weight: 400;  
}
.bg-green-light {
   background-color: #60CA2E !important;
} 
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.carousel-caption {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  line-height: 14px;
  margin-left: 11%;
  margin-bottom: 30px;
  max-width: 50%;
  padding-bottom: 5px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.carousel-caption p {
  margin-bottom: 0;
}

.btn-medical {
  color: #fff;
  background-color: #17b8bf;
  border-color: #17b8bf;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out    
}
.btn-medical:hover {
  color: #fff;
  background-color: #139da3;
  border-color: #139da3;
}
.btn-medical:focus,
.btn-medical.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-medical.disabled,
.btn-medical:disabled {
  background-color: #17b8bf;
  border-color: #17b8bf;
}
.btn-medical:active,
.btn-medical.active,
.show > .btn-medical.dropdown-toggle {
  color: #fff;
  background-color: #17b8bf;
  background-image: none;
  border-color: #139da3;
}




.btn-medical-tag {
  margin-right: 13px; 
  margin-bottom: 10px;
  font-weight: 500;  
  color: #17b8bf;
  background-color: #c5edef;
  border-color: #c5edef;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out  
}
.btn-medical-tag:hover {
  color: #fff;
  background-color: #139da3;
  border-color: #139da3;
}
.btn-medical-tag:focus,
.btn-medical-tag.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-medical-tag.disabled,
.btn-medical-tag:disabled {
  background-color: #c5edef;
  border-color: #c5edef;
}
.btn-medical-tag:active,
.btn-medical-tag.active,
.show > .btn-medical-tag.dropdown-toggle {
  color: #fff;
  background-color: #c5edef;
  background-image: none;
  border-color: #139da3;
}



.btn-medical-white {
  color: #424242;
  background-color: #fff;
  border-color: #fff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out    
}
.btn-medical-white:hover {
  color: #fff;
  background-color: #17b8bf;
  border-color: #17b8bf;
}
.btn-medical-white:focus,
.btn-medical-white.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-medical-white.disabled,
.btn-medical-white:disabled {
  background-color: #17b8bf;
  border-color: #17b8bf;
}
.btn-medical-white:active,
.btn-medical-white.active,
.show > .btn-medical-white.dropdown-toggle {
  color: #fff;
  background-color: #17b8bf;
  background-image: none;
  border-color: #139da3;
}





.btn-outline-medical {
  margin-right: 13px;    
  color: #fff;
  background-color: #17b8bf;
  border-color: #fff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out  
}
.btn-outline-medical:hover {
  color: #17b8bf;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-medical:focus,
.btn-outline-medical.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}
.btn-outline-medical.disabled,
.btn-outline-medical:disabled {
  background-color: #17b8bf;
  border-color: #17b8bf;
}
.btn-outline-medical:active,
.btn-outline-medical.active,
.show > .bbtn-outline-medical.dropdown-toggle {
  color: #fff;
  background-color: #17b8bf;
  background-image: none;
  border-color: #139da3;
}

 
    
@media (max-width: 991px) {
.topLogoFonSmall, .divMenuRightAll  {
    display: none !important;
}
    
}


