.burger{
    display: none;
}
.partners_grid{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.partner_item{
    display: flex;
    width: 260px;
    height: 100px;
}
.partner_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hiddenmenu{
    position: fixed;
    top: 0;
    left: 0%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
#bashka nav{
    position: static;
    top: 0;
    left: 50%;
/*     transform: translateX(-50%); */
    width: 100%;
    z-index: 30;
    /* transition: all 0.2s ease-in-out; */
}
/* #bashka nav.active{
    background: black;
} */
#bashka{
    padding-top: 0!important;
}
@media screen and (max-width: 768px) {
    section > * {
      width: 100%;
      box-sizing: border-box;
    }
    html, body {
      min-width: 100%;
    }
    /* body {min-width:640px; width:100%; overflow-x:hidden;} */
    body > * {
      max-width: 100%;
      box-sizing: border-box;
    }
    section{
        overflow: hidden;
    }
    
/*     section {
      min-width: 100%;
      width: 100%;
      margin: 0;
      margin-bottom: 10px;

    } */
    .workspace {
        width: 95% !important;
    }
    .new_nav{
        display: none!important;
    }
    .new_socials{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .new_socials img{
        position: static!important;
    }
    .new_socials a{
        display: flex;
    }
    .new_ban_title_container{
        height: auto!important;
        padding-bottom: 20px;
    }
    .new_ban_title{
        padding-top: 0!important;
        font-size: 35px!important;
        line-height: 1.2em!important;
    }
    .new_about_item{
        width: 100%!important;
        height: auto!important;
        padding: 0!important;
        padding-left: 50px!important;
        min-height: 30px!important;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .new_services{
        width: 100%!important;
        box-sizing: border-box;
    }
    .new_services + .new_services{
        padding-top: 40px;
    }
    .new_ivent{
        width: 100%!important;
    }
    .new_news{
        display: flex!important;
        flex-direction: column!important;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px!important;
    }
    .new_news img{
        width: 100%!important;
    }
    .new_news_item{
        width: 100%!important;
        box-sizing: border-box;
    }
    .new_news_btn{
        width: 100%!important;
        box-sizing: border-box;
        margin: 0!important;
        margin-top: 30px!important;
    }
    .slick-arrow{
        display: none!important;
    }
    .footer_wrapper{
        display: flex;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: flex-start!important;
        gap: 20px;
    }
    .footer_wrapper > div{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .footer_nav{
        text-align: center;
    }
    .footer_item{
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .footer_item a{
        width: auto!important;
    }

    .burger{
        display: block;
        z-index: 10;
        position: relative;
        cursor: pointer;
        width: 32px;
        height: 14px;
        transition: all 0.2s ease-in;
        flex-shrink: 0;
    }
    .burger span::before{
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: white;
        border-radius: 50px;
        transition: all 0.2s ease-in;
    }
    .burger span::after{
        position: absolute;
        bottom: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: white;
        border-radius: 50px;
        transition: all 0.2s ease-in;
    }
    .burger:hover  span::after, .burger:hover span::before{
        background:white;
    }
    .burger.active span::after{
        background:white;
        transform: rotate(-45deg) translate(3px, -6px);
    }
    .burger.active span::before{
        background:white;
        transform: rotate(45deg) translate(2px, 6px);
    }
    .hiddenmenu{
        position: fixed;
        top: 0;
        left: 0%;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
        opacity: 0;
        z-index: 9;
    }
    .hiddenmenu.active{
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 100%;
    
    }
    .burger_menu{
        background: black;
        background-size: cover;
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        padding: 172px 0 70px 70px;
        padding-left: 3%;
        box-sizing: border-box;
    }
    .hidden_items{
        max-height: 75vh;
        overflow: auto;
    
    }
    .hidden_socials{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 32px;
    }
    .hidden_socials a:not(:last-child){
        margin-right: 18px;
    }
    .hidden_item{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .hidden_item a{
        font-style: normal;
        font-weight: 400;
        font-size:23px;
        line-height: 28px;
        color: white;
        margin-bottom: 20px;
    }
    .hidden_item a:last-child{
        margin-bottom: 0;
    }
    .hidden_item + .hidden_item{
        margin-top: 50px;
    }     
    body.fixed{
        overflow: hidden;
    }
    .bp1{
        width: 100%!important;
    }
    .new_main_img{
        width: 100%!important;
    }
    .document_name.word::before {
        flex-shrink: 0;
    }
    #map{
        width: 100%!important;
        margin-left: 0!important;
    }
    .partners_grid{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
/*     #bashka{
        padding-top: 140px!important;
    } */
}