/* MODERN GREEN TRUST UI */

:root {
    --green-900: #063b25;
    --green-800: #075732;
    --green-700: #0b7445;
    --green-600: #10a05f;
    --green-500: #18c878;
    --green-100: #e8fff3;
    --green-50: #f4fff9;
    --text: #10271d;
    --muted: #547365;
    --line: rgba(19, 151, 88, 0.18);
    --shadow-big: 0 28px 70px rgba(5, 79, 45, 0.22);
    --shadow-card: 0 18px 45px rgba(8, 105, 61, 0.16);
    --shadow-soft: 0 10px 25px rgba(7, 87, 50, 0.10);
}

* {
    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 15% 5%, rgba(24, 200, 120, 0.20), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(13, 126, 74, 0.18), transparent 30%),
        linear-gradient(180deg, #f1fff7 0%, #f9fffb 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, #063b25 0%, #0b7445 50%, #18c878 100%);

    color: #fff;
    font-weight: 800;
    letter-spacing: 0.45px;
    text-transform: uppercase;

    border-bottom: 1px solid rgba(255,255,255,0.22);
    box-shadow:
        0 24px 55px rgba(5, 79, 45, 0.36),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

header::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -140px;
    top: -190px;
    background: rgba(255,255,255,0.16);
    border-radius: 50%;
    filter: blur(2px);
}

header::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -95px;
    bottom: -155px;
    background: rgba(255,255,255,0.13);
    border-radius: 50%;
}

.fg1 {
    flex-grow: 1;
}

.dsfjh {
    height: 88px;
    margin: 0 20px 0 10px;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,0.24));
    z-index: 1;
}

.jggghj {
    height: 132px;
    margin: -35px -10px 0;
    filter: drop-shadow(0 16px 22px rgba(0,0,0,0.22));
    z-index: 1;
}

.dsfjhsd {
    position: absolute;
    font-size: 110px;
    opacity: 0.07;
    top: -26px;
    left: 130px;
    font-weight: 900;
}

.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.22);
}

.hgjhdfgr b {
    font-size: 26px;
}

/* 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.78);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    color: var(--green-700);

    border-bottom: 1px solid var(--line);
    box-shadow:
        0 14px 35px rgba(7, 87, 50, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.menuhdr div {
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
}

.menuhdr a {
    color: var(--green-700);
    text-decoration: none;

    padding: 9px 15px;
    border-radius: 999px;

    background: rgba(232, 255, 243, 0.75);
    border: 1px solid rgba(24, 200, 120, 0.18);

    transition: 0.25s ease;
}

.menuhdr a:hover {
    background: linear-gradient(135deg, #e8fff3, #ffffff);
    color: var(--green-900);
    box-shadow: 0 10px 24px rgba(16, 160, 95, 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.96), rgba(246,255,250,0.96));
    border: 1px solid rgba(24, 200, 120, 0.20);
    border-radius: 30px;

    box-shadow:
        0 30px 80px rgba(5, 79, 45, 0.18),
        0 8px 22px rgba(5, 79, 45, 0.08),
        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(24,200,120,0.45), rgba(255,255,255,0.3), rgba(11,116,69,0.25));
    -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: #173b2b;

    background:
        linear-gradient(135deg, rgba(232,255,243,0.95), rgba(255,255,255,0.98));
    border: 1px solid rgba(24, 200, 120, 0.28);
    border-left: 7px solid var(--green-500);
    border-radius: 24px;

    box-shadow:
        0 20px 45px rgba(16, 160, 95, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.9);
}

.infmain::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);

    width: 32px;
    height: 32px;

    background-image: url(../img/info-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    filter: hue-rotate(72deg) saturate(1.4) drop-shadow(0 6px 12px rgba(16,160,95,0.25));
}

/* TEXT */
.mainsec {
    position: relative;
    display: block;
    margin-top: 0;
}

.ttlind1 {
    font-size: 26px;
    margin: 14px 0;
    text-align: center;
    color: var(--green-800);
    font-weight: 900;
    letter-spacing: -0.3px;
}

.ttlind2 {
    font-size: 17px;
    margin: 16px 10px;
    color: #2f5142;
    line-height: 1.6;
}

.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(24,200,120,0.14), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f1fff7 100%);

    border: 1px solid rgba(24, 200, 120, 0.26);
    border-radius: 30px;

    box-shadow:
        0 26px 65px rgba(6, 59, 37, 0.22),
        0 8px 22px rgba(6, 59, 37, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

.checkcomblock::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(24,200,120,0.42), transparent 35%, rgba(11,116,69,0.24));
    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: 900;
    text-transform: uppercase;
    letter-spacing: 0.9px;

    background:
        linear-gradient(135deg, #0b7445 0%, #18c878 100%);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;

    box-shadow:
        0 18px 38px rgba(16, 160, 95, 0.32),
        inset 0 1px 0 rgba(255,255,255,0.35);

    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.sdgdvsg {
    text-align: center;
    font-size: 17px;
    margin-top: 16px;
    color: var(--muted);
    line-height: 1.55;
}

/* 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;
    }
}