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

@media (max-width: 1300px){
    nav ul li a{
        font-size: 13px;
    }

}


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

    .menu__mb{
        display: none;
    }

    .h2-mob{
        display: none;
    }

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

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

    .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: 0px;
    }

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

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

    .header-mob{
        background: none;
    }

    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-text{
        margin-top: 94px;
    }

    .about{
        padding: 0;
    }

    .h2-mob{
        font-size: 30px;
    }

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

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

    .section h2{
        display: none;
    }

    .section{
        margin-top: 130px;
    }

    #container{
        height: 300px;
    }

    .h2{
        font-size: 30px;
    }

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

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

    .footer-bg{
        height: 138px;
    }
    .reviews{
        padding-top: 0px;
    }

    .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: 80px;
    }
}