.article-meta {
    background: var(--bg);
    padding: 20px;
    border-radius: 12px;
    display: block;
margin: 0 auto;
}
.article-meta__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
margin-bottom: 20px;
}
.article-meta__avatar {
width: 25%;

}
.article-meta__avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
}
.article-meta__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.article-meta__top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-meta__name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.article-meta__verified {
    background: var(--accent);
    color: var(--bg);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 50px;
}
.article-meta__date {
    font-size: 14px;
    color: #65666b;
    opacity: 0.8;
}
.article-meta__date time {
    margin-left: 5px;
    color: var(--accent);
}

@media (max-width: 1025px) {
    .article-meta__inner {
        flex-direction: column;
        text-align: center;
    }

    .article-meta__avatar img {
        width: 75px;
        height: 75px;
    }
}
.agkyy965ts { padding-left: 1px; }
:root {
    --primary: #a02116;
    --secondary: #997b2c;
    --success: #dbc478;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #010101;
    line-height: 1.5;
}
a {
    color: var(--primary);
}
a:hover {
    text-decoration: none;
}
.zajrafch {
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s;
}
.y6440tcb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: var(--primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    letter-spacing: 0.3px;
}
.y6440tcb:hover {
    background-color: var(--success);
}
.y6440tcb:active {
    transform: translateY(1px);
}

.i5d3a8q2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid var(--success);
    z-index: 40;
}
.i5d3a8q2 .zajrafch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.szuo0967nf9l { border: 4px dotted #7d1456; display: block; width: 56%; margin: -14px; padding: 48px 32px; }
.dcj5d6pa {
    display: block;
    width: 210px;
}
.dcj5d6pa img {
    display: block;
    width: 100%;
    height: auto;
}
.o2wk10kc {
    margin-top: 5rem;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.o2wk10kc .zajrafch {
    padding-top: 5rem;
    padding-bottom: 6rem;
    z-index: 2;
}
.nke4cz74 {
    max-width: 680px;
}
.hgn8ugsr {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
}
.jsmt30qu {
    max-width: 550px;
    margin-bottom: 2.5rem;
    color: #fff;
}
.non2tvvi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.non2tvvi img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jh3gkn4j {
    background: var(--secondary);
}
.jh3gkn4j:hover {
    background: var(--success);
}
.v0tt1kfh {
    padding: 1.2rem 0;
}
.zpc0osq8 {
    margin-top: 7.25rem;
}
.v0tt1kfh h1 {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
}
.d6i974mcv6 { padding: 9px 5px; margin: 16px; color: rgb(16, 138, 198); width: 63vw; border: 5px solid #7a7db7; display: block; }
.v0tt1kfh h2 {
    font-size: 1.8rem;
    margin: 1.8rem 0 1rem 0;
    color: var(--primary);
    font-weight: 600;
}
.v0tt1kfh h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    color: var(--primary);
}
.v0tt1kfh p {
    margin-bottom: 1rem;
}
.v0tt1kfh .vlxycvcx {
    overflow-x: auto;
    margin: 1.5rem 0 24px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}
.v0tt1kfh table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    font-size: 0.95rem;
    min-width: 500px;
    margin-bottom: 12px;
}
.v0tt1kfh th {
    background-color: var(--primary);
    border-bottom: 1px solid var(--secondary);
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.v0tt1kfh th p {
    margin-bottom: 0;
}
.v0tt1kfh td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--secondary);
}
.v0tt1kfh tr:last-child td {
    border-bottom: none;
}
.v0tt1kfh tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}
.v0tt1kfh img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 1rem 0 1.5rem;
}
.v0tt1kfh ul,
.v0tt1kfh ol {
    margin: 1rem 0 1rem 1.8rem;
}
.v0tt1kfh li {
    margin: 0.4rem 0;
}
.v0tt1kfh ul li::marker {
    color: var(--secondary);
}
.v0tt1kfh blockquote {
    border: 1px solid var(--secondary);
    border-left-width: 5px;
    padding: 12px 20px;
    border-radius: 0 12px 12px 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.dxaygppdf5s6 { border: 1px dashed #faf05b; margin: -11px; color: rgb(42, 96, 85); padding: 1px 42px; }
.oat1tupv {
    display: grid;
    gap: 16px;
    margin-top: 1.5rem;
    padding: 24px;
    border: 1px solid rgba(160, 33, 22, 0.18);
    border-radius: 8px;
    background: #faf6ee;
}
.u0xecw4q {
    display: grid;
    gap: 8px;
}
.oat1tupv label {
    color: var(--primary);
    font-weight: 700;
}
.oat1tupv input,
.oat1tupv textarea {
    width: 100%;
    border: 1px solid rgba(153, 123, 44, 0.45);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #010101;
    font: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.oat1tupv input:focus,
.oat1tupv textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(160, 33, 22, 0.12);
}
.oat1tupv textarea {
    min-height: 150px;
    resize: vertical;
}
.oat1tupv .y6440tcb {
    justify-self: start;
}
.ntzos0kq {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
}
.ftm59sz3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.c3350tkw {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0 10px 20px 10px;
}
.t3qrn5nr {
    width: calc(50% - 20px);
}
@media (max-width: 640px) {
    .t3qrn5nr {
        width: calc(100% - 20px);
    }
}
.c3350tkw h2,
.c3350tkw h3 {
    margin: 0 0 1.2rem;
}
.rum7vrquic { border: 4px dotted #10c2f3; margin: 9px; padding-right: 45px; }
.crhg3bvq {
    padding-top: 20px;
    padding-bottom: 40px;
}
.tpt679u7 {
    --first: var(--primary);
    --second: var(--secondary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    transition: all 0.25s ease;
}
.tpt679u7:hover {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.tpt679u7:first-child {
    border-color: var(--second);
}
.nxtrsh5d {
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 2px 12px;
    background: var(--second);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.upux2hav {
    width: 120px;
    height: 120px;
}
.upux2hav img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.tlruueqo {
    flex: 1;
    text-align: center;
}
.m2t8bvrp {
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.ixy7f1ia {
    padding-top: 4px;
}
.fbpe58vs {
    width: 100%;
    color: rgba(0, 0, 0 , .5);
    font-size: 15px;
}
.xl7ndsrm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.jar1r0w8t0 { width: 70px; margin: -5px; border: 3px solid #00226e; padding: 37px 38px; display: block; color: rgb(254, 113, 31); }
.xl7ndsrm img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    object-fit: contain;
}
.ft1ynqko {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: green;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;;
}
.kilxpr28 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 8px 20px;
    border-radius: 28px;
    background: var(--first);
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
.kilxpr28::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kilxpr28:hover {
    background: var(--success);
}
@media (max-width: 720px) {

    .tpt679u7 {
        display: block;
    }
    .upux2hav {
        margin: 0 auto 20px;
    }
    .tlruueqo {
        width: 100%;
        margin-bottom: 20px;
    }
    .ft1ynqko {
        width: 120px;
        margin: 0 auto 16px;
    }
    .kilxpr28 {
        width: 220px;
        margin: 0 auto;
    }

}
.obmgt9yi {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ews9yxz1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.wzmre46u {
    width: calc(50% - 8px);
    border: 1px solid rgba(7, 165, 0, 1);
    padding: 20px;
    background: rgba(7, 165, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}
.k6rxz7z0 {
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 0, 0, .1);
}
.wzmre46u p {
    padding-left: 28px;
    position: relative;
}
.wzmre46u p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: rgba(7, 165, 0, 1);
    -webkit-mask: url("img/icon-plus.iz84rwgr") center no-repeat;
    mask: url("img/icon-plus.iz84rwgr") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.k6rxz7z0 p::before {
    background: rgba(255, 0, 0, 1);
    -webkit-mask-image: url("img/icon-minus.iz84rwgr");
    mask-image: url("img/icon-minus.iz84rwgr");
}
.wzmre46u ul {
    margin-left: 10px;
}
.wzmre46u ul li::marker {
    color: #aaa;
}
.ri5g8mx1ptvp { border: 1px dashed #31025e; color: rgb(242, 91, 48); display: block; padding: 23px 35px; margin: -16px; }
.i17x5wdq {
    padding: 1.2rem 0 2rem;
}
.i17x5wdq h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: var(--primary);
    font-weight: 600;
}
.nbd7ts46 {
    border: 1px solid #777;
    margin-bottom: 15px;
}
.edxgfrh1 {
    padding: 10px 12px 10px 12px;
    font-size: 1.2rem;
}
.d1aqoyv2 {
    padding: 10px 20px 10px 32px;
}
.k6k3ho6u {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 0;
}
.e513jdvf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.vbzej57b {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.vbzej57b img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.ncbyvilf {
    flex: 1;
    font-size: 14px;
}
.ncbyvilf p {
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .k6k3ho6u {
        display: block;
    }
    .vbzej57b {
        margin: 0 auto 16px;
    }
    .ncbyvilf {
        flex: none;
        width: 100%;
    }
}
.zq16pluv {
    margin-top: 3rem;
    background-color: #fff;
    border-top: 1px solid var(--success);
    color: #eef5ff;
}
.fontz5r3 {
    padding: 1.2rem 0;
}
.fontz5r3 .zajrafch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.paq1sdgm {
    display: block;
    width: 160px;
}
.ym7dg8kiwbs { display: grid; margin: -10px; }
.paq1sdgm img {
    display: block;
    width: 100%;
    height: auto;
}
.zkyq9ptd {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px 22px;
}
.zkyq9ptd a {
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.zkyq9ptd a:hover {
    color: var(--secondary);
}
.hh4bbk22 {
    padding: 1.8rem 0;
    background-color: var(--primary);
}
.hh4bbk22 .zajrafch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.d0y33knx {
    width: 100%;
    background: var(--success);
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}
.c94spqb7 {
    width: 45%;
    font-size: 0.8rem;
    color: #fff;
}
.wivn8yo1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
}
.wivn8yo1 img {
    max-height: 48px;
    width: auto;
    margin: 0;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    background: transparent;
    box-shadow: none;
    border-radius: 8px;
}
@media (max-width: 720px) {
    .i5d3a8q2, .fontz5r3, .hh4bbk22 {
        flex-direction: column;
        text-align: center;
    }

    .o2wk10kc .zajrafch {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .jsmt30qu {
        padding-right: 5rem;
    }

    .zkyq9ptd {
        justify-content: center;
    }
    .v0tt1kfh {
        padding: 1rem 0;
    }
    .zpc0osq8 {
        margin-top: 6.5rem;
    }
    .v0tt1kfh h1 {
        border-left: none;
        padding-left: 0;
        font-size: 1.7rem;
        line-height: 1.3;
        text-align: center;
    }
    .v0tt1kfh h2 {
        font-size: 1.5rem;
        margin: 1.2rem 0 1rem 0;
    }

    .wzmre46u {
        width: 100%;
    }

    .y6440tcb {
        padding: 0.6rem 1.3rem;
    }

    .w90tmyox {
        text-align: center;
    }

    .paq1sdgm {
        margin: 0 auto;
    }
    .c94spqb7 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .wivn8yo1 {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .dcj5d6pa {
        width: 130px;
        height: 40px;
    }
    .dcj5d6pa img {
        height: 100%;
        object-fit: cover;
    }

    .hgn8ugsr {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .jsmt30qu {
        padding-right: 0;
    }
}