/* Generated by vite-plugin-svg-spritemap */
.reqblock__top {
    padding: 32px 20px 16px 20px;
}

.reqblock__toptitle {
    font-size: 24px;
    line-height: 116.666667%; /* 28/24 */
    font-weight: 700;
}

.reqblock__toptext {
    margin-top: 16px;
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
    color: var(--grayColor);
}

.reqblock__topexp {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yellowColor);
    transition: color 0.3s;
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 118.75%; /* 19/16 */
}

    .reqblock__topexp::before {
        line-height: 1;
        margin-top: -3px;
    }

.reqblock__topline {
    height: 11px;
    background-color: var(--blockBg);
    border-radius: 10px;
    position: relative;
    margin-top: 32px;
}

    .reqblock__topline span {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        border-radius: 10px;
        display: block;
        background: url("../assets/img/line-bg.webp") 0 0/cover no-repeat;
    }

.reqblock__steps {
    font-size: 12px;
    line-height: 116.666667%; /* 14/12 */
    color: var(--grayColor);
}

    .reqblock__steps:not(:last-child) {
        margin-bottom: 16px;
    }

.reqblock__title {
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
    font-weight: 500;
}

    .reqblock__title:not(:last-child) {
        margin-bottom: 32px;
    }

.reqblock__inputs.reqblock__inputs--big {
    max-width: none;
}

.reqblock__warn {
    font-size: 12px;
    line-height: 133.333333%; /* 16/12 */
    padding: 16px;
    border-radius: 8px;
    background-color: rgba(168, 168, 168, 0.2);
    color: var(--grayColor);
}

    .reqblock__warn:not(:last-child) {
        margin-bottom: 32px;
    }

    .reqblock__warn:not(:first-child) {
        margin-top: 32px;
    }

    .reqblock__warn p:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__warn span,
    .reqblock__warn strong {
        display: block;
    }

.reqblock__info {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
    padding: 16px;
    border-radius: 8px;
    font-weight: 500;
}

    .reqblock__info:not(:last-child) {
        margin-bottom: 32px;
    }

    .reqblock__info:not(:first-child) {
        margin-top: 32px;
    }

    .reqblock__info.reqblock__info--yellow {
        color: var(--yellowColor);
        background-color: rgba(194, 141, 5, 0.2);
    }

    .reqblock__info.reqblock__info--orange {
        color: var(--errorColor);
        background-color: rgba(255, 132, 0, 0.2);
    }

    .reqblock__info.reqblock__info--green {
        color: var(--greenColor);
        background-color: rgba(152, 255, 10, 0.2);
    }

    .reqblock__info::before {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.reqblock__rows:not(:last-child) {
    margin-bottom: 32px;
}

.reqblock__rows:not(:first-child) {
    margin-top: 32px;
}

.reqblock__row {
    color: var(--grayColor);
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
}

    .reqblock__row:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__row span:first-child {
        font-weight: 500;
    }

    .reqblock__row span:last-child {
        font-weight: 700;
    }

.reqblock__poplinkblock:not(:last-child) {
    margin-bottom: 32px;
}

.reqblock__poplinkblock:not(:first-child) {
    margin-top: 32px;
}

.reqblock__poplinktop {
    font-size: 12px;
    line-height: 116.666667%; /* 14/12 */
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    color: var(--grayColor);
}

    .reqblock__poplinktop:not(:last-child) {
        margin-bottom: 16px;
    }

.reqblock__poplinktopbutton {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
    color: var(--yellowColor);
    transition: color 0.3s;
    flex-direction: row-reverse;
    font-weight: 500;
}

    .reqblock__poplinktopbutton::before {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: 400;
    }

.reqblock__poplink {
    border-radius: 8px;
    border: 1px dashed #383838;
    background-color: var(--bgColor);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 23px;
    gap: 10px;
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
    transition: color 0.3s;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

    .reqblock__poplink:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__poplink::before {
        font-weight: 400;
        line-height: 1;
    }

.reqblock__popinput {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.reqblock__filename {
    opacity: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yellowColor);
    transition: color 0.3s;
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 118.75%; /* 19/16 */
    margin-bottom: -16px;
    min-height: 19px;
}

    .reqblock__filename::before {
        line-height: 1;
        margin-top: -3px;
    }

.full .reqblock__filename {
    opacity: 1;
}

.reqblock__poplinkrows:not(:last-child) {
    margin-bottom: 16px;
}

.reqblock__poplinkrow {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

    .reqblock__poplinkrow:not(:last-child) {
        border-bottom: 1px solid #383838;
    }

.reqblock__poplinkname {
    font-size: 14px;
    line-height: 114.285714%; /* 16/14 */
    padding: 16px 0;
    font-weight: 500;
}

.reqblock__poplinkdelbutton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--yellowColor);
    transition: color 0.3s;
    font-size: 16px;
}

.reqblock__popbottom {
    font-size: 12px;
    line-height: 116.666667%; /* 14/12 */
    color: var(--grayColor);
}

.reqblock__image:not(:last-child) {
    margin-bottom: 32px;
    background-color: white;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 32px;
    line-height: 22px;
}

.reqblock__image img {
    width: 100%;
    -ms-border-radius: 16px;
    border-radius: 16px;
}

.reqblock__printbutton {
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    line-height: 118.75%; /* 19/16 */
    color: var(--yellowColor);
    transition: color 0.3s;
    font-weight: 600;
}

    .reqblock__printbutton:not(:last-child) {
        margin-bottom: 32px;
    }

    .reqblock__printbutton::before {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-weight: 400;
    }

.reqblock__text {
    color: var(--grayColor);
    font-size: 14px;
    line-height: 128.571429%; /* 18/14 */
    font-weight: 500;
}

.reqblock__tableblock {
    margin: 20px;
}

    .reqblock__tableblock table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        font-size: 14px;
        line-height: 114.285714%; /* 16/14 */
        font-weight: 500;
    }

        .reqblock__tableblock table + .reqblock__buttons {
            margin-top: 24px;
        }

.reqblock__tablelink {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--yellowColor);
    transition: color 0.3s;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: 500;
    word-break: break-word;
}

    .reqblock__tablelink::before {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-weight: 400;
    }

    .reqblock__tablelink svg {
        width: 12px;
        position: relative;
        bottom: 2px;
    }

.reqblock__status {
    font-size: 12px;
    line-height: 116.666667%; /* 14/12 */
    font-weight: 500;
    padding: 3px 5px 2px 4px;
    display: inline-block;
    border-radius: 4px;
}

.reqblock__status--green {
    background-color: rgba(152, 255, 10, 0.2);
    color: var(--greenColor);
}

.reqblock__status--orange {
    background-color: rgba(255, 132, 0, 0.2);
    color: var(--errorColor);
}

.reqblock__status--gray {
    color: var(--grayColor);
    background-color: rgba(168, 168, 168, 0.2);
}

.reqblock__status--yellow {
    color: var(--yellowColor);
    background-color: rgba(168, 168, 168, 0.2);
}

.reqblock__pagging {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
}

.reqblock__paggingarrow {
    width: 51px;
    height: 40px;
    flex: 0 0 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--yellowColor);
    transition: background-color 0.3s;
    border-radius: 8px;
}

.reqblock__pagginglist {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reqblock__pagginglink {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    border-radius: 8px;
    font-weight: 500;
    line-height: 114.285714%; /* 16/14 */
    font-size: 14px;
    padding: 12px 5px;
    color: var(--yellowColor);
    transition: background-color 0.3s, color 0.3s;
}

    .reqblock__pagginglink.reqblock__pagginglink--active {
        background-color: var(--blockBg);
        color: var(--mainColor);
    }

.reqblock__topform {
    padding-bottom: 24px;
}

    .reqblock__topform .inprow {
        padding-bottom: 0;
    }

        .reqblock__topform .inprow .input {
            border-color: rgba(168, 168, 168, 0.2);
        }

            .reqblock__topform .inprow .input.--form-error {
                border-color: var(--errorColor);
            }

.reqblock__topforminp {
    margin-top: 16px;
}

.reqblock__topsel {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .reqblock__topsel + .reqblock__topsel {
        margin-top: 16px;
    }

    .reqblock__topsel > span {
        font-size: 14px;
        line-height: 114.285714%; /* 16/14 */
        font-weight: 500;
        min-width: 144px;
    }

    .reqblock__topsel .select {
        width: 80px;
        flex: 0 0 80px;
    }

        .reqblock__topsel .select.--select-open .select__value::after {
            transform: rotate(-180deg);
        }

    .reqblock__topsel .select__title {
        border-color: rgba(168, 168, 168, 0.2);
    }

    .reqblock__topsel .select__value {
        padding: 15px 13px;
    }

        .reqblock__topsel .select__value:after {
            content: "\f112";
            font-family: iconfont;
            transition: all 0.3s ease 0s;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--yellowColor);
            line-height: 1;
            width: 24px;
            height: 21px;
            flex: 0 0 24px;
            font-size: 10px;
        }

    .reqblock__topsel .select__content {
        padding: 0;
        font-size: 16px;
        font-weight: 600;
    }

.h2_title {
    font-size: 18px;
    line-height: 116.666667%; /* 28/24 */
    font-weight: 700;
    margin-top: 16px;
}

@media (max-width: 75.93625em) {
    .reqblock__poplink::before {
        width: 16px;
        height: 16px;
        font-size: 16px;
        flex: 0 0 16px;
    }

    .reqblock__tableblock table {
        border-top: 1px solid #303030;
    }

        .reqblock__tableblock table thead {
            display: none;
        }

    .reqblock__tableblock-list tbody tr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        padding-top: 4px;
        padding-bottom: 3px;
    }

        .reqblock__tableblock-list tbody tr td {
            padding: 12px 10px;
            border-bottom: none;
        }

            .reqblock__tableblock-list tbody tr td:nth-child(1) {
                grid-column: 1/3;
                grid-row: 1/2;
            }

            .reqblock__tableblock-list tbody tr td:nth-child(2) {
                grid-column: 3/5;
                grid-row: 1/2;
            }

            .reqblock__tableblock-list tbody tr td:nth-child(3) {
                border-bottom: 1px solid #303030;
                grid-column: 1/2;
                grid-row: 2/3;
            }

            .reqblock__tableblock-list tbody tr td:nth-child(4) {
                border-bottom: 1px solid #303030;
                grid-column: 2/3;
                grid-row: 2/3;
            }

            .reqblock__tableblock-list tbody tr td:nth-child(5) {
                grid-column: 5/7;
                grid-row: 1/2;
            }

            .reqblock__tableblock-list tbody tr td:nth-child(6) {
                border-bottom: 1px solid #303030;
                grid-row: 2/3;
                grid-column: 3/5;
            }

            .reqblock__tableblock-list tbody tr td:nth-child(7) {
                border-bottom: 1px solid #303030;
                grid-row: 2/3;
                grid-column: 5/7;
            }

    .reqblock__topsel.reqblock__topsel--tab .select {
        width: auto;
        flex-basis: auto;
    }

    .reqblock__tableblock-reestr table tbody tr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding-top: 4px;
        padding-bottom: 3px;
    }

        .reqblock__tableblock-reestr table tbody tr td {
            padding: 12px 12px;
            border-bottom: none;
        }

            .reqblock__tableblock-reestr table tbody tr td:nth-child(4) {
                border-bottom: 1px solid #303030;
            }

            .reqblock__tableblock-reestr table tbody tr td:nth-child(5) {
                border-bottom: 1px solid #303030;
            }

            .reqblock__tableblock-reestr table tbody tr td:nth-child(6) {
                border-bottom: 1px solid #303030;
            }

    .reqblock__tableblock-massa table tbody tr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding-top: 4px;
        padding-bottom: 3px;
        border-bottom: 1px solid #303030;
    }

        .reqblock__tableblock-massa table tbody tr td {
            padding: 12px 12px;
            border-bottom: none;
        }

            .reqblock__tableblock-massa table tbody tr td:nth-child(7) {
                grid-column: 3/4;
            }

    .reqblock__tableblock-report table tbody tr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding-top: 4px;
        padding-bottom: 3px;
        border-bottom: 1px solid #303030;
    }

        .reqblock__tableblock-report table tbody tr td {
            padding: 12px 12px;
            border-bottom: none;
        }
}

@media (max-width: 52.12375em) {
    .reqblock__topbutton {
        width: 100%;
        margin-top: 32px;
    }

    .reqblock__inputs:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__inputs.reqblock__inputs--big .inprow:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__inputs .inprow:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__row span:not(:last-child) {
        display: block;
        margin-bottom: 4px;
    }

    .reqblock__poplinkdelbutton {
        width: 28px;
        flex: 0 0 28px;
    }

    .reqblock__popbottomrow:not(:last-child) {
        margin-bottom: 8px;
    }

    .reqblock__button {
        display: flex;
        width: 100%;
    }

        .reqblock__button:not(:last-child) {
            margin-bottom: 16px;
        }

    .reqblock__tableblock-list tbody tr {
        grid-template-columns: 1fr 130px;
        border-bottom: 1px solid #303030;
    }

        .reqblock__tableblock-list tbody tr td:nth-child(2) {
            grid-column: 1/2;
            grid-row: 2/3;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(3) {
            grid-row: 3/4;
            border-bottom: none;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(4) {
            grid-row: 3/4;
            border-bottom: none;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(5) {
            grid-column: 2/3;
            grid-row: 2/3;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(6) {
            grid-column: 1/2;
            grid-row: 4/5;
            border-bottom: none;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(7) {
            grid-column: 2/3;
            grid-row: 4/5;
            border-bottom: none;
        }

    .reqblock__topform .button {
        width: 100%;
        margin-top: 16px;
    }

    .reqblock__tableblock-reestr table tbody tr {
        grid-template-columns: 1fr 1fr 93px;
    }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(1) {
            grid-column: 1/4;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(2) {
            grid-column: 1/4;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(3) {
            grid-column: 1/4;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(4) {
            grid-column: 1/2;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(5) {
            grid-column: 2/3;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(6) {
            grid-column: 3/4;
        }

    .reqblock__tableblock-massa table tbody tr {
        grid-template-columns: 1fr 108px;
    }

        .reqblock__tableblock-massa table tbody tr td:nth-child(1) {
            grid-column: 1/2;
            grid-row: 2/3;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(2) {
            grid-column: 2/3;
            grid-row: 2/3;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(3) {
            grid-column: 1/2;
            grid-row: 1/2;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(4) {
            grid-column: 1/2;
            grid-row: 3/4;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(5) {
            grid-column: 2/3;
            grid-row: 3/4;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(6) {
            grid-column: 2/3;
            grid-row: 1/2;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(7) {
            grid-column: 2/3;
            grid-row: 4/5;
            font-size: 12px;
        }

    .reqblock__tableblock-report table tbody tr {
        grid-template-columns: 1fr 1fr;
    }

        .reqblock__tableblock-report table tbody tr td:nth-child(1) {
            grid-column: 1/2;
        }

        .reqblock__tableblock-report table tbody tr td:nth-child(2) {
            grid-column: 1/2;
            grid-row: 2/3;
        }

        .reqblock__tableblock-report table tbody tr td:nth-child(3) {
            grid-column: 2/3;
            grid-row: 2/3;
        }
}

@media (min-width: 52.12375em) {
    .reqblock__top:has(.reqblock__topbutton) {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: start;
        column-gap: 20px;
    }

        .reqblock__top:has(.reqblock__topbutton) .reqblock__toptitle {
            order: 0;
        }

        .reqblock__top:has(.reqblock__topbutton) .reqblock__toptext {
            order: 2;
        }

        .reqblock__top:has(.reqblock__topbutton) .reqblock__topbutton {
            order: 1;
        }

    .reqblock__topbutton {
        min-width: 249px;
        grid-row: 1/3;
        grid-column: 2/3;
    }

    .reqblock__inputs:not(:last-child) {
        margin-bottom: 32px;
    }

    .reqblock__inputs {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        max-width: 702px;
    }

        .reqblock__inputs.reqblock__inputs--big .inprow {
            flex: 0 1 calc((100% - 16px) / 2);
        }

        .reqblock__inputs .inprow {
            flex: 0 1 calc((100% - 16px) / 2);
        }

    .reqblock__row {
        display: flex;
        gap: 16px;
    }

        .reqblock__row span:first-child {
            flex: 0 0 134px;
            width: 134px;
            word-break: break-word;
        }

    .reqblock__poplinkrow {
        padding-right: 7px;
    }

    .reqblock__poplinkdelbutton {
        width: 40px;
        flex: 0 0 40px;
    }

    .reqblock__popbottomrow:not(:last-child) {
        margin-bottom: 16px;
    }

    .reqblock__buttons {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .reqblock__button {
        min-width: 182px;
    }

    .reqblock__topform {
        display: flex;
        gap: 16px;
        align-items: flex-end;
    }

        .reqblock__topform .button {
            min-width: 182px;
        }

    .reqblock__topforminp {
        flex: 1 1 auto;
        max-width: 343px;
    }
}

@media (min-width: 75.93625em) {
    .reqblock__inputs.reqblock__inputs--big .inprow {
        flex: 0 1 calc((100% - 32px) / 3);
    }

    .reqblock__poplink::before {
        width: 21px;
        height: 21px;
        flex: 0 0 21px;
        font-size: 21px;
    }

    .reqblock__tableblock table thead tr th {
        background-color: var(--blockBg);
        font-weight: 500;
        text-align: left;
        font-weight: 500;
        padding: 16px 12px;
        font-size: 14px;
        line-height: 114.285714%; /* 16/14 */
    }

        .reqblock__tableblock table thead tr th:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .reqblock__tableblock table thead tr th:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

    .reqblock__tableblock-list tbody tr td {
        border-bottom: 1px solid #303030;
        padding: 16px 12px 15px 12px;
    }

        .reqblock__tableblock-list tbody tr td:nth-child(1) {
            width: 155px;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(2) {
            width: 256px;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(3) {
            width: 104px;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(4) {
            width: 124px;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(5) {
            width: 202px;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(6) {
            width: 140px;
        }

        .reqblock__tableblock-list tbody tr td:nth-child(7) {
            width: 130px;
        }

    .reqblock__number span {
        display: none;
    }

    .reqblock__price span {
        display: none;
    }

    .reqblock__topsel.reqblock__topsel--tab {
        display: none;
    }

    .reqblock__tableblock-reestr table thead tr th {
        padding: 8px 0;
    }

    .reqblock__tableblock-reestr table tbody tr td {
        border-bottom: 1px solid #303030;
        padding: 16px 12px 15px 12px;
    }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(1) {
            width: 155px;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(2) {
            width: 188px;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(3) {
            width: 256px;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(4) {
            width: 124px;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(5) {
            width: 202px;
        }

        .reqblock__tableblock-reestr table tbody tr td:nth-child(6) {
            width: 186px;
        }

    .reqblock__sortbutton {
        width: 100%;
        position: relative;
        padding: 8px 12px;
        text-align: left;
    }

        .reqblock__sortbutton::before, .reqblock__sortbutton::after {
            position: absolute;
            right: 12px;
            font-family: iconfont;
            width: 24px;
            height: 12px;
            display: flex;
            justify-content: center;
            color: rgba(168, 168, 168, 0.2);
        }

        .reqblock__sortbutton::before {
            content: "\f10f";
            top: -2px;
            align-items: flex-start;
        }

        .reqblock__sortbutton::after {
            content: "\f112";
            bottom: 4px;
        }

        .reqblock__sortbutton.reqblock__sortbutton--top::before {
            color: var(--mainColor);
        }

        .reqblock__sortbutton.reqblock__sortbutton--bottom::after {
            color: var(--mainColor);
        }

    .reqblock__tableblock-massa table tbody tr td {
        border-bottom: 1px solid #303030;
        padding: 19px 12px;
    }

        .reqblock__tableblock-massa table tbody tr td:nth-child(1) {
            width: 206px;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(2) {
            width: 84px;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(3) {
            width: 132px;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(4) {
            width: 234px;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(5) {
            width: 130px;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(6) {
            width: 120px;
        }

        .reqblock__tableblock-massa table tbody tr td:nth-child(7) {
            width: 205px;
        }

    .reqblock__tableblock-report table thead tr th {
        padding: 8px 0;
    }

    .reqblock__tableblock-report table tbody tr td {
        border-bottom: 1px solid #303030;
        padding: 19px 12px;
    }

        .reqblock__tableblock-report table tbody tr td:nth-child(1) {
            width: 30%;
        }

        .reqblock__tableblock-report table tbody tr td:nth-child(2) {
            width: 30%;
        }

        .reqblock__tableblock-report table tbody tr td:nth-child(3) {
            width: 30%;
        }
}

@media (any-hover: hover) {
    .reqblock__topexp:hover {
        color: var(--hoverYellow);
    }

        .reqblock__topexp:hover span {
            text-decoration: underline;
        }

    .reqblock__poplinktopbutton:hover {
        color: var(--hoverYellow);
    }

        .reqblock__poplinktopbutton:hover span {
            text-decoration: underline;
        }

    .reqblock__poplink:hover {
        color: var(--yellowColor);
    }

    .reqblock__poplinkdelbutton:hover {
        color: var(--hoverYellow);
    }

    .reqblock__printbutton:hover {
        color: var(--hoverYellow);
    }

        .reqblock__printbutton:hover span {
            text-decoration: underline;
        }

    .reqblock__tablelink:hover {
        color: var(--hoverYellow);
    }

        .reqblock__tablelink:hover span {
            text-decoration: underline;
        }

    .reqblock__paggingarrow:hover {
        background-color: var(--blockBg);
    }

    .reqblock__pagginglink:hover {
        background-color: var(--blockBg);
    }
}

/* =========================================
   light theme
   ========================================= */

/* title */
.theme-light .reqblock__tableblock-massa h2 {
    padding-left: 10px;
}

/* badge */
.theme-light .reqblock__tableblock-massa .reqblock__status--green {
    color: #2f6f3a;
    background: rgba(47, 111, 58, 0.12);
    border: 1px solid rgba(47, 111, 58, 0.22);
    padding: 4px 8px;
    border-radius: 6px;
}

.theme-light .reqblock__tableblock-massa .reqblock__info--green {
    color: #2f6f3a;
    background: rgba(47, 111, 58, 0.10);
    border: 1px solid rgba(47, 111, 58, 0.18);
}

.theme-light .reqblock__tableblock-massa .reqblock__status {
    font-weight: 600;
}

/* button */
.theme-light .reqblock__tableblock-massa .reqblock__buttons {
    padding: 20px 24px 24px; /* отступы от краёв карточки */
    display: flex;
    gap: 16px; /* расстояние между кнопками */
    justify-content: flex-start;
}

/* на мобильных — пусть не упираются в край */
@media (max-width: 768px) {
    .theme-light .reqblock__tableblock-massa .reqblock__buttons {
        padding: 16px;
        flex-wrap: wrap;
    }

        .theme-light .reqblock__tableblock-massa .reqblock__buttons .reqblock__button {
            width: 100%;
        }
}