* {
    margin: 0px;
    
    
}

.q1 {

    display: flex;
    justify-content: center;
    color: white;
    padding: 16px;
    max-width: 1200px;

    justify-content: space-between;
    margin: auto;

}

.q2 {
    display: flex;
    gap: 25px;
}

.q4 {
    align-items: center;
    display: flex;
    gap: 20px;
}

.q22 {
    background-color: #673A44;

}

.d1 {
    max-width: 1200px;
    margin: auto;
}

.d33 h1 {
    width: 100px;
    font-weight: 100;
    font-size: 36px;
}

.d33 p {
    width: 300px;
    line-height: 30px;
    size: 24px;
    letter-spacing: 0%;
}

.d33 button {
    background-color: #6A3B45;
    color: white;
    border: none;
    padding: 18px;
    width: 280px;
    border-radius: 8px;
}

.a11 {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    margin-top: 70px;
    align-items: center;
    display: flex
}

.w3 {
    width: 450px;
    height: 400px;
}

.a {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
}

.c {
    width: 370px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: 0px 0px 10px gray;
}

.d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.d h2 {
    font-size: 22px;
    margin: 0;
}

.e {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.f {
    text-align: center;
    margin-bottom: 50px;
}

.f h1 {
    font-size: 50px;
    color: #2b0a0a;
}

.h {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.i {
    background: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px gray;
}

.j {
    font-size: 40px;
    margin-bottom: 20px;
}

.i h1 {

    margin-bottom: 15px;
    width: 150px;
}

.i p,
.c p {
    color: #666;
    line-height: 1.5;
    font-size: 20px;
    margin: 0;
}


.container {
    width: 1126px;
    background-color: #fff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    min-height: 800px;
}

.sidebar {
    width: 240px;
    background-color: #f8f9fa;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.logo-section {
    background-color: #722f37;
    color: white;
    padding: 25px 20px;
}

.logo-section span {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    margin-top: 4px;
}

.menu-item {
    padding: 12px 20px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
}

.menu-item:hover {
    background-color: #f0f0f0;
}

.menu-item.active {
    background-color: #722f37;
    color: white;
}

.menu-item.active-sub {
    background-color: #e9ecef;
    padding-left: 35px;
    font-weight: bold;
}

.spacer {
    flex: 1;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

header {
    height: 70px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.search-bar {
    width: 350px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info {
    text-align: right;
    font-size: 12px;
}

.user-info span {
    display: block;
    color: #888;
}

.user-avatar {
    width: 38px;
    height: 38px;
    background: #ddd;
    border-radius: 50%;
}

.content-body {
    padding: 30px;
}

.breadcrumbs {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 15px;
}

h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

.tariff-card {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 30px;
}

.tariff-header {
    background: #722f37;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.tariff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 40px;
}

.row {
    display: flex;
    margin-bottom: 12px;
    font-size: 13px;
}

.label {
    width: 160px;
    color: #888;
}

.value {
    flex: 1;
    color: #333;
}

.value.date {
    color: #d9534f;
    font-weight: bold;
}

.card-footer {
    padding: 15px 20px;
    text-align: right;
    border-top: 1px solid #f9f9f9;
}

.btn-outline {
    background: white;
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.tab {
    padding-bottom: 10px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

.tab.active {
    color: #722f37;
    border-bottom: 2px solid #722f37;
    font-weight: bold;
}

.table-controls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.payments-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.payments-table th {
    text-align: left;
    padding: 12px;
    color: #777;
    border-bottom: 1px solid #eee;
}

.payments-table td {
    padding: 15px 12px;
    border-bottom: 1px solid #f5f5f5;
}

.btn-check {
    border: 1px solid #ddd;
    background: white;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
}

.xxx {
    margin-left: 200px;
    margin-top: 70px;
    margin-bottom: 40px;
}

@media (max-width: 510px) {
    .a11 {
        display: block;
        width: 100%;
        justify-content: center;

    }

    .w3 {
        width: 370px;
        display: flex;
        margin-left: 10px;
        margin-top: -20px;


    }

    .a11 {
        display: flex;
        flex-direction: column;
    }

    .w3 {
        order: -1;
    }

    .d33 {
        order: 1;
    }

    .d33 h1 {
        width: 100%;
        font-size: 48px;
        font-weight: normal;
        margin-bottom: 20px;
        color: #000;
    }

    .d33 p {
        width: 400px;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 40px;
        color: #333;
    }

    .d33 {
        text-align: center;
        padding: 40px 20px;
        font-family: Arial, sans-serif;
    }

    .d33 button {
        background-color: #6A3B45;
        color: white;
        border: none;
        padding: 24px;
        width: 380px;
        border-radius: 8px;
    }

    .b {
        display: block;
        margin-left: 20px;
    }

    .h {
        display: block;

    }

    .i {
        margin-bottom: 25px;
    }

    .f h1 {
        font-size: 40px;
        color: #2b0a0a;
    }

    .i h1 {

        margin-bottom: 15px;
        width: 350px;
    }

    .zz1 {
        width: 100%;
        flex-direction: column;
    }

    .b1 {
        width: 100%;
        height: auto;
    }

    .k1 {
        width: 150px;
    }

    .v1 {
        flex-direction: column;
        gap: 15px;
    }

    .j1 {
        padding: 10px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .q1 {
        padding: 15px;
    }

    .ae1 {
        display: block;
        overflow-x: auto;
    }

    .u1 {
        flex-direction: column;
        gap: 5px;
    }

    .aa1 {
        gap: 15px;
        font-size: 12px;
    }

    .n1 {
        display: none;
    }

    .con {
        padding: 40px 20px;
    }

    .hdr {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 40px;
    }

    .txt {
        text-align: left;
    }

    .ttl {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .xxx {
        display: none;
    }

    .dsc {
        font-size: 14px;
        line-height: 1.4;
    }

    .crd {
        width: 100%;
    }

    .grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
        gap: 40px;
    }

    .itm {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .inf {
        width: 100%;
    }

    .sub {
        font-size: 20px;
        margin-bottom: 8px;

    }

    .det {
        font-size: 14px;
    }

    .ico {
        width: 50px;
        height: 50px;
    }

    .saa {
        position: relative;
        left: -200px;
    }
}

.con {
    max-width: 1000px;
    padding: 40px;
}

.hdr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
}

.txt {
    flex: 1;
}

.ttl {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.1;
}

.dsc {
    color: #666;
    line-height: 1.5;
    font-size: 16px;
}

.crd {
    width: 380px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.top {
    background: #803d4a;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.tbl {
    width: 100%;
    border-collapse: collapse;
}

.tbl td {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
    color: #333;
    vertical-align: top;
}

.tbl td:first-child {
    color: #999;
    width: 40%;
}

.grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    margin-top: 300px;
}

.itm {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ico {
    width: 40px;
    height: 40px;
}

.sub {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #000;
}

.det {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.4;
}

.saa {
    margin-left: 220px;
}

.wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

.topz {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
}

.imgb {
    flex: 1;
}

.picx {
    width: 100%;
    max-width: 500px;
    display: block;
}

.txtb {
    flex: 1;
}

.titl {
    font-size: 46px;
    color: #431b23;
    margin-bottom: 25px;
    line-height: 1.2;
}

.desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.sync {
    text-align: center;
}

.sttl {
    font-size: 42px;
    color: #431b23;
    margin-bottom: 40px;
}

.grdz {
    display: flex;
    justify-content: center;
    gap: 20px;

}

.card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 0px 10px gray;
}

.icon {
    width: 60px;
    height: 60px;
}

.labl {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.a1x {
    margin-left: 140px;
}

.box10 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.lay20 {
    display: flex;
    align-items: center;
    gap: 50px;
}

.pic30 {
    flex: 1;
}

.img40 {
    width: 100%;
    display: block;
}

.inf50 {
    flex: 1;
}

.sec60 {
    margin-bottom: 40px;
    width: 400px;
}

.ttl70 {
    font-size: 48px;
    color: #310d14;
    margin: 0 0 20px 0;
    line-height: 1.1;
    width: 600px;
}

.txt80 {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 510px) {
    .lay20 {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .con10 {
        padding: 30px 15px;
    }

    .ttl70 {
        font-size: 38px;
        width: 300px;
    }

    .txt50 {
        text-align: left;
    }
}

@media (max-width: 510px) {
    .wrap {
        padding: 30px 15px;
    }

    .a1x {
        width: 100%;
        position: relative;
        left: -140px;
    }

    .topz {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
    }

    .titl {
        font-size: 36px;
    }

    .sttl {
        font-size: 34px;
        line-height: 1.3;
    }

    .grdz {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .card {
        width: auto;
        padding: 20px 10px;
    }

    .card:last-child {
        grid-column: 1 / 3;
        margin: 0 auto;
        width: 50%;
    }

    .labl {
        font-size: 13px;
    }
}

.s82341 {
    background-color: #ffffff;
    padding: 60px;
    font-family: sans-serif;
    color: #333;
}

.w10923 {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.l55210 {
    flex: 1;
}

.h33124 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.p99201 {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    max-width: 480px;
}

.c77342 {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.h11823 {
    background-color: #7d3340;
    color: #fff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t44091 {
    font-size: 18px;
    font-weight: 500;
}

.v66120 {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.r55932 {
    padding: 20px 25px;
}

.i44102 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.i44102:last-child {
    border-bottom: none;
}

.k99231 {
    color: #888;
}

.m22810 {
    color: #1a1a1a;
    line-height: 1.4;
}

.b88123 {
    max-width: 1100px;
    margin: 60px auto 0;
    display: flex;
    gap: 80px;
}

.f33910 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.g11023 {
    width: 60px;
    height: auto;
}

.x55192 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.z44012 {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
}

.mmmm {
    margin-top: 60px;
    padding: 40px;
   
}

@media (max-width: 510px) {
    .s82341 {
        padding: 30px 15px;
    }

    .w10923 {
        flex-direction: column;
        gap: 30px;
    }

    .h33124 {
        font-size: 28px;
        text-align: center;
    }

    .p99201 {
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
    }

    .r55932 {
        padding: 20px 25px;

    }

    .c77342 {
        width: 100%;
    }

    .i44102 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 12px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    }

    .b88123 {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px;
    }

    .f33910 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .c77342 {
        flex: 1;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        width: 480px;
        position: relative;
        left: 140px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .mmmm {
        margin-left: -200px;
        width: 610px;
    }

    .l55210 {
        margin-left: 170px;
    }

    .b88123 {
        margin-left: 170px;

    }
}

.b2203 {
    font-size: 48px;
    font-weight: 700;
    color: #2b0a0a;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 40px;
}

.c3381 {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.d4472 {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    flex: 1;
    box-shadow: 0px 0px 10px gray;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 330px;
    min-width: 100px;
}

.e5510 {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.f6692 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
    min-height: 68px;
}

.g7714 {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    text-align: left;
}

@media (max-width: 510px) {
    .a1192 {
        padding: 40px 15px;
    }

    .b2203 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .c3381 {
        flex-direction: column;
        gap: 15px;
    }

    .d4472 {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 20px;
        min-height: auto;
        gap: 20px;
    }

    .e5510 {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }

    .f6692 {
        font-size: 18px;
        min-height: auto;
        margin-bottom: 5px;
    }

    .g7714 {
        font-size: 13px;
    }
}

.z1029384 {

    padding: 80px 40px;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m9928374 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.k5566778 {
    flex: 1;
}

.t3344556 {
    font-size: 42px;
    font-weight: 700;
    color: #2b0a0a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.p1122334 {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-width: 500px;
}

.i8877665 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.g0099887 {
    max-width: 100%;
    height: auto;
}

@media (max-width: 510px) {
    .z1029384 {
        padding: 40px 20px;
    }

    .m9928374 {
        flex-direction: column;
        text-align: center;
    }

    .i8877665 {
        order: 1;
        justify-content: center;
        width: 100%;
    }

    .k5566778 {
        order: -1;
    }

    .t3344556 {
        font-size: 28px;
        margin-top: 20px;
    }

    .p1122334 {
        margin: 0 auto;
        font-size: 14px;
    }
}

.c1928374650 {
    padding: 100px 20px;
    font-family: sans-serif;
    color: #1a1a1a;
}

.w9081726354 {
    max-width: 1100px;
    margin: 0 auto;
}

.u0192837465 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
}

.i5544332211 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.m6677889900 {
    max-width: 100%;
    height: auto;
}

.t1122334455 {
    flex: 1;
}

.h8877665544 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #2b0a0a;
}

.l5566778899 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.p4433221100 {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.p4433221100::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #7d3340;
}

.f0099887766 {
    text-align: center;
    margin-top: 80px;

}

.h2233445566 {
    font-size: 56px;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #2b0a0a;
}

.b7766554433 {
    background-color: #7d3340;
    color: #ffffff;
    border: none;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.b7766554433:hover {
    background-color: #632832;
}

@media (max-width: 510px) {
    .c1928374650 {
        padding: 40px 15px;
    }

    .u0192837465 {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .t1122334455 {
        order: 1;
        text-align: left;
    }

    .i5544332211 {
        order: 2;
        justify-content: center;
        width: 100%;
    }

    .h8877665544 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 20px;
    }

    .h2233445566 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .f0099887766 {
        margin-top: 60px;
    }

    .b7766554433 {
        width: 100%;
        padding: 15px;
    }
}

.f19283746502 {

    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 0 40px;
    font-family: sans-serif;
    font-size: 13px;
}

.w88776655443 {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}

.c11223344556 {
    display: flex;
    gap: 80px;
    flex: 1;
}

.dddd {
    background-color: #000;
    width: 1560px;
    margin-left: -200px;
}

.g00998877665 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.t55443322110 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.l66778899001 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.i22334455667 {
    margin-bottom: 12px;
}

.a33445566778 {
    color: #888;
    text-decoration: none;
    font-size: 14px;
}

.a33445566778:hover {
    color: #ffffff;
}

.r99887766554 {
    border-left: 1px solid #333;
    padding-left: 80px;
    width: 350px;
    text-align: center;
}

.p11002299338 {
    font-size: 24px;
    margin-bottom: 10px;
}

.e44556677889 {
    color: #888;
    display: block;
    margin-bottom: 20px;
}

.s55667788990 {
    margin-top: 50px;
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    color: #555;
    font-size: 13px;
}

@media (max-width: 510px) {
    .p88210033445 {
        font-size: 24px;
    }

    .h11928374650 {
        font-size: 16px;
    }

    .k33445566778 {
        font-size: 14px;
    }

    .v33049988112 {
        padding: 20px;
    }

    .b55410099223 {
        padding: 20px;
    }

    .r99108822334 {
        padding: 20px;
    }
    .dddd{
       width: 510px; 
       margin-left: -20px;
        
    }
    .g00998877665{
        display: none;
    }
    .mnn{
        display: block;
        
    }
    .zs{
        margin-left: -70px;
    }
}
.l1{
    display: flex;
}
.zxx{
    width: 50px; 
    height: 50px;
    border-radius: 50%;
    position: relative;
    left: 0;
}
.lp {
    display: flex;
    gap: 10px;
    margin-top: 20px;

}
.l1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.m1 {
    color: #888;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    left: -30px;
}
.mnn{
    display: none;
}