.page__container,
.footer,
.backdrop,
.modal__footer
{
    display: none;
}

.modal {
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
    position: static;
    width: 400px;
}

.modal__term,
.modal__description {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.modal__row {
    margin-bottom: 10px;
}

