

/* Start:/rekvizity/style.css?17290648381045*/
.requisites .table {
    width: 100%;
    border-collapse: collapse;
}

.requisites .table  tr td:first-child {
    width: 30%;
}
.requisites .table  tr td:nth-child(2) {
    width: 70%;
}

.requisites .table  tr td {
    padding: 15px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 9px -6px rgba(0, 0, 0, 0.1) inset;
    line-height: 120%;
}

.requisites .download-link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    color: #f48120;
    text-decoration: none;
}

.requisites .download-link:hover {
    color: #f42020;
}

@media (max-width: 800px) {
    .requisites .table  tr td {
        width: 50% !important;
    }
}

@media (max-width: 500px) {
    .requisites .table  tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .requisites .table  tr td {
        width: 100% !important;
        padding: 15px 20px;
    }

    .requisites .table  tr td:first-child {
        background-color: #f9f9f9;
        font-weight: 600;
    }
}
/* End */
/* /rekvizity/style.css?17290648381045 */
