* {
    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;
    }
}