/* MODERN BLUE OFFICIAL TRUST UI */

:root {
    --blue-950: #08204a;
    --blue-900: #0b2f6b;
    --blue-800: #0f3f8f;
    --blue-700: #1557b8;
    --blue-600: #1d6fe8;
    --blue-500: #2f8cff;
    --blue-400: #60a5fa;
    --blue-100: #eaf3ff;
    --blue-50: #f5f9ff;

    --gold: #d6a331;
    --gold-soft: rgba(214, 163, 49, 0.18);

    --text: #0f172a;
    --muted: #52647c;
    --line: rgba(29, 111, 232, 0.18);

    --shadow-big: 0 30px 80px rgba(8, 32, 74, 0.24);
    --shadow-card: 0 20px 50px rgba(15, 63, 143, 0.18);
    --shadow-soft: 0 12px 28px rgba(15, 63, 143, 0.12);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 12% 4%, rgba(47, 140, 255, 0.22), transparent 30%),
        radial-gradient(circle at 88% 15%, rgba(214, 163, 49, 0.15), transparent 28%),
        linear-gradient(180deg, #eef6ff 0%, #f8fbff 48%, #ffffff 100%);
    min-height: 100vh;
}

/* HEADER */
header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 26px 18px;
    overflow: hidden;

    background:
        linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0)),
        linear-gradient(135deg, #08204a 0%, #0f3f8f 48%, #1d6fe8 100%);

    color: #fff;
    font-weight: 900;
    letter-spacing: 0.45px;
    text-transform: uppercase;

    border-bottom: 1px solid rgba(255,255,255,0.24);
    box-shadow:
        0 24px 60px rgba(8, 32, 74, 0.42),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

header::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -150px;
    top: -200px;
    background: rgba(255,255,255,0.14);
    border-radius: 50%;
    filter: blur(2px);
}

header::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -105px;
    bottom: -165px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
}

/* subtle official gold line */
header .fg1::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.75;
}

.fg1 {
    flex-grow: 1;
}

.dsfjh {
    height: 88px;
    margin: 0 20px 0 10px;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,0.28));
    z-index: 1;
}

.jggghj {
    height: 132px;
    margin: -35px -10px 0;
    filter: drop-shadow(0 16px 24px rgba(0,0,0,0.25));
    z-index: 1;
}

.dsfjhsd {
    position: absolute;
    font-size: 110px;
    opacity: 0.065;
    top: -26px;
    left: 130px;
    font-weight: 900;
    color: #ffffff;
}

.hgjhdfgr {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    font-size: 19px;
    line-height: 1.25;
    text-shadow: 0 3px 12px rgba(0,0,0,0.28);
}

.hgjhdfgr b {
    font-size: 26px;
    color: #ffffff;
}

/* MENU */
.menuhdr {
    position: sticky;
    top: 0;
    z-index: 10;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 13px 20px;

    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    color: var(--blue-800);

    border-bottom: 1px solid var(--line);
    box-shadow:
        0 14px 35px rgba(15, 63, 143, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

.menuhdr div {
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
}

.menuhdr a {
    color: var(--blue-800);
    text-decoration: none;

    padding: 9px 15px;
    border-radius: 999px;

    background: rgba(234, 243, 255, 0.85);
    border: 1px solid rgba(29, 111, 232, 0.18);

    transition: 0.25s ease;
}

.menuhdr a:hover {
    background: linear-gradient(135deg, #eaf3ff, #ffffff);
    color: var(--blue-950);
    box-shadow: 0 10px 24px rgba(29, 111, 232, 0.18);
    transform: translateY(-1px);
}

/* MAIN CARD */
.mains {
    position: relative;
    margin: 36px auto;
    max-width: 780px;

    padding: 28px;

    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,249,255,0.97));
    border: 1px solid rgba(47, 140, 255, 0.22);
    border-radius: 30px;

    box-shadow:
        0 30px 80px rgba(8, 32, 74, 0.18),
        0 8px 22px rgba(15, 63, 143, 0.09),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

.mains::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background:
        linear-gradient(
            135deg,
            rgba(47,140,255,0.48),
            rgba(255,255,255,0.35),
            rgba(214,163,49,0.22),
            rgba(15,63,143,0.28)
        );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* INFO */
.infmain {
    display: block;
    position: relative;

    padding: 22px 26px 22px 72px;

    font-size: 15px;
    color: #17345f;

    background:
        linear-gradient(135deg, rgba(234,243,255,0.98), rgba(255,255,255,0.99));
    border: 1px solid rgba(47, 140, 255, 0.30);
    border-left: 7px solid var(--blue-500);
    border-radius: 24px;

    box-shadow:
        0 20px 45px rgba(29, 111, 232, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

.infmain::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);

    width: 34px;
    height: 34px;

    background-image: url(../img/info-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    filter:
        hue-rotate(175deg)
        saturate(1.8)
        drop-shadow(0 6px 12px rgba(29,111,232,0.25));
}

/* TEXT */
.mainsec {
    position: relative;
    display: block;
    margin-top: 0;
}

.ttlind1 {
    font-size: 26px;
    margin: 14px 0;
    text-align: center;
    color: var(--blue-900);
    font-weight: 950;
    letter-spacing: -0.4px;
}

.ttlind1::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 13px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue-600), var(--gold));
    box-shadow: 0 8px 18px rgba(29, 111, 232, 0.22);
}

.ttlind2 {
    font-size: 17px;
    margin: 16px 10px;
    color: #43566f;
    line-height: 1.65;
}

.ttlind2 b,
.infmain b,
.sdgdvsg b {
    color: var(--blue-900);
    font-weight: 900;
}

.lnkrigp {
    margin-top: -20px;
    position: absolute;
    right: 15px;
    text-align: right;
}

/* CHECK BLOCK */
.checkcomblock {
    position: relative;

    padding: 20px 22px;
    margin: 64px 20px 32px;

    background:
        radial-gradient(circle at top left, rgba(47,140,255,0.16), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);

    border: 1px solid rgba(47, 140, 255, 0.28);
    border-radius: 30px;

    box-shadow:
        0 26px 65px rgba(8, 32, 74, 0.22),
        0 8px 22px rgba(15, 63, 143, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.96);
}

.checkcomblock::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 30px;
    background:
        linear-gradient(
            135deg,
            rgba(47,140,255,0.44),
            transparent 35%,
            rgba(214,163,49,0.22)
        );
    z-index: -1;
    filter: blur(0.2px);
}

/* TITLE BADGE */
.sdgdvsf {
    text-align: center;
    display: inline-block;

    padding: 12px 22px;

    color: #ffffff;
    font-size: 25px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.85px;

    background:
        linear-gradient(135deg, #0b2f6b 0%, #1557b8 52%, #2f8cff 100%);
    border: 1px solid rgba(255,255,255,0.38);
    border-radius: 999px;

    box-shadow:
        0 18px 38px rgba(29, 111, 232, 0.34),
        0 5px 14px rgba(214, 163, 49, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.35);

    text-shadow: 0 2px 8px rgba(0,0,0,0.22);
}

.sdgdvsf::after {
    content: "";
    display: block;
    height: 2px;
    width: 42%;
    margin: 8px auto 0;
    border-radius: 999px;
    background: rgba(214, 163, 49, 0.85);
}

.sdgdvsg {
    text-align: center;
    font-size: 17px;
    margin-top: 16px;
    color: var(--muted);
    line-height: 1.58;
}

/* BUTTONS / INPUTS — если есть внутри блока */
button,
.btn,
input[type="submit"] {
    appearance: none;
    border: none;
}

.checkcomblock button,
.checkcomblock .btn,
.mains button,
.mains .btn,
input[type="submit"] {
    min-height: 56px;
    width: 100%;

    padding: 15px 18px;
    border-radius: 999px;

    background:
        linear-gradient(135deg, #0b2f6b 0%, #1d6fe8 55%, #2f8cff 100%);
    color: #ffffff;

    font-size: 17px;
    font-weight: 950;
    letter-spacing: 0.1px;

    box-shadow:
        0 18px 40px rgba(29, 111, 232, 0.36),
        inset 0 1px 0 rgba(255,255,255,0.35);

    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.checkcomblock button:hover,
.checkcomblock .btn:hover,
.mains button:hover,
.mains .btn:hover,
input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow:
        0 24px 52px rgba(29, 111, 232, 0.42),
        inset 0 1px 0 rgba(255,255,255,0.4);
}

.checkcomblock button:active,
.checkcomblock .btn:active,
.mains button:active,
.mains .btn:active,
input[type="submit"]:active {
    transform: translateY(0) scale(0.99);
    filter: brightness(0.98);
}

input,
select,
textarea {
    width: 100%;
    min-height: 52px;

    padding: 13px 14px;
    border-radius: 16px;

    border: 1px solid rgba(96, 165, 250, 0.65);
    background: #ffffff;
    color: var(--text);

    font-size: 16px;
    font-weight: 700;

    outline: none;

    box-shadow:
        inset 0 1px 2px rgba(8, 32, 74, 0.06),
        0 8px 18px rgba(15, 63, 143, 0.06);

    transition: border-color .16s ease, box-shadow .16s ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--blue-600);
    box-shadow:
        0 0 0 4px rgba(29, 111, 232, 0.13),
        inset 0 1px 2px rgba(8, 32, 74, 0.04);
}

/* MOBILE */
@media (max-width: 640px) {
    body {
        background:
            radial-gradient(circle at 12% 2%, rgba(47, 140, 255, 0.20), transparent 32%),
            linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
    }

    header {
        padding: 18px 12px;
        min-height: 92px;
    }

    .dsfjh {
        height: 58px;
        margin: 0 10px 0 0;
    }

    .jggghj {
        height: 86px;
        margin: -20px -8px 0;
    }

    .dsfjhsd {
        font-size: 72px;
        left: 80px;
        top: -18px;
    }

    .hgjhdfgr {
        margin-left: 8px;
        font-size: 13px;
        line-height: 1.22;
    }

    .hgjhdfgr b {
        font-size: 18px;
    }

    .menuhdr {
        padding: 10px 12px;
        gap: 8px;
    }

    .menuhdr div {
        font-size: 13px;
    }

    .menuhdr a {
        padding: 8px 11px;
        font-size: 13px;
    }

    .mains {
        margin: 18px 8px;
        padding: 16px 13px;
        border-radius: 24px;

        box-shadow:
            0 22px 52px rgba(8, 32, 74, 0.16),
            0 8px 20px rgba(15, 63, 143, 0.08);
    }

    .mains::before {
        border-radius: 24px;
    }

    .infmain {
        padding: 16px 14px 16px 56px;
        font-size: 14px;
        border-radius: 20px;
        border-left-width: 5px;
    }

    .infmain::after {
        left: 18px;
        width: 27px;
        height: 27px;
    }

    .ttlind1 {
        font-size: 22px;
        line-height: 1.18;
        margin: 16px 0 12px;
    }

    .ttlind2 {
        font-size: 15px;
        margin: 14px 4px;
        line-height: 1.58;
    }

    .lnkrigp {
        position: static;
        margin: 8px 0 0;
        text-align: center;
    }

    .checkcomblock {
        margin: 36px 2px 24px;
        padding: 17px 13px;
        border-radius: 24px;

        box-shadow:
            0 22px 54px rgba(8, 32, 74, 0.20),
            0 8px 20px rgba(15, 63, 143, 0.10);
    }

    .checkcomblock::before {
        border-radius: 24px;
    }

    .sdgdvsf {
        font-size: 19px;
        padding: 11px 16px;
        line-height: 1.15;
    }

    .sdgdvsg {
        font-size: 15px;
        line-height: 1.52;
    }

    input,
    select,
    textarea {
        min-height: 54px;
        font-size: 16px;
        border-radius: 15px;
    }

    .checkcomblock button,
    .checkcomblock .btn,
    .mains button,
    .mains .btn,
    input[type="submit"] {
        min-height: 58px;
        font-size: 16px;
    }
}

/* VERY SMALL MOBILE */
@media (max-width: 380px) {
    .mains {
        margin: 14px 6px;
        padding: 14px 10px;
    }

    .ttlind1 {
        font-size: 20px;
    }

    .sdgdvsf {
        font-size: 17px;
        padding: 10px 13px;
    }

    .infmain {
        padding-left: 50px;
    }
}
/* BUTTON ANIMATION */
.bpay {
    animation: bAnimPay 3s ease infinite;
}

@keyframes bAnimPay {
    0% { transform: scale(1); }
    5% { transform: scale(1.045, 1.08); }
    15% { transform: scale(1); }
    20% { transform: scale(1.045, 1.08); }
    30% { transform: scale(1); }
}

/* FORM */
.indlogin {
    text-align: center;
    margin: auto;
    max-width: 400px;

    font-weight: 700;
    font-size: 13px;
    color: #315946;
}

.fdghjdb {
    display: flex;
    flex-direction: column;
    position: relative;

    max-width: 380px;
    margin: 24px auto;
}

.fdghjdb input {
    display: block;
    margin: 8px 0;
    padding: 14px 15px;

    border: 1px solid rgba(24, 200, 120, 0.28);
    border-radius: 18px;

    background: rgba(255,255,255,0.92);
    color: var(--text);

    outline: none;

    box-shadow:
        0 10px 24px rgba(7, 87, 50, 0.08),
        inset 0 1px 3px rgba(0,0,0,0.04);

    transition: 0.22s ease;
}

.fdghjdb input:focus {
    border-color: var(--green-500);
    background: #ffffff;
    box-shadow:
        0 0 0 5px rgba(24, 200, 120, 0.13),
        0 16px 32px rgba(7, 87, 50, 0.12);
    transform: translateY(-1px);
}

.dsgdf {
    font-size: 20px;
    margin: 20px;
    color: #173d2b;
}

/* ITEM ROW */
.onetovko {
    display: flex;
    align-items: center;

    margin: 12px 30px;
    padding: 14px;

    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(239,255,247,0.98));
    border: 1px solid rgba(24, 200, 120, 0.20);
    border-radius: 22px;

    box-shadow:
        0 14px 35px rgba(7, 87, 50, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.tovkomimg {
    margin-right: 15px;
    filter: drop-shadow(0 8px 12px rgba(7,87,50,0.18));
}

.compenstov {
    margin: 32px 0 26px 40px;

    font-size: 25px;
    font-weight: 900;

    color: var(--green-700);
    letter-spacing: -0.3px;
}

.angle {
    height: 12px;
    padding: 0 20px;
    box-sizing: content-box;
    margin: 22px 0;

    background:
        linear-gradient(90deg, transparent, rgba(24,200,120,0.3), #18c878, rgba(24,200,120,0.3), transparent);
    border-radius: 999px;

    box-shadow: 0 8px 18px rgba(24, 200, 120, 0.18);
}

/* FOOTER */
footer {
    background:
        linear-gradient(135deg, #063b25, #0b7445 65%, #10a05f);

    border-top: 1px solid rgba(255,255,255,0.24);

    padding: 20px 12px;

    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.25px;

    box-shadow:
        0 -20px 45px rgba(5, 79, 45, 0.20),
        inset 0 1px 0 rgba(255,255,255,0.20);
}

/* MOBILE */
@media (max-width: 768px) {
    header {
        padding: 19px 12px;
    }

    .dsfjh {
        height: 68px;
        margin: 0 12px 0 4px;
    }

    .jggghj {
        height: 96px;
        margin: -25px -8px 0;
    }

    .hgjhdfgr {
        font-size: 15px;
        margin-left: 8px;
    }

    .hgjhdfgr b {
        font-size: 20px;
    }

    .menuhdr {
        padding: 11px 12px;
        gap: 8px;
        overflow-x: auto;
    }

    .menuhdr a {
        padding: 8px 12px;
        white-space: nowrap;
    }

    .mains {
        max-width: 92%;
        margin: 24px auto;
        padding: 16px;
        border-radius: 24px;
    }

    .infmain {
        padding: 17px 16px 17px 58px;
        font-size: 14px;
        border-radius: 20px;
    }

    .infmain::after {
        left: 18px;
        width: 27px;
        height: 27px;
    }

    .ttlind1 {
        font-size: 22px;
    }

    .ttlind2 {
        font-size: 14px;
        margin: 13px 4px;
    }

    .checkcomblock {
        margin: 44px 4px 24px;
        padding: 16px;
        border-radius: 24px;
    }

    .sdgdvsf {
        font-size: 19px;
        padding: 10px 16px;
    }

    .sdgdvsg {
        font-size: 14px;
    }

    .onetovko {
        margin: 10px 4px;
        padding: 12px;
        border-radius: 18px;
    }

}
.tovkomimg {
    margin-right: 15px;
}

.compenstov {
    margin: 30px 0;
    font-size: 24px;
    margin-left: 40px;
    font-weight: bold;
    color: #066bba;
}
.angle {

    height: 10px;
    padding: 0 20px;
    box-sizing: content-box;
    margin: 20px 0;
    background: url(../img/angle.png) center;

}

.input1 {
    font-size: 20px !important;
    font-family:"Open Sans",sans-serif !important;
    font-weight: normal !important;;
    height: auto;
    padding: 10px 30px !important;
    line-height: normal !important;
    display: block;
    flex-grow: 1;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px;
    transition: all .3s;
}

.button1 {
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0px;
    background-color: #28a745;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.button1:hover {
    background-color: #d60000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
}
.button2 {
    display: inline-block;
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 25px;
    background-color: #278433;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.button2:hover {
    background-color: #34af4c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.38);
}



.commentttl {
    display: block;
    margin: 40px;
    margin-top: 0;
    padding: 3px;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #066bba;
}

.onecomment {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px auto;
    max-width: 800px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.sdgfdshsdd {

    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    opacity: 0.5;

}
.mnmsg {

    margin-left: 20px;
    flex-grow: 1;
    background-color: white;
    padding: 15px 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 17px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}
.namefdd {

    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}
.dfhfzdg {

    font-weight: normal;
    font-size: 16px;
    padding-left: 20px;

}
.dsghfsdg {

    text-align: right;
    font-weight: normal;
    font-size: 15px;
    flex-grow: 1;

}
.comments {
    margin: 30px 20px;
}
.sdgdsdf {

    display: block;
    resize: none;
    width: 100%;
    height: 127px;
    font-size: 16px;
    padding: 12px;
    margin: 15px 0;

}
.dsfsdg {

    text-align: right;

}
.addcommnet {

    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: -20px;
    max-width: 600px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;

}
.addcommnet .input1 {
    margin: 10px 0;
}

.sdffdsf {
    letter-spacing: 15px;
}

.arrow1 {
    position: absolute;
    bottom: 21px;
    left: -140px;
    height: 18px;
    width: 90px;
    background: no-repeat left 50%;
    background-image: url("../img/arrows.png");
    background-size: auto;
    background-size: cover;
}
.arrow1.a180 {
    left: auto;
    right: -140px;
    transform: rotate(180deg);
}

.link {
    font-style: italic;
    font-weight: 600;
    color: rgb(0, 0, 238);
    text-decoration: underline;
    cursor: pointer;
}
.link:hover {
    text-decoration: none;
    color: rgb(0, 0, 255);
}

.sdfsd {
    height: 150px;
    resize: none;
}

.shjfdsak {
    margin: 30px;
    text-align: center;
}

.dsfsdf {
    font-size: 22;
    font-weight: bold;
}

.dsfsd {
    margin-top: 20px;
    color: #066bba;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.progress {
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 15px;
    position: relative;
    margin: 30px auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.progress.hsmall {
    height: 5px;
}
.progress.show {
    visibility: visible;
    opacity: 1;
}
.progress .ppos {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: #1d82f4;
    transition: all 1s linear;
}
.progress .ppos.max {
    transition: all 4s linear;
    width: 100%;
}
.progress .ppos.maxsdf {
    transition: all 150s linear;
    width: 100%;
}
.progress .pposok {
    position: absolute;
    right: -40px;
    top: -5px;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
}
.progress .pposok.show {
    opacity: 0.7;
    visibility: visible;
}



.scriptcontroll {
    display: none;
}
.scriptcontroll.show {
    display: block;
}

.gfhdr {
    margin: 30px 15px;
    box-shadow: 0 0 5px #278433;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.fdghdg {
    display: flex;
    align-items: center;
    justify-content: space-around;
}



.dfhsv {
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
}

.sdfgdfafg {
    color: #1d82f4;
    font-size: 25px;
}

.showkomesg {
    margin: 0 -20px -20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 20px 10px;
    overflow-y: hidden;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.fdhgdss {
    margin: 5px 0;
}
.fdhgdss.green {
    color: green;
}
.fdhgdss.yellow {
    color: orange;
}
.fdhgdss.red {
    color: red;
}
.fdhgdss:first-child {
    margin-top: -32px;
}

.opac0 {
    opacity: 0;
}

.summdsgs {
    margin: 10px 14px 20px;
    box-shadow: 0 0 5px #278433;
    background: #ddf7e4;
    min-height: 96px;
    border: 1px solid #7f7f7f;
    padding: 15px 20px;
    display: none;
}
.summdsgs.show {
    display: block;
}

.dsgsdsdf {
    display: none;
}
.dsgsdsdf.show {
    display: inline-block;
}

.asfads {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
    display: none !important;
}
.asfads.show {
    display: block;
}

.onesummsdf {
    display: none;
}
.onesummsdf.show {
    display: block;
}

.sdfsdfsd {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.sdfsdfsd .dsgsdsdf {
    color: #278433;
    font-size: 33px;
}

.summs {
    position: absolute;
    bottom: 10px;
    right: 50px;
    font-size: 19px;
}

.sdfsdgfddfg {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 200px;
    opacity: 0.1;
}

.searchcomp {
    position: absolute;
    background-color: white;
    padding: 30px 40px;
    left: 0;
    right: 0;
    top: 150px;
    max-width: 350px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.searchcomp.show {
    opacity: 1;
    visibility: visible;
}
.dsfgkdfj {
    font-size: 30px;
}

.dsfg {
    margin: 30px 15px;
}

.sdgdf {
    cursor: pointer;
}

.items {
    background-color: transparent;
}

.modal {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.2);
    
}

.heichat {
    height: 400px;
}

.btn .dfghdsge {
    display: none;
}
.btn.active .dfghdsge {
    display: inline-block;
}

.bgt {
    background-color: transparent;
}

.mainld {
    min-height: 400px;
}

.opanim {
    opacity: 0;
    transition: all .3s;
}
.opanim.show {
    opacity: 1;
}

.dfrge {
    width: 30px;
}

.bcw {
    background-color: white;
}

.fgdgds {
    color: black;
}
























@media (max-width: 880px) {
    .menuhdr {
        display: none;
    }
    .jggghj {
        display: none;
    }
    header {
        margin-top: 0;
        border-radius: 0;
        padding: 10px;
        
    }
    .hgjhdfgr {
        display: none;
    }
    .dsfjh {
        height: 50px;
    }
    .dsfjhsd {
        font-size: 30px;
        position: relative;
        opacity: 1;
        left: inherit;
        top: inherit;
        flex-grow: 1;
        text-align: center;
    }
   .infmain {
        padding: 10px;
        padding-left: 45px;
        position: relative;
        font-size: 12px;
    }
    .infmain::after {
        background-size: 100% auto;
        background-position: center;
        width: 20px;
        left: 10px;
        top: 0;
        bottom: 0;
        height: inherit;
    }
    .ttlind1 {
        font-size: 25px;
        margin: 10px 0;
    }
    .ttlind2 {
        font-size: 17px;
        margin: 15px 10px;
    }
    .lnkrigp {
        margin-top: -10px;
    }
    .checkcomblock {
        margin: 50px 0px;
        padding: 10px;
    }
    .sdgdvsf {
        font-size: 23px;
    }
    .sdgdvsg {
        font-size: 14px;
    }
    .button1 {
        font-size: 15px;
        white-space: normal;
        padding: 11px 5px;
    }
    .arrow1 {
        display: none;
    }
    .indlogin {
        margin-top: 5px;
        font-size: 12px;
    }
    .dsgdf {
        margin: 10px;
        font-size: 17px;
    }
    .compenstov {
        margin-left: 10px;
        font-size: 20px;
    }
    .onetovko {
        margin: 10px;
    }
    .commentttl {
        margin: 20px 10px;
        font-size: 20px;
    }
    .onecomment {
        margin: 10px auto;
    }
    .comments {
        margin: 20px 10px;
    }
    .sdgfdshsdd {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
    .mnmsg {
        margin-left: 10px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .namefdd {
        font-size: 15px;
    }
    .dsghfsdg {
        font-size: 10px;
    }
    .scriptcontroll.show {
        margin: 20px 10px;
    }
    .dsfsd {
        font-size: 16px;
    }
    .progress .pposok {
        display: none;
    }
    .gfhdr {
        font-size: 18px;
    }
    .sgdfdsdf {
        display: none;
    }
    .fdhgdss {
        font-size: 10px;
    }
    .summdsgs {
        padding: 15px;
    }
    .sdfsdfsd {
        font-size: 20px;
    }
    .sdfsdfsd .dsgsdsdf {
        font-size: 25px;
    }
    .summs {
        display: none;
    }
    .sdfgdfafg {
        font-size: 25px;
        margin-left: 15px;
    }
    .searchcomp {
        padding: 25px 20px;
    }
    .addcommnet {
        padding: 0 10px;
    }
}