.tblUsloviya {
    width: 100%;
}
.tblUsloviya td {
    width: 50%;
    font-family: 'corpid_e1s_scd_regular';
    font-size: 18px;
    color: #191919;
    padding: 19px 36px 17px 36px;
    background-color: #fff;
    vertical-align: middle;
}
.tblUsloviya tr:nth-child(2n) td {
    background-color: #F7F8FA;
}
.ico-rub {
    font-size: 14px;
}
.violet {
    font-size: 24px;
    color: #5A4FFF;
}
.violet .ico-rub {
    font-size: 18px;
}
.tblUsloviya .info--ns .hint {
    padding: unset;
    position: unset;
    left: unset;
    top: unset;
}
.tblUsloviya .info--ns .hint_btn {
    width: auto;
    height: auto;
    line-height: unset;
}
.tblUsloviya .info--ns .hint + .notice {
    bottom: 29px;
    right: -53px;
}
.tblUsloviya .info--ns .hint + .notice::before,
.tblUsloviya .info--ns .hint + .notice::after {
    left: 173px;
}
.tblUsloviya .info--ns .hint_btn {
    border: 0;
}
@media all and (max-width: 526px) {
    .tblUsloviya tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .tblUsloviya td {
        width: 100%;
        box-sizing: border-box;
    }
    .info--ns .hint + .notice {
        right: unset;
        left: 140px;
    }
    .info--ns .hint + .notice::before,
    .info--ns .hint + .notice::after {
        left: 0;
    }
}