/*скругление у попапа*/
@media screen and (min-width: 671px) {
 .t-popup__container {
    border-radius: 15px;
}
}