@media only screen and (min-width: 0px) and (max-width: 640px) {
.t-popup__close.t-popup__block-close {
    background: #296cfd !important;
}
}


@media only screen and (min-width: 640px) and (max-width: 2400px) {
.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    border-radius: 15px !important;
}
}