@media only screen and (max-width: 900px){





}

@media only screen and (max-width: 980px) {
    header{
        min-height: 35px;
    }

    main{
        margin-top: 35px;

    }
    nav{
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center; 
       width: 100%;
    }
    .logo{
        display: none;
    }

     .secretMenu{
        margin-top: 5px;
    
    }

    .ham_menu{
        display: block;


    }

    .nav{
        display:none;
    }

    .nav ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .firstPart{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .stPartLeft, .stPartRight {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 0;
            width: 100%;
                    background: linear-gradient(45deg,rgb(247, 244, 239), rgb(246, 225, 186));


}

.stPartLeft{
    height: 300px;
}

.stPartLeft img{
        width:  85%;
        height: 300px;
        

}

.stPartRight h2{
    font-size: 20px;
}

.secondPart h2{
    font-size: 25px;

}

.rdPartText h2{
    font-size: 20px;
}
.rdPartText{
    text-align: center;
}

footer{
        font-size: 12.5px;

}

.sidlo, .vyrobna{
     margin:0px 25px 0px 25px;
     text-align: center;

}

.seconPart{
   max-height: 60px;
}

.star table{
    width: 350px;
    font-size: 11.5px;
}

.allFaq{
        margin: 15px 35px 15px 35px;

}

.startFaq{
 text-align: center;
}

.oneFaq{
        padding: 15.5px;

}

.allRecepty {
     margin: 15px 35px 15px 35px;

}

.primeContacts{
    width: 80%;
    text-align: center;
}

.visitImg img{
    width: 100px;
}

.visitParagraph{
    font-size: 14.5px;
    text-align: center;
}

}

@media only screen and (min-width: 901px) and (max-width:1111px) {
.stPartRight h2{
    font-size: 35px;
}

.secondPart h2{
    font-size: 32.5px;

}

footer{
        font-size: 14.5px;

}




}

@media only screen and (min-width: 901px) and (max-width:1505px){





}

@media only screen and (max-width: 427.5px){



}
@media only screen and (min-width: 981px){
    header{
        min-height: 100px !important;
    }

    main{
        margin-top:100px !important;
    }

    .ham_menu, .cross_menu{
        display: none !important;
    }

    .nav{
        display: block !important;
    }



}