@media (max-width: 1400px){
    nav ul li a{
        margin: 0 10px;
        white-space: nowrap;
    }
}

@media (max-width: 1300px){
    .tabs-text-1{
        position: absolute;
        top: 80px;
        right: 300px;
    }
    
    .tabs-text-2{
        position: absolute;
        top: 380px;
        right: 300px;
    }
    
    .tabs-text-3{
        position: absolute;
        top: 180px;
        right: 0px;
    }
    
    .tabs-text-4{
        position: absolute;
        top: 480px;
        right: 0px;
    }

    nav ul li a{
        font-size: 13px;
    }

}


@media (min-width: 1001px) {
    .text-mob{
        display: none;
    }

    .menu__mb{
        display: none;
    }

    .h2-mob{
        display: none;
    }

    .slider__content_foote{
        margin-bottom: 100px;
    }

    .footer-social .img-social{
        width: 60px;
    }
}

@media (max-width: 1000px) {
    .nav-desk{
        display: none;
    }

    .slider__control{
        background-color: #fff;
    }

    li{
        font-size: 14px;
    }
    .btn-desk{
        display: none;
    }

    header{
        padding: 0;
        padding-bottom: 5px;
    }

    .header-text h1{
        text-align: center;
        font-size: 25px;
    }

    .header-text-p{
        margin: 0 auto;
    }

    .header-text p{
        text-align: center;
    }

    .header-block{
        margin-top: 20px;
    }

    .img-header-desk{
        display: none;
    }
    
    .header-btn{
        margin: 0 auto;
        padding: 10px;
    }

    .header-block{
        margin-bottom: 0px;
        padding-bottom: 50px;
        
    }

    /* .header-mob{
        background: url(img/img-bg-mob-header.svg) top no-repeat;
    } */

    body, html{
        background-color: #fff;
    }



    .about{
        text-align: center;
    }

    .about .p-text-desk{
        font-size: 14px;
        line-height: 30px;
    }

    .p-text-desk{
        display: none;
    }

    .figure{
        display: none;
    }

    .h2{
        display: none;
    }

    .about-text p{
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px;
    }

    .text-mob p{
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .img-mob-about{
        width: 90%;
        margin: 0 auto;
    }
    
    .container-mob{
        background-color: #fff;
        height: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .logo-img{
        position: fixed;
        z-index: 999;
    }

    .header-block{
        padding-top: 115px;
    }

    .header-text{
        margin-top: -65px;
        width: 90%;
        margin: 0 auto;
    } 

    .about{
        padding: 0;
    }

    nav ul li a:hover {
        color: #fff;
    }


    .tabs-text-1{
        position: absolute;
        top: 20px;
        left: 4px;
    }
    
    .tabs-text-2{
        position: absolute;
        top: 20px;
        left: 95px;
    }
    
    .tabs-text-3{
        position: absolute;
        top: 20px;
        left: 185px;
    }
    
    .tabs-text-4{
        position: absolute;
        top: 20px;
        left: 275px;
    }

    label { 
        width: 80px; 
        height: 80px;
    } 

    label img{
        width: 40px;
        position: absolute;
        top: 15px;
    }

    input:checked + .tabs-text-1 { 
        color: #fff; 
        background: url(img/group-1.svg) center center/cover;
      } 
      input:checked + .tabs-text-2 { 
        color: #fff; 
        background: url(img/group-2.svg) center center/cover;
      } 
      input:checked + .tabs-text-3 { 
        color: #fff; 
        background: url(img/group-3.svg) center center/cover;
      } 
      input:checked + .tabs-text-4 { 
        color: #fff; 
        background: url(img/group-4.svg) center center/cover;
      } 
      input:checked + label img{ 
          display: none;
      }

      label span{
        font-size: 8px;
        position: absolute;
        top: 58px;
        line-height: 9px;
    }

    section { 
        font-size: 15px;
      }

    .h2-mob{
        text-align: center;
        padding-top: 75px;
        font-size: 40px;
        font-weight: bold;
    }

    .tabs-block{
        padding-top: 0px;
      }

    .section h2{
        display: none;
    }

    .section{
        margin-top: 130px;
    }

    #container{
        height: 300px;
    }

    .h2{
        font-size: 30px;
    }

    .slider__content_foote{
        width: 60%;
        margin: 0 auto;
        box-shadow: 0 44px 38px rgb(0 0 0 / 10%), 0 20px 20px rgb(0 0 0 / 15%);
    }

    .footer-bg-text{
        display: flex;
        flex-direction: column;
        padding-top: 40px;
    }

    .footer-bg-text h2{
        font-size: 20px;
    }

    .footer-bg{
        height: 138px;
    }

    .slide{
        padding-top: 20px;
        padding-bottom: 0;
    }

    .reviews{
        padding-top: 0px;
    }

    .doctors{
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .menu-footer-mob{
        display: none;
    }

    .footer-text{
        display: none;
    }

    .footer-social{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-footer{
        width: 100%;
        margin-right: 10px;
    }

    .footer-kontacti{
        display: none;
    }

    .privacy{
        display: none;
    }
    
    .text-crp{
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .text-crp .p{
        margin-left: 20px;
    }

    .menu-footer{
        font-size: 10px;
    }

    .header-btn{
        width: 150px;
    }

    .h2-mob-doctors{
        margin-top: 140px;
    }

    .map{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 500px;
        margin-bottom: 50px;
    }

    .map-text{
        width: 100%;
    }

    .btn-poslugi{
        margin: 0;
    }
    
    .slider__content_foote{
        margin-bottom: 60px;
    }
    .events__title{
        margin-top: 150px;
        font-size: 40px;
    }
    .header-btn-445 a{
        margin: 0 10px;
    }
    .header-btn-445{
        justify-content: center;
    }
    .tell{
        margin-bottom: 25px;
    }
    
    .popup .f-i-b{
        width: 90%;
        font-size: 17px;
    }
}


@media (max-width: 400px){
    label { 
        width: 60px; 
        height: 60px;
    } 

    label img{
        width: 30px;
        position: absolute;
        top: 10px;
    }

    label span{
        font-size: 6px;
        position: absolute;
        top: 43px;
        line-height: 6px;
    }

    .tabs-text-1{
        position: absolute;
        top: 20px;
        left: 4px;
    }
    
    .tabs-text-2{
        position: absolute;
        top: 20px;
        left: 75px;
    }
    
    .tabs-text-3{
        position: absolute;
        top: 20px;
        left: 150px;
    }
    
    .tabs-text-4{
        position: absolute;
        top: 20px;
        left: 225px;
    }

    .section{
        width: 100%;
        height: auto;
    }

    .h2-mob-doctors{
        margin-top: 155px;
    }

    .map-text h2{
        font-size: 25px;
    }

    .header-text h1{
        font-size: 20px;
    }
    .section{
        margin-top: 100px;
    }
    .slider__content_img-1{
        height: 200px;
    }
    .slider__content_img-2{
        height: 200px;
    }
    .slider__content_img-3{
        height: 200px;
    }
    .slider__content_img-4{
        height: 200px;
    }
    .slider__content_img-5{
        height: 200px;
    }
    .slider__content_img-6{
        height: 200px;
    }
    .slider__content_img-7{
        height: 200px;
    }
    .button{
        width: 70px;
        height: 70px;
    }
    .button img{
        height: 33px;
    }
    [data-tooltip]:hover::after{
        display: none;
    }
}