::-webkit-scrollbar {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}

/* Для Firefox */
body {
    scrollbar-width: none !important;
}

@media screen and (max-width:640px) {
    .t-sociallinks__svg {
       width: 20px;
       height: 20px; 
    }
    .t450__close_icon {
       width: 15px!important;
       height: 15px!important;
    }
    .t450__list_item a {
       margin-bottom: 0px!important;
    }
}