@media(max-width: 1200px) {
    .container {
      max-width: 960px;
    }
    .menu-toggle {
        display: none;
    }



    .events__img{
        width: 400px;
        height: 300px;
        overflow: hidden;
    }

  
  }
  
  
  @media(max-width: 992px) {
    .container {
      max-width: 720px;
    }

    .events__img{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .events__list{
        flex-direction: column;
        justify-content: start;
        gap: 20px;
    }

    .events__item-title{
        margin: 5px 0;
        font-size: 16px;
     }

     .events__item{
        gap: 10px;
        height: 400px;
        width: 100%;
    
    }

    .header__nav-logo .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }
  
    .logo__left-img{
        height: 100px;
    }
    .logo__right-img{
        width: 300px;
    }

    .events__item{
        gap: 10px;
        width: 50%;
        height: 500px;
    
    }

    .events__img{
        width: 500px;
        height: 300px;
        overflow: hidden;
    }


    .main__item {

        height: 350px;
    }

    .main__item{
        font-size: small;
    }

    
    .main__item img {
        width: 80px;
    }

    .footer .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
   
  }

  
  
  @media(max-width: 768px) {
    .container {
      max-width: 540px;
    }

    .header__nav-logo .container{
flex-direction: column;
margin: 0 auto;
    }

    .logo__left-img{
        height: 150px;
    }
    .logo__right-img{
        width: 400px;
    }


    .logo__right-img{
        width: 90%;
        display: block; 
    margin: 10px auto; 

    }

.header__nav-img{
    width: 100%;
     height: 150px;
     object-fit: cover;
}

.submenu__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid black;
}
.submenu__list a{
    width: 100%;
    text-align: center;
}


    .menu-toggle {
        display: block;
    }
    .menu-toggle2 {
        display: block;
    }

    .header__nav-link.hidden2 {
        display: none;
    }

    .nav__cont{
        position: relative;
    }

    .header__nav-links {
        position: inherit;
        top: 10px;
        right: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        width: 50%;
    }

    .header__nav-links a {
        padding: 10px 0;
        width: 100%;
    }
    
    .header__nav-link {
        color: rgb(0, 0, 0);
        font-size: 32px;
    }

    .main__top-list{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .main__workPacket-list{
        flex-direction: column;
    }

    .main__item {

        height: 350px;
    }

    .main__item{
        font-size: large;
    }

    
    .main__item img {
        width: 100px;
    }

    .workPacket__item{
        border: 1px solid rgb(0, 0, 0);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
        width: 90%;
        height: 300px; 
    }
    .workPacket__item:hover{
        transform: scale(1.05);
        cursor: pointer;
    }

    .main__news-list{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .pub11{
        width: 100%;
        height: 100%;
    }

    .publications__list-box{
        flex-direction: column;
        gap: 15px;
    }

    .tt{
        font-size: 16px;
    }

    .events__item{
        gap: 10px;
        width: 50%;
        height: 350px;
    
    }

    .events__img{
        width: 300px;
        height: 200px;
        overflow: hidden;
    }


    .footer__img{
        width: 100%;
    }

.footer_right-img{
    width: 100%;
}

.main__workPacket-list2{
    flex-direction: column;
}

.wp__structure-title{
    width: 100%;
}

.wp__active {
    display: none;
}
    
.workPacket__item2.expanded .wp__active {
    display: flex;
}
  }
  
  
  @media(max-width: 576px) {
    .container {
      max-width: auto;
    }
    .footer__left{
        font-size: small;
    }
    
    .logo__left-img{
        height: 100px;
    }
  }