@charset "utf-8";
@media only screen and (max-width: 900px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header {
        background: #fbfbfb;
    }
    .header .grid {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header .links {
        font-size: 14px;
        gap: 16px;
    }
    .header .links > * {
        gap: 4px;
    }
    .header .links > *:before {
        width: 12px;
        height: 12px;
    }
    .header .links a {
        padding: 0;
        height: 24px;
        border-radius: 12px;
        border: 0;
    }
    .table {
        margin: 0 -16px;
    }
    .table table, .table tbody {
        display: block;
    }
    .table thead {
        display: none;
    }
    .table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 4px;
    }
    .table tr:nth-child(even) {
        background: #fbfbfb;
    }
    .table td {
        flex: 0 0 auto;
        width: 100%;
        padding: 4px !important;
        background: none !important;
        order: 3;
    }
    .table .td-photo {
        order: 1;
        width: 63px;
        padding-right: 0;
    }
    .table .td-photo > * {
        border-radius: 12px;
        width: 56px;
        height: 56px;
    }
    .table .td-descr {
        width: 100%;
    }
    .table .td-actions {
        order: 2;
        width: auto;
        margin-left: auto;
    }
    .table .table-title {
        display: inline;
    }
    .actions {
        max-width: 490px;
    }
    .actions > * {
        flex: 1;
    }
    .actions .btn {
        min-width: 0;
    }
    .login {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .login .logo {
        margin-bottom: 80px;
    }
    .login .logo img {
        max-width: 330px;
    }
    .bigform .row-selection-wide .label {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    .bigform .col {
        width: 100%;
    }
    .bigform .inputs-el {
        width: 100%;
    }
    .bigform .row-selection {
        flex-direction: column;
    }
    .photo-selection-grid, .button-selection-grid {
        flex-direction: column;
    }
    .photo-selection {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        width: auto !important;
    }
    .photo-selection input {
        width: 120px;
        flex: 0 0 auto;
    }
    .button-selection {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 16px;
    }
    .button-selection .txt {
        width: 100%;
        flex: 0 0 auto;
        margin-bottom: 8px;
    }
    .bigform .text {
        text-align: center;
    }
    .bigform .submit .btn {
        min-width: 0;
        width: 100%;
        max-width: 480px;
        font-size: 14px;
        border-radius: 22px;
        padding: 10px 12px;
    }
    .top-actions {
        margin: 12px 0;
        padding: 12px 0;
        gap: 12px;
    }
}
