.t-popup__container {
    border-radius: 30px;
}

@media screen and (max-width: 560px) {
    .t-popup__close {
        background: #666088 !important;
    }
    .t-popup__close-icon rect {
        fill: #D0FF00 !important;
    }
    .t-popup__close-icon {
        width: 20px !important;
    }
}

/*стили для чек бокса политики на форме и поп-апе*/
.t-checkbox__indicator{
    border-radius:50%;
}

.t-checkbox__indicator:after{
    background-color: #cfff00;
    border-color:none;
}
.t-checkbox__indicator:after{
    content: "";
    display: none;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    margin: auto;
    border-radius: 50%;
    right: 0;
    bottom: 0;
}
/*конец*/
