* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f5f5f5; /* Более официальный светло-серый фон */
    color: #222; /* Тёмно-серый цвет текста */
}

/* ХЕДЕР */
header {
    position: relative;
    display: flex;
    background: linear-gradient(135deg, #8C1D40, #D81B60); /* Глубокий бордовый градиент */
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    margin-top: 20px;
    border-radius: 0; /* Убрали округлость */
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.fg1 {
    flex-grow: 1;
}

.dsfjh {
    height: 90px;
    margin: 0 20px 0 10px;
}

.jggghj {
    height: 140px;
    margin: -40px -10px 0;
}

.dsfjhsd {
    position: absolute;
    font-size: 90px;
    opacity: 0.1;
    top: -15px;
    left: 140px;
    font-weight: bold;
}

.hgjhdfgr {
    margin-left: 15px;
    font-size: 20px;
}
.hgjhdfgr b {
    font-size: 25px;
}


/* МЕНЮ */
.menuhdr {
    position: relative;
    display: flex;
    background: #012970; /* Темно-синий */
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.menuhdr div {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.menuhdr a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.menuhdr a:hover {
    background: rgba(255, 255, 255, 0.2);
}


/* ОСНОВНОЙ БЛОК */
.mains {
    margin: auto;
    max-width: 950px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    padding: 25px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

/* ПОДВАЛ */
footer {
    background: #4A1C40; /* Темный бордово-фиолетовый */
    padding: 25px 15px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1);
}



 .infmain {
        display: block;
        background-color: rgba(255, 255, 255, 0.2); /* Полупрозрачный светлый фон */
        padding: 20px 40px 20px 70px; /* Увеличены отступы для большей "воздушности" */
        position: relative;
        font-size: 16px; /* Увеличен шрифт для большего акцента */
        color: black; /* Белый текст */
        font-family: "Georgia", serif; /* Премиальный шрифт */
        border-radius: 10px; /* Скругленные углы */
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Глубокая тень */
    }

    .infmain::after {
        position: absolute;
        content: " ";
        left: 20px;
        margin-top: -7px;
        width: 35px;
        height: 35px;
        background-image: url(../img/info-icon.png); /* Сюда замените путь к вашей иконке */
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; /* Размер иконки немного больше для премиальности */
    
      
    }

.mainsec {
    position: relative;
    display: block;
    margin-top: 0px;
}

 .ttlind1 {
        font-size: 25px;
        margin: 10px 0;
		text-align: center;
    }
    .ttlind2 {
        font-size: 17px;
        margin: 15px 10px;
    }

.lnkrigp {
    margin-top: -20px;
    position: absolute;
    right: 15px;
    text-align: right;
}

.checkcomblock {
    box-shadow: 0 0 20px #196e24;
    padding: 15px 20px;
    margin: 60px 20px 30px;
}

.sdgdvsf {
    text-align: center;
    color: #B71C1C; /* Глубокий бордовый для премиальности */
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 20px;
    border-bottom: 3px solid rgba(183, 28, 28, 0.6); /* Полупрозрачная линия */
    display: inline-block;
    background: linear-gradient(135deg, rgba(183, 28, 28, 0.1), rgba(0, 0, 0, 0.05)); /* Легкий градиент */
    border-radius: 5px;
}

.sdgdvsg {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
}

.bpay {
	animation: bAnimPay 3s ease infinite
}


@keyframes bAnimPay {
	0 {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	5% {
		-webkit-transform: scale(1.05, 1.1);
		-moz-transform: scale(1.05, 1.1);
		-o-transform: scale(1.05, 1.1);
		transform: scale(1.05, 1.1)
	}
	15% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	20% {
		-webkit-transform: scale(1.05, 1.1);
		-moz-transform: scale(1.05, 1.1);
		-o-transform: scale(1.05, 1.1);
		transform: scale(1.05, 1.1)
	}
	30% {
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}
.indlogin {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
}

.fdghjdb {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0;
    right: 0;
    max-width: 370px;
    margin: 20px auto;
}
.fdghjdb input {
    display: block;
    margin: 7px 0;
}

.dsgdf {
    font-size: 20px;
    margin: 20px;
}

.onetovko {
    display: flex;
    align-items: center;
    margin: 10px 30px;
}
.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;
    }
}

/* ========================================================================== 
   FINTECH SAFE THEME
   Консервативный визуальный слой: не меняет размеры, позиционирование,
   flex/grid, отступы, ширины и высоты существующей разметки.
   Подключать ПОСЛЕ исходных CSS либо использовать готовые объединённые файлы.
   ========================================================================== */

:root {
    --fin-bg: #f4f6f8;
    --fin-surface: #ffffff;
    --fin-surface-soft: #f8faf9;
    --fin-text: #20272f;
    --fin-muted: #707b86;
    --fin-line: #e2e7eb;
    --fin-green: #15952a;
    --fin-green-dark: #0b7620;
    --fin-green-soft: #eaf7ec;
    --fin-orange: #ff9800;
    --fin-orange-dark: #e98700;
    --fin-yellow: #ffdc2d;
    --fin-blue: #267ebc;
    --fin-danger: #dc322f;
    --fin-shadow-xs: 0 2px 8px rgba(27, 39, 51, .06);
    --fin-shadow-sm: 0 7px 22px rgba(27, 39, 51, .08);
    --fin-shadow-md: 0 14px 38px rgba(27, 39, 51, .12);
    --fin-focus: 0 0 0 3px rgba(21, 149, 42, .16);
}

html,
body {
    background-color: var(--fin-bg);
    color: var(--fin-text);
}

body {
    background-image: linear-gradient(180deg, #f7f8fa 0%, var(--fin-bg) 100%);
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a,
.link {
    color: var(--fin-green-dark);
    text-underline-offset: 3px;
}

a:hover,
.link:hover {
    color: var(--fin-green);
}

/* --------------------------------------------------------------------------
   Верхняя часть и навигация — только оформление, геометрия исходная
   -------------------------------------------------------------------------- */
header,
#main-header[data-v-0a16a4ea] {
    background: var(--fin-surface);
    color: var(--fin-text);
    border-color: var(--fin-line);
    box-shadow: var(--fin-shadow-xs);
}

header {
    background-image: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
}

.dsfjhsd,
.hgjhdfgr,
.hgjhdfgr b,
#main-header .site-name h1[data-v-0a16a4ea],
#main-header .site-name h2[data-v-0a16a4ea] {
    color: var(--fin-text);
}

.hgjhdfgr,
.light-blue[data-v-0a16a4ea] {
    color: var(--fin-muted);
}

.menuhdr {
    background: var(--fin-surface);
    color: var(--fin-muted);
    border-color: var(--fin-line);
    box-shadow: var(--fin-shadow-xs);
}

.menuhdr div,
.menuhdr a {
    color: var(--fin-muted);
}

.menuhdr a:hover,
.menuhdr a:focus-visible {
    color: var(--fin-green-dark);
    background-color: var(--fin-green-soft);
}

.btn-login[data-v-0a16a4ea] {
    color: var(--fin-green-dark);
}

/* --------------------------------------------------------------------------
   Основные поверхности
   -------------------------------------------------------------------------- */
.mains,
.container,
.items,
.anketa {
    background-color: var(--fin-bg);
    border-color: var(--fin-line);
}

.mains {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .68), rgba(244, 246, 248, .72));
    box-shadow: var(--fin-shadow-sm);
}

footer,
footer[data-v-fa955022] {
    background: var(--fin-surface);
    color: var(--fin-muted);
    border-color: var(--fin-line);
    box-shadow: 0 -2px 12px rgba(27, 39, 51, .05);
}

footer .address a[data-v-fa955022],
footer .terms a[data-v-fa955022] {
    color: var(--fin-muted);
}

/* --------------------------------------------------------------------------
   Карточки и информационные блоки
   -------------------------------------------------------------------------- */
.infmain,
.checkcomblock,
.onecomment,
.mnmsg,
.gfhdr,
.summdsgs,
.searchcomp,
.item .item-inner,
.anketa-inner,
.anketa-form,
.form-dotted,
.comments-block > .comments__item[data-v-0612c572],
.modal-content,
.sweet-modal .sweet-content {
    background-color: var(--fin-surface);
    border-color: var(--fin-line);
    border-radius: 14px;
    box-shadow: var(--fin-shadow-sm);
}

.infmain,
.about[data-v-d8056c66] {
    background-color: var(--fin-green-soft);
    color: var(--fin-text);
    border-color: rgba(21, 149, 42, .18);
}

.item-new {
    background-color: var(--fin-surface-soft);
}

.anketa-form {
    border-color: rgba(21, 149, 42, .28);
}

.anketa-form:hover {
    border-color: var(--fin-green);
    box-shadow: var(--fin-focus), var(--fin-shadow-sm);
}

.summdsgs {
    background-color: var(--fin-green-soft);
    border-color: rgba(21, 149, 42, .24);
}

.showkomesg {
    border-color: var(--fin-line);
}

/* --------------------------------------------------------------------------
   Заголовки и акценты
   -------------------------------------------------------------------------- */
.ttlind1,
.commentttl,
.compenstov,
.dsfsd,
.sdfgdfafg,
.anketa h2,
.content h3[data-v-2d5b7ad6],
.comments h2[data-v-0612c572],
.modal-title {
    color: var(--fin-text);
}

.sdgdvsf,
.text-danger,
.anketa .errorLastName,
.h-progresses .h-progress .check-error {
    color: var(--fin-danger) !important;
}

.sdgdvsf {
    border-color: rgba(21, 149, 42, .28);
    background: var(--fin-green-soft);
    color: var(--fin-green-dark) !important;
}

.text-blue,
.text-dark-blue,
.content h3[data-v-2d5b7ad6],
.modal-main-items h3,
.modal-main-items .item a {
    color: var(--fin-green-dark);
}

.comments h2[data-v-0612c572]::after {
    background: var(--fin-green);
}

/* --------------------------------------------------------------------------
   Кнопки — размеры и отступы остаются исходными
   -------------------------------------------------------------------------- */
.button1,
.btn-primary,
.anketa form button[type=submit] {
    background: linear-gradient(180deg, #ffa70c 0%, var(--fin-orange) 100%);
    border-color: var(--fin-orange-dark);
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(255, 152, 0, .24);
    text-shadow: none;
}

.button1:hover,
.btn-primary:hover,
.anketa form button[type=submit]:hover {
    background: linear-gradient(180deg, var(--fin-orange) 0%, var(--fin-orange-dark) 100%);
    border-color: var(--fin-orange-dark);
    box-shadow: 0 7px 18px rgba(255, 152, 0, .30);
}

.button1:active,
.btn-primary:active,
.anketa form button[type=submit]:active {
    background: var(--fin-orange-dark);
    box-shadow: var(--fin-shadow-xs);
}

.button2,
.btn-success {
    background: linear-gradient(180deg, #20ad37 0%, var(--fin-green) 100%);
    border-color: var(--fin-green-dark);
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(21, 149, 42, .20);
}

.button2:hover,
.btn-success:hover {
    background: linear-gradient(180deg, var(--fin-green) 0%, var(--fin-green-dark) 100%);
    border-color: var(--fin-green-dark);
}

.btn-secondary {
    background: #eef1f3;
    border-color: #dce2e6;
    color: var(--fin-text);
    box-shadow: var(--fin-shadow-xs);
}

.btn-secondary:hover {
    background: #e4e8eb;
}

.btn-info {
    background: var(--fin-green);
    border-color: var(--fin-green-dark);
    color: #ffffff;
    box-shadow: 0 5px 14px rgba(21, 149, 42, .18);
}

.btn-danger {
    background: var(--fin-danger);
    border-color: #b92826;
    box-shadow: 0 5px 14px rgba(220, 50, 47, .18);
}

.btn,
.button1,
.button2 {
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.btn:focus-visible,
.button1:focus-visible,
.button2:focus-visible {
    outline: 3px solid rgba(21, 149, 42, .22);
    outline-offset: 2px;
}

/* --------------------------------------------------------------------------
   Поля форм — без изменения размеров
   -------------------------------------------------------------------------- */
.input1,
.sdgdsdf,
.comments input[data-v-0612c572],
.comments textarea[data-v-0612c572],
input[type=email],
input[type=tel],
input[type=text],
textarea,
select {
    background-color: var(--fin-surface);
    color: var(--fin-text);
    border-color: #cfd7dd !important;
    border-radius: 10px;
    box-shadow: inset 0 1px 2px rgba(27, 39, 51, .03);
}

.input1:hover,
.sdgdsdf:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=text]:hover,
textarea:hover,
select:hover {
    border-color: #aebbc4 !important;
}

.input1:focus,
.sdgdsdf:focus,
.comments input[data-v-0612c572]:focus,
.comments textarea[data-v-0612c572]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus,
select:focus,
.anketa-form input:focus {
    border-color: var(--fin-green) !important;
    box-shadow: var(--fin-focus) !important;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: #99a3ac;
    opacity: 1;
}

.form-item.errorInput input,
.form-item.errorInput textarea {
    border-color: var(--fin-danger) !important;
    box-shadow: 0 0 0 3px rgba(220, 50, 47, .13) !important;
}

/* --------------------------------------------------------------------------
   Чекбоксы, прогресс, статусы
   -------------------------------------------------------------------------- */
#label-cbx-2 input:checked + .checkbox,
#label-cbx-3 input:checked + .checkbox,
#label-cbx input:checked + .checkbox,
.check-box.checked,
input[type=checkbox]:checked + .check-box {
    border-color: var(--fin-green);
}

#label-cbx-2 input:checked + .checkbox svg path,
#label-cbx-3 input:checked + .checkbox svg path,
#label-cbx input:checked + .checkbox svg path,
.check-box::after,
.check-box::before {
    fill: var(--fin-green);
    stroke: var(--fin-green);
    background-color: var(--fin-green);
}

.progress,
.h-progress {
    border-color: var(--fin-line);
    background-color: #edf1f3;
    border-radius: 999px;
}

.progress .ppos,
.h-progress__inner {
    background: linear-gradient(90deg, var(--fin-green-dark), #46bd55);
    border-radius: 999px;
}

.square-timer {
    color: var(--fin-green-dark);
    background: var(--fin-surface);
    border-color: var(--fin-green);
    box-shadow: var(--fin-shadow-sm);
}

.fdhgdss.green {
    color: var(--fin-green-dark);
}

.fdhgdss.yellow {
    color: var(--fin-orange-dark);
}

.fdhgdss.red {
    color: var(--fin-danger);
}

/* --------------------------------------------------------------------------
   Модальные окна и комментарии
   -------------------------------------------------------------------------- */
.modal-header,
.modal-footer {
    background: var(--fin-surface);
    border-color: var(--fin-line);
}

.modal-body {
    background: var(--fin-surface);
    color: var(--fin-text);
}

.modal-backdrop {
    background-color: #17212b;
}

.modal-backdrop.show {
    opacity: .42 !important;
    filter: none;
}

.close {
    color: var(--fin-text);
    text-shadow: none;
}

.comments-block > .comments__item[data-v-0612c572],
.onecomment {
    transition: border-color .2s ease, box-shadow .2s ease;
}

.comments-block > .comments__item[data-v-0612c572]:hover,
.onecomment:hover {
    border-color: rgba(21, 149, 42, .28);
    box-shadow: var(--fin-shadow-md);
}

.comments .message-sent[data-v-0612c572] {
    background: var(--fin-green);
    color: #ffffff;
    border-radius: 10px;
}

/* --------------------------------------------------------------------------
   Минимальная мобильная полировка: только визуальные свойства
   -------------------------------------------------------------------------- */
@media only screen and (max-width: 575px) {
    .infmain,
    .checkcomblock,
    .onecomment,
    .mnmsg,
    .gfhdr,
    .summdsgs,
    .searchcomp,
    .item .item-inner,
    .anketa-inner,
    .anketa-form,
    .modal-content {
        border-radius: 10px;
        box-shadow: var(--fin-shadow-xs);
    }

    .button1,
    .button2,
    .btn,
    input[type=email],
    input[type=tel],
    input[type=text],
    textarea,
    select {
        border-radius: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn,
    .button1,
    .button2,
    .comments-block > .comments__item[data-v-0612c572],
    .onecomment {
        transition: none;
    }
}
