* {
    margin: 0;
    padding: 0;
}
body {
    /* font-family:"Open Sans",sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    background: rgba(25, 29, 32);
    background-image: url(../img/background2.jpg);
    z-index: 1;
    color: black;
}
header {
    position: relative;
    display: flex;
    /* background-color: #074974; */
    background-color:#c50a0a;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    margin-top: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.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.05;
    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-color: #6f0606;
    justify-content: space-around;
    align-items: center;
    padding: 10px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);

    -webkit-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.32);
    box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.32);
}
.menuhdr div {
    cursor: pointer;
}
.menuhdr a {
    color: white;
    text-decoration: none;
}

.mains {
    margin: auto;
    left: 0;
    right: 0;
    max-width: 950px;
    border: 1px solid rgb(147 2 2 / 59%);
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    border-top: none;
    border-bottom: none;
    z-index: 10;
    position: relative;

}

footer {
    background-color: #6f0606;
    padding: 30px 20px;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: 1.6;


    -webkit-box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.22);
    box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.22);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.infmain {
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px 30px 15px 70px;
    position: relative;
    font-size: 15px;
}
.infmain::after {
    position: absolute;
    content: " ";
    left: 20px;
    margin-top: -5px;
    width: 30px;
    height: 30px;
    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: 38px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.ttlind2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ff2723 !important;
    margin: 30px 25px;
}

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

.checkcomblock {
    /* background-color: rgb(45, 50, 60); */
    box-shadow: 0 0 20px rgba(20, 75, 170, 0.6);
    padding: 15px 20px;
    margin: 60px 20px 30px;
}

.sdgdvsf {
    text-align: center;
    color: #144baa;
    font-size: 25px;
    font-weight: 600;
}

.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: #277aff;
}
.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: #ff330e;
    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);

    word-break: break-all;
    outline: none;
    text-decoration: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.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: #0093ff;
    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: #0068b4;
    -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: #277aff;
}
.onecomment {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px auto;
    max-width: 800px;

}
.sdgfdshsdd {

    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    opacity: 0.8;

}
.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: #0076ff;
    text-decoration: underline;
    cursor: pointer;
}
.link:hover {
    text-decoration: none;
    color: #0076ff;
}

.sdfsd {
    height: 150px;
    resize: none;
}

.shjfdsak {
    margin: 30px;
    text-align: center;
}

.dsfsdf {
    font-size: 22;
    font-weight: bold;
}

.dsfsd {
    margin-top: 20px;
    color: #2c71e8;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.progress {
    border: 1px solid rgb(147 2 2 / 59%);
    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;
    color: #37ef37;
}



.scriptcontroll {
    display: none;
}
.scriptcontroll.show {
    display: block;
}

.gfhdr {
    margin: 30px 15px;
    box-shadow: 0 0 5px #144baa;
    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 #144baa;
  background: #ddedf7;
  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: #0064d9;
    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;
    color: black;
}

.fgdgds {
    color: black;
}
.waiting {
    max-width: 32px;
}
.typing {
    max-width: 70px;
}

























@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: 14px;
        position: relative;
        opacity: 1;
        left: inherit;
        top: inherit;
        flex-grow: 1;
        text-align: left;
    }
    .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;
    }
}
