.clinics {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  
  .clinics__title {
    font-size: 64px !important;
    font-family: 'Proxima Nova ExCn Rg' !important;
    font-weight: normal !important;
    max-width: 1074px !important;
    line-height: 90% !important;
    margin: 0 auto 30px !important;
    text-align: center !important;
  }
  
  .clinics__title span {
    color: #0BA0B5 !important;
  }
  
  .clinics__subtitle {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    max-width: 730px;
    margin: 0 auto 60px;
  }
  
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}
  .nav-tabs {
    border: 0;
    column-gap: 20px;
  }
  
  .nav-tabs .nav-link {
    display: block;
    margin: 10px;
    padding: 0;
    border: 2px solid #0BA0B5;
    border-radius: 14px;
    font-size: 18px;
    color: #454545;
    font-weight: bold;
    min-width:207px;
    min-height:57px;
    text-align: center;
    line-height: 57px;
    cursor:pointer;
  }
  
  .nav-tabs .nav-link:hover {
    border-color: #0BA0B5;
    background-color: rgba(11, 160, 181, 0.1);
  }

    .nav-tabs .nav-link.activeb {
    color: #ffffff;
    background-color: #0BA0B5;
    border: 2px solid #0BA0B5;
    cursor:default;
  }
  
  .contacts__about {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 29px;
    margin: 0 auto 40px auto;
    justify-content: center;
    margin-top:40px;
  }

  .contacts__about .header__point{
    display:initial;
  }
  .contacts__about .header__time{
    
  }
  .contacts__about .header__phone{
    
  }
  .contacts__about .header__email{
    
  }


  .ya_map {
    font-family: arial;
    font-size: 12px;
    color: #454545;
  }

  #map{
    width: 100%;
    height: 600px;
  }

  @media only screen and (max-width:1100px){
    .clinics__title{
      padding:0 10px;
    }
  }


  @media (max-width: 992px) {
    .contacts__about{
      padding:0 20px;
      justify-content: space-between;
    }    
    .contacts__about .header__phone{
      display:initial;
    }
    .clinics__title{
      font-size: 40px!important;
    }
    .clinics__subtitle{
      font-size: 18px;
    }
  }


  @media only screen and (max-width:600px){
    #map{
      height: calc(100vw * 3 / 2);
    }    
  }



  @media only screen and (max-width: 340px) {
    .contacts__about{
      column-gap:10px;
    }
    .contacts__about .header__point, .contacts__about .header__phone{
      min-width:135px;
    }    
    .contacts__about .header__time, .contacts__about .header__email{
      min-width:135px;
    }    

  }