html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
  outline: none !important;
}


*,
*::before,
*::after{
  box-sizing: border-box;
}
:where(ul,ol):where([class]){
  padding-left: 0;
}
body,
:where(blockquote,figure):where([class]){
  margin: 0;
}
:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){
  margin-block: 0;
}
:where(dd[class]){
  margin-left: 0;
}
img {
  display: block;
  max-width: 100%;
}
input,
textarea,
select,
button{
  font: inherit;
}
html{
  height: 100%;
  scroll-behavior: smooth;
}
body{
  min-height: 100%;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: none;
  color: #000;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed>span {
    font-weight: 600;
}

.goog-te-gadget-simple {
    margin: 20px;
    position: absolute;
    right: 1%;
    top: 0.05%;
}


::-webkit-scrollbar {
  width: 0;
}



body {
  width: 90vw;
  margin: 0 auto;
  top: 0!important;
  font-family: 'Open Sans', sans-serif;
}





.content-top {
    display: flex;
    justify-content: center; /* Центрирование всего содержимого */
    align-items: center;
    padding: 1.4vw;
    
  }
  
  .info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw; /* Равное расстояние между блоками */
    border-bottom: 1px solid #4588B8;
  }
  
  .clok, .phone, .location, .metro {
    display: flex;
    align-items: center;
    text-align: center;
  
  }
  
  .clok i, .phone i, .location i, .metro i {
    font-size: 1.3vw;
    color: #4588B8; /* Цвет иконки */
    margin-right: 8px; /* Расстояние между иконкой и текстом */
  }
  
  .txt-clok, .txt-phone, .txt-location, .txt-metro {
    font-size: 1.3vw;
    color: #000; /* Цвет текста */
    line-height: 1.5;
    text-align: left;
  }
  
  @media (max-width: 768px) {
    .info-top{
      gap: 2vw;
    }
    .clok i, .phone i, .location i, .metro i,
    .txt-clok, .txt-phone, .txt-location, .txt-metro {
      font-size: 4vw;
    }
    .clok , .phone , .location , .metro  {
      padding-left: 14vw;
    }
    .metro {
      margin-bottom: 2vw;
    }
  }

  
  
  
  
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: auto;
    margin-top: 0.5vw;
    position: fixed;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    
    height: 4vw;
    top: 6vw;
    z-index: 10000;
    transition: top 0.5s ease;
    font-size: 1.3vw;
  }
  
  @media (max-width: 768px) {
    .menu {
        position: fixed;
        width: 95%;
        
        top: 66vw;
        height: auto;
        margin-bottom: 2vw;
    }
    .logo-con img {
        width: 100%;
        height: auto;
    }
  }
  
  .logo-con {
    flex: 1;
    margin-left: 1vw;
    display: flex;
    align-items: center;
  }
  
  .logo-con img {
    width: 60%;
    height: auto;
  }
  
  .punk {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .punk a {
    text-decoration: none;
    color: #000;
    margin: 2vw;
    padding: 0.4vw;
    transition: all 0.3s ease;
  }
  
  .punk a:hover, .punk a.active {
    background-color: #4588B8;
    color: #fff;
    border-radius: 15px;
  }
  
  .action-con {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 1vw;
  }
  
  .button-menu-visit {
    padding: 10px 20px;
    background-color: #4588B8;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #fff;
    font-size: 1.3vw;
    transition: background-color 0.3s ease;
  }
  
  @media (max-width: 769px) {
    .button-menu-visit{
      font-size: 3.3vw;
    }
  }
  
  .button-menu-visit:hover {
    background-color: #fff;
    border: 2px solid #4588B8;
    color: #4588B8;
  }
  
  .mobile-menu-button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  
  .mobile-menu-button i {
    font-size: 30px;
    color: #333;
  }
  
  .mobile-menu {
    position: fixed;
    top: 77vw; /* Начальное положение совпадает с обычным меню */
    right: 5%;
    width: 200px;
    max-height: 0;
    background-color: #f8f9fa;
    border: 1px solid #4588B8;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10001;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, top 0.5s ease;
    opacity: 0;
  }
  
  .mobile-menu-content i {
    display: contents;
    color: #4588B8;
  }
  
  .mobile-menu.show {
    max-height: 240px;
    opacity: 1;
  }
  
  .mobile-menu-content {
    padding: 10px;
  }
  
  .mobile-menu-content a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: #000;
    font-size: 1.2em;
  }
  
  @media (min-width: 769px) {
    .mobile-menu-button {
        display: none;
    }
  }
  
  @media (max-width: 769px) {
    .punk{
      display: none;
    }
    .logo-con img {
      width: 66%;
      height: auto;
      margin: auto;
    }
  }
  
  
  @media (max-width: 768px) {
    .content-top {
      
      
      background-color: #fff;
      display: block;
      text-align: center;
      padding: 2vw 0;
    }
    
    .logo-con {
      margin-bottom: 2vw;
    }
    
    .info-top {
      width: 95%;
      display: block;
      gap: 0;
    }
    
    .clok, .phone {
      margin-bottom: 1.5vw;
    }
  
    .location, .metro {
      margin-top: 1.5vw;
    }
  
    
  }

  



  




.coneiner-dockor {
    width: 85vw;
    position: relative;
    top: 6vw;
    margin: auto;
}

@media (max-width: 768px) {
    .coneiner-dockor{
      top: 12vw;
    }
}

.kateg-med i, .kateg-med span {
    font-size: 2vw;
    font-weight: 700;
}

.kateg-med i{
  margin-right: 0.4vw;
}

.sect-doc{
    padding: 1vw;
}

.medic-specialists {
    display: flex;
    
  }
  
  /* Каждая карточка врача как ссылка */
  .medic-specialist {
    text-align: center;
    width: 30%;
    background-color: #fff;
    padding: 20px;
    margin: 1vw;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  /* Картинки врачей */
  .medic-specialist img {
    width: 100%;
    height: 70%;
    border-radius: 10px;
    object-fit: cover;
    margin: auto;
    
  }
  
  /* Имя врача */
  .medic-specialist h3 {
    font-size: 20px;
    margin-top: 1vw;
    text-transform: capitalize;
  }

h3 {
  text-transform: capitalize !important;
}
h3::first-letter {
  text-transform: uppercase !important;
}

  
  /* Титул врача */
  .medic-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  /* Специализация врача */
  .medic-specialty {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  /* Экспертиза врача */
  .medic-expertise {
    font-size: 16px;
    margin-bottom: 5px;
    color: #666;
  }
  
  /* Эффекты при наведении */
  .medic-specialist:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    color: #2d9cdb;
  }
  
  /* Адаптивные стили для мобильных устройств */
  @media (max-width: 768px) {
    .medic-specialists {
        flex-direction: column;
        align-items: center;
    }
  
    .medic-specialist {
        width: 100%;
        margin-bottom: 20px;
    }
    .kateg-med i, .kateg-med span {
      font-size: 16px;
      font-weight: 700;
    }
  }

.specialty img {
  display: inline;
  width: 2vw;
  position: relative;
  top: 0.3vw;
  /* font-size: 2vw; */
  max-width: 100%;

}

.specialty{
  display: flex;
  align-items: center;
  margin-top: 1vw;
  color: #000; 
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 768px) {
  .specialty img {
    width: 4vw;
    
  }


}


















































.clearfix::after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
  height: 6vw;
}



  #flow {
    border: 1px solid #4588B8;
    border-radius: 2vw 2vw 0 0;
    padding: 1vw 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .flow-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 2vw;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  
  .footer-section {
    flex: 1;
    margin: 1vw;
    color: #4588B8;
  }
  
  .footer-section p {
    margin: 1vw;
  }
  
  .footer-section h4 {
    margin-bottom: 1vw;
    font-size: 1.8vw;
    padding-bottom: 0.5vw;
  
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin: 0.5vw 0;
    display: flex;
    align-items: center; /* Центрирование по вертикали */
    line-height: 1.5; /* Устанавливаем высоту строки для выравнивания текста */
  }
  
  .footer-section i {
    margin-right: 1vw;
    font-size: 1.8vw;
    vertical-align: sub; /* Убедимся, что иконки вертикально выровнены с текстом */
  }
  
  
  .footer-section a {
    color: #4588B8;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-section a:hover {
    color: #1d5e85;
  }
  
  .footer-section i {
    margin-right: 1vw;
    font-size: 1.8vw;
  }
  
  .logo-section {
    text-align: center;
  }
  
  .language-container {
    display: flex;
    gap: 1vw;
    justify-content: center;
    margin-top: 1vw;
  }
  
  .language-switch {
    font-size: 1.6vw;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 2vw;
    color: #4588B8;
  }
  
  .footer-bottom p {
    margin: 0;
  }
  
  .button-menu-visit-fut {
    padding: 1vw 2vw;
    background-color: #4588B8;
    color: white;
    border: none;
    width: 80%;
    cursor: pointer;
    border-radius: 1vw;
    border: 0.2vw solid #fff;
    font-size: 1.3vw;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    margin-top: 1.6vw;
    box-sizing: border-box;
  }
  
  .button-menu-visit-fut:hover {
    background-color: #fff;
    border: 0.2vw solid #4588B8;
    color: #4588B8;
  }
  
  
  /* Mobile Styles */
  @media (max-width: 769px) {
    .flow-container {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-section {
      margin: 2vw 0;
    }
  
    .footer-section h4 {
      font-size: 4vw;
      text-align: center; /* Центрирование заголовка на мобильной версии */
    }
  
    .footer-section ul {
      display: grid; /* Используем grid для двух колонок */
      grid-template-columns: repeat(2, 1fr); /* Две колонки */
      gap: 1vw; /* Пробел между элементами */
      justify-items: center; /* Центрирование элементов списка */
      margin: 0 auto; /* Центрирование всего списка */
    }
  
    .footer-section ul li {
      flex: 1 0 45%; /* Задает ширину в два столбца */
      margin: 1vw; /* Отступы между элементами */
    }
  
    .button-menu-visit-fut {
      font-size: 3.3vw;
      width: 90%;
    }
  
    .language-container {
      justify-content: space-around;
      width: 100%;
    }
  
    .language-switch {
      font-size: 3vw;
    }
  
    .footer-section i {
      font-size: 3vw;
    }
  }






  .test { 
    text-decoration: none;
    cursor: pointer;
    padding: 5px;

    /* Плавный переход только радиуса */
    transition: border-radius 0.5s ease;
}

.test:hover {
    background-color: #4588B8;
    border-radius: 10px;
    color: #fff;
}

.test.clicked {
    background-color: #4588B8;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}