@media only screen and (min-width: 960px) and (max-width: 2500px) {
.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    border-radius:16px;
}
}


@media only screen and (min-width: 0px) and (max-width: 640px) {
.t-popup__close.t-popup__block-close {
    background-color: #1d4c63;
}
}