body {
    margin: 0px;
    padding: 10px 0px;
    background: #fff;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.popUpContainer {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    background: rgba(0, 0, 0, 0.4);
    z-index: 22222222222222222;
}

.popUpContainer > .pop-up-wrap {
    position: fixed;
    top: 25vh;
    min-height: 170px;
    background: white;
    border-radius: 6px;
    background: #5e5e5f;
    color: white;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.lbl-container {
    position: relative;
}
.pre-rad {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
main, header {
    padding: 10px 5%;
}
header {
    background: #f5f5f5;
}
#logo {
    max-width: 220px;
}
main {
    margin-top: 3px;
    /* background: #dddddd; */
    min-height: calc(100vh - 63px);
    background-image: url(../img/404-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-top-txt-cotainer {
    margin: 0px 0;
    line-height: 31px;
    background-image: url("../_img/City.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
}
#main-content.main-content {
    width: 60vw;
    margin: 0px auto;
    min-height: calc(100vh - 20px);
}
#main-content.main-content.main-last-cont {
    max-width: 800px;
    margin: 0px auto;
    min-height: calc(100vh - 20px);
}
.radio-wrp {
    margin: 20px 0;
}
.question-wrp {
    font-weight: bold;
    margin: 5px 0;
}
.radio-container {
    display: flex;
    flex-wrap: wrap;
}
.radio-container > div {
    width: 30%;
    margin: 2px 1.5%;
}
.foot-btn-container {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0px;
}
.foot-btn-container > button{
    padding: 15px;
    color: white;
    background: #ee293d;
    min-width: 150px;
    border: none;
    border-radius: 3px;
    outline: none;
    font-family: Arial, sans-serif;
}
footer > p {
    margin: 2px;
    text-align: right;
    font-size: 10px;
}

#name,
#date,
#secession-place,
#question-main {
    font-weight: bold;
}
label {
    cursor: pointer;
}

.digit-check-container,
.unchecked-container {
    display: flex;
    justify-content: space-between;
}
div.digit,
.unchecked-container > img{
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
}
input.digit-0 + label > div.digit {
    background-image: url("../_img/0g.png");
    background-size: cover;
}
input.digit-0:checked + label > div.digit {
    background-image: url("../_img/0c.png");
    background-size: cover;
}
input.digit-1 + label > div.digit {
    background-image: url("../_img/1g.png");
    background-size: cover;
}
input.digit-1:checked + label > div.digit {
    background-image: url("../_img/1c.png");
    background-size: cover;
}
input.digit-2 + label > div.digit {
    background-image: url("../_img/2g.png");
    background-size: cover;
}
input.digit-2:checked + label > div.digit {
    background-image: url("../_img/2c.png");
    background-size: cover;
}
input.digit-3 + label > div.digit {
    background-image: url("../_img/3g.png");
    background-size: cover;
}
input.digit-3:checked + label > div.digit {
    background-image: url("../_img/3c.png");
    background-size: cover;
}
input.digit-4 + label > div.digit {
    background-image: url("../_img/4g.png");
    background-size: cover;
}
input.digit-4:checked + label > div.digit {
    background-image: url("../_img/4c.png");
    background-size: cover;
}
input.digit-5 + label > div.digit {
    background-image: url("../_img/5g.png");
    background-size: cover;
}
input.digit-5:checked + label > div.digit {
    background-image: url("../_img/5c.png");
    background-size: cover;
}

input.digit-6 + label > div.digit {
    background-image: url("../_img/6g.png");
    background-size: cover;
}
input.digit-6:checked + label > div.digit {
    background-image: url("../_img/6c.png");
    background-size: cover;
}
input.digit-7 + label > div.digit {
    background-image: url("../_img/7g.png");
    background-size: cover;
}
input.digit-7:checked + label > div.digit {
    background-image: url("../_img/7c.png");
    background-size: cover;
}
input.digit-8 + label > div.digit {
    background-image: url("../_img/8g.png");
    background-size: cover;
}
input.digit-8:checked + label > div.digit {
    background-image: url("../_img/8c.png");
    background-size: cover;
}
input.digit-9 + label > div.digit {
    background-image: url("../_img/9g.png");
    background-size: cover;
}
input.digit-9:checked + label > div.digit {
    background-image: url("../_img/9c.png");
    background-size: cover;
}
input.digit-10 + label > div.digit {
    background-image: url("../_img/10g.png");
    background-size: cover;
}
input.digit-10:checked + label > div.digit {
    background-image: url("../_img/10c.png");
    background-size: cover;
}
#txt-q {
    resize: none;
    width: calc(100% - 72px);
    height: 100px;
    background-image: url("../_img/dog.png");
    padding: 10px 70px 2px 2px ;
    background-size: 60px;
    background-color: white;
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.z-t-wrp {
    background: white;
    padding: 10px 10px;
}
.more-less-txt {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.more-less-txt > div {
    font-weight: bold;
}
.more-less-txt > .green{
    color: green;
}
.more-less-txt > .red{
    color: red;
    text-align: right;
}


label.facke.facke0 > div.digit{
    background-image: url('../_img/0.png');
}
label.facke.facke1 > div.digit{
    background-image: url('../_img/1.png');
}
label.facke.facke2 > div.digit{
    background-image: url('../_img/2.png');
}
label.facke.facke3 > div.digit{
    background-image: url('../_img/3.png');
}
label.facke.facke4 > div.digit{
    background-image: url('../_img/4.png');
}
label.facke.facke5 > div.digit{
    background-image: url('../_img/5.png');
}
label.facke.facke6 > div.digit{
    background-image: url('../_img/6.png');
}
label.facke.facke7 > div.digit{
    background-image: url('../_img/7.png');
}
label.facke.facke8 > div.digit{
    background-image: url('../_img/8.png');
}
label.facke.facke9 > div.digit{
    background-image: url('../_img/9.png');
}
label.facke.facke10 > div.digit{
    background-image: url('../_img/10.png');
}

.lbl-txt {
    font-size: 13px;
}


button {
    cursor: pointer;
}

.hide {
    display: none;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font16 {
    font-size: 16px;
}

.red-last {
    font-size: 25px;
    text-align: right;
    color: #ee293d;
    padding: 1vh;
    padding-right: 30px;
    font-weight: 700;
}
.black-last {
    font-size: 20px;
    text-align: right;
    padding: 1vh;
    font-weight: 600;
    padding-right: 30px;
}
.noPading {
    padding:0 ;
    min-height: 50vh;
}
.f15 > a {
    color: black;
}
.noPading {
    padding-bottom: 30px;
}
.f15 {
    font-size: 15px;
}