.menu__link{
     white-space: nowrap;
}
@media(max-width:700px){
    .popup__close-btn-wrap {
    
    top: 50%!important;
    left: 100%!important;
   
}
}
.header__select-ul{
    z-index:100;}
    
  
        .halfs__block {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
}

.tech_works {
    background-color: #09081d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
}
    .events__picture >picture>img{
        object-fit: contain!important;
    }
    
 .basket__picture>img{
         object-fit: cover!important;
    border-radius: 15px!important;
 }   
.choise__label{
    flex-direction: column!important;
}
.popup__wrap{
    display: flex!important;
    align-content: center!important;
    flex-direction: column!important;
    justify-content: center!important;
}