@media (max-width: 784px) {
    .menu-without-burger {
        display: none;
    }
    .logo {
        display: none;
    }
    .header_container{
        background: none;
    }
}
@media (min-width: 785px) {
    .container-1 {
        display: none;
    }
    .logo__menu {
        display: none;
    }
    .lang{
        display: none;
    }
}
@media (max-width: 540px){
    .main__content{
        flex-direction: column;   
        margin: 0;
        padding: 0;     
    }
    .main{
        height: auto;
        background-image: url(../images/phonebg.png);
    }
    .main__info{
        flex-direction: column;
        width: 100%;
    }
    .slogan{
        font-size: 25px;
    }
    .icons{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-left: 0px !important;
        background: rgba(255, 255, 255, 0.697);
        border-radius: 10px;
    }
    .slogan-2{
        font-size: 16px;
    }
    .main__btn {
        color: #fff;
        width: 100%;
        margin-top: 20px;
    }
    .main__btn h2{
        width: 90%;
        margin: 0px;
    }
    .btns{
        margin-left: 0px;
    }
    .icons{
        margin: 0px;
        margin-left: 180px;
    }
    .slogan__wrapper{
        width: 90%;
    }
    .main__content{
        margin-top: 0px;
        padding: 20px;
    }
    .hunter__wrapper{
        flex-direction: column;
        margin-top: 20px;
    }
    .hunter__description{
        width: 90%;
        margin-top: 0px;
    }
    .hunter__description h3{
        margin-top: 0px;
    }
    .galery{
        width: 100%;
    }
    .swiper-wrapper{
        width: 90%;
    }
    .swiper-wrapper img{
        width: 100%;
    }
    .swiper-slide{
        /* width: 360px !important; */
    }
    .type-content{
        flex-direction: column;
        height: auto;
    }
    .type-img{
        flex-direction: column;
        width: 100%;
    }
    .type-img img{
        width: 90%;
    }
    .type-text{
        width: 90%;
    }
    .foot-content{
        flex-direction: column;
    }
    .foot-info{
        width: 90%;
    }
    .foot-btn{
        width: 90%;
    }
    .type-wrapper{
        margin: 0;
        width: 90%;
    }
    .type-btn{
        width: 70%;
        margin: 10px;
    }
    .fish-type-wrapper{
        height: auto;
        flex-direction: column;
        width: 90%;
    }
    .type-title{
        font-size: 14px;
    }
    .type-text h3{
        font-size: 10px;
    }
    .contact-content-1{
        flex-direction: column;
    }
    .contact{
        height: auto;
    }
    .title-tour h2{
        font-size: 25px;
        width: 100%;
    }
    .tour__btn{
        margin-top: 20px;
        width: 250px;
    }
    .tour__galery{
        width: 100%;
    }
    .tour__galery img{
        width: 95%;
    }
    .tour__title{
        font-size: 25px;
        width: 70%;
    }
    .tour__banner{
        flex-direction: column;
        font-size: 11px;
    }
    .tour__text{
        width: 100%;
    }
    .tour__type__galery{
        width: 100%;
    }
    .tour__type__galery img{
        width: 90%;
    }
    .mySwiper2 {
        height: 350px;
        width: 350px;
    }
    .swiper {
        width: 330px;
    }
    .main__start{
        margin-top: 12px;
        margin-bottom: 10px;
    }
}