:root { --s: 1px; } @media (max-width: 1350px) { :root { --s: calc(100vw/1350) } } body { display: flex; flex-direction: row; justify-content: space-between; min-height: 100vh; } .ul-list ul { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 20rem; } .ul-list ul li { position: relative; padding-left: 30rem; } .ul-list ul li:before { content: ''; width: 10rem; height: 10rem; border: 1rem solid red; display: block; border-radius: 100rem; position: absolute; left: 0; top: 6rem; } .ul-list-2 ul { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10rem; } .ul-list-2 ul li { position: relative; padding-left: 20rem; } .ul-list-2 ul li:before { content: ''; width: 7rem; height: 7rem; border: 1rem solid red; display: block; border-radius: 100rem; position: absolute; left: 0; top: 9rem; } .table-content table { border-collapse: collapse; } .table-content thead { background: var(--bricks-color-vzidch); color: #fff; text-align: center; } .table-content td, .table-content tr { border: 1px solid var(--bricks-color-ehywsv); } .table-content tbody tr { font-size: 16rem; text-align: center; } .table-content tbody tr:nth-child(even) { background: var(--bricks-color-ehywsv); } .table-content td { padding: 10rem 0; } .submenu_active { color: red; } .wp-block-file a { position: relative; display: grid; grid-template-columns: 30rem 1fr; gap: 20rem; align-items: center; } .wp-block-file a:before { content: ''; width: 37rem; height: 45rem; display: block; background-size: contain; background-repeat: no-repeat; } .wp-block-file a[href$=".pdf"]:before { background-image: url(/wp-content/uploads/2024/11/file-pdf.svg); } .wp-block-file a[href$=".raf"]:before { background-image: url(/wp-content/uploads/2024/11/file-raf.svg); } .wp-block-file a[href$=".dwg"]:before { background-image: url(/wp-content/uploads/2024/11/file-dwg.svg); } .type-file:after { } .type-file a[href$=".pdf"]:after { content: "PDF" } .type-file a[href$=".raf"]:after { content: "RAF" } .type-file a[href$=".raf"]:after { content: "DWG" }