

/* Start:/local/components/custom/content.list/templates/rekveziti/style.css?17809768743001*/
.requis {
    margin: 50px 0;
}

.requis__title {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #0370B1;
    text-align: left;
    margin: 0 0 30px 0;
}

.requis__wrapper {
    display: flex;
    flex-direction: column;
}

.requis__table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.requis__row {
    display: flex;
    align-items: center;
    background: linear-gradient(176deg, rgba(253, 255, 245, 1) 0%, rgba(227, 241, 253, 1) 100%);
    border-radius: 22px;
    padding: 16px 30px 16px 40px;
    min-height: 56px;
}

.requis__cell {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.requis__cell--label {
    width: 280px;
    flex-shrink: 0;
    font-weight: 600;
    color: #0370B1;
}

.requis__cell--value {
    flex: 1;
    font-weight: 600;
    color: #4A4747;
    word-break: break-word;
    padding-left: 15%;
}

@media screen and (max-width: 767px) {
    .requis {
        margin: 40px 0;
    }

    .requis__title {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 24px;
    }

    .requis__wrapper {
        padding: 0 10px;
    }

    .requis__table {
        gap: 8px;
    }

    .requis__row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        padding: 12px 16px;
        border-radius: 16px;
        gap: 0;
        min-height: auto;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .requis__cell--label {
        width: auto;
        flex-shrink: 0;
        font-size: 13px;
        line-height: 18px;
        color: #0370B1;
        font-weight: 600;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

    .requis__cell--value {
        flex: 1;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        color: #4A4747;
        text-align: right;
        padding-left: 16px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        min-width: 0;
    }

    .requis__row:nth-child(1),
    .requis__row:nth-child(2),
    .requis__row:nth-child(3) {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 14px 16px;
    }

    .requis__row:nth-child(1) .requis__cell,
    .requis__row:nth-child(2) .requis__cell,
    .requis__row:nth-child(3) .requis__cell {
        text-align: center;
        width: 100%;
        padding-left: 0;
    }

    .requis__row:nth-child(1) .requis__cell--value,
    .requis__row:nth-child(2) .requis__cell--value,
    .requis__row:nth-child(3) .requis__cell--value {
        text-align: center;
    }
}
/* End */
/* /local/components/custom/content.list/templates/rekveziti/style.css?17809768743001 */
