
.btn-wrapper.imcc {
    height: 7.25rem;
    width: 22.5rem;

    background: linear-gradient(0deg, #DD2222, #DD2222), linear-gradient(0deg, #FFA5A5, #FFA5A5);

    border-radius: 20px;
    border: 1px solid #FFA5A5
}

.btn.imcc {
    font-size: 1.875rem;
}

.btn-wrapper.imcc:hover {
    background: linear-gradient(0deg, #890909, #890909), linear-gradient(0deg, #FFA5A5, #FFA5A5);
}


.btn-wrapper.imcc > span.restr, .btn-wrapper.imcin > span.restr {
    font-size: 1.875rem;
    font-weight: 700;

    position: absolute;
    left: unset;
    top: 3.8rem;

    color: #ffffff;
}

.tlg-wrapper > .tlg-btn {
    background-color: unset;
    width: unset;
}

.tlg-wrapper > .tlg-btn > .tlg-content {
    color: black;
    text-decoration: underline;
    width: unset;
    font-weight: 700;
    margin-left: 10px;
}

.a_link {
    color: black;
    text-decoration: underline;
}

.tlg-logo {
    width: 36px;
    height: 38px;
    background-color: #0FA8E0;
    border-radius: 5px;
}

.tlg-logo img {
    width: 26px;
    margin-top: 7px;
}