.tm-loader {
    display: inline-block;
}
.tm-loader div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 4px solid #184FE1;
    border-radius: 50%;
    animation: tm-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #184FE1 transparent transparent transparent;
}
@keyframes tm-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.grecaptcha-badge { visibility: hidden; }
.header_verification-message__ico{
    height: 18px;
    width: 18px;
    margin-left: 10px;
    display: none;
}
.header_verification-message__ico img {
    width: 100%;
    height: auto;
}

.tm-popup{
    padding: 15px 0px 15px  0px;
    background: white;
}
.tm-message{
    padding-left: 15px;
}
.tm-choice{
    display: none;
    cursor: pointer;
}

.tm-loader div:nth-child(1) {
    animation-delay: -0.45s;
}
.tm-loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.tm-loader div:nth-child(3) {
    animation-delay: -0.15s;
}
