*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
}

body{
	font-family: 'Roboto', sans-serif;
    background: #f4f8fb;
}

.container{
    max-width: 750px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.section_1{
    position: relative;
    background: #000;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.section_1 img{
    width: 87px;
    margin-bottom: -4px;
}

.section_1 .adv{
    float: right;
    color: #fff;
}

.v-line{
    position: absolute;
    left: 50%;
    height: 50%;
    top: 25%;
    width: 2px;
    background: #fff;
    margin-left: -1px;
    border-radius: 70px;
}

.section_2{
    padding:30px 0;
    text-align:center;
}

.section_2 h1{
    font-size: 26px;
}

.procing {
    max-width: 500px;
    margin: 50px auto;
}
.procing h3 {
    margin: 30px 0px 10px;
}
.hor-line {
    height: 18px;
    background: #e0e0e0;
    border-radius: 30px;
}
.number-cont {
    height: 18px;
    background-color: #69ac17;
    border-radius: 30px;
    position: relative;
    width: 0;
    transition: 14s linear;
}
.number-cont:before {
    content: attr(percent);
    position: absolute;
    right: 0px;
    left: 0px;
    padding: 1px 0px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 25px;
    font-weight: bold;
    width: 20px;
    margin: 0px auto;
}

.contr-files{
    font-size: 18px;
    font-weight: 600;
}

.results p{
    padding: 8px 10px 8px 10px;
    background-color: #fefefe;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.results p span{
    padding-right: 20px;
}

.results .rest{
    background-color: #eee;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 600;
}

.contr_1, .count_2, .count_3, .count_4{
    float: right;
    padding-right:0!important;
}

.msg{
    height: 100px;
}

.upper {
    width: 92%;
    position: absolute;
    left: 4%;
    position: fixed;
    bottom: -235px;
    border: 1px solid #383434;
    z-index: 999999;
    background: #f7f7f7;
    padding: 0px;
    transition: 0.7s;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 25%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 25%);
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 25%);
    z-index: 9;
}

.upper .head {
    background: #c01818;
    color: #fff;
    padding: 3px 6px;
    border-radius: 10px 10px 0 0;
}

.upper .head i {
    font-style: normal;
    font-size: 12px;
    display: block;
    margin-top: 3px;
}

.upper .body {
    padding-top: 10px;
}

.upper .body ul {
    padding: 0 0 0 15px;
}

.upper .body ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 14px;
    text-shadow: 0px 0px 0px #000;
}

.upper .body img {
    margin-bottom: -2px;
}

.upper .body ul li span {
    display: block;
    font-size: 12px;
    text-shadow: none;
}

.alert_info{
    position: absolute;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border: 2px dotted #bf1817;
    border-radius: 12px;
    left: 50%;
    top: 50vh;
    display: none;
    z-index: 999;
    box-sizing: border-box;
    padding: 20px 20px 25px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 54%);
    margin-top: -152px;
    box-sizing: border-box;
    margin-left: -225px;
}

.alert_info img {
    width: 76px;
    margin: 8px 0;
}

.alert_info h4 {
    font-size: 21px;
    line-height: 30px;
}

.alert_info a {
    background: #bf1818;
    color: #fff;
    text-decoration: none;
    padding: 14px 24px;
    margin-top: 30px;
    font-size: 22px;
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-shadow: 0px 0px 3px #000;
}

.under{
    position: absolute;
    background: rgb(182 88 88 / 69%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}

@media (max-width: 490px){
    .alert_info {
        width: 94%;
        left: 3%;
        margin-left: 0;
    }
}

@media (max-width: 380px){
  .alert_info h4 {font-size: 17px;line-height: 22px;}
  .alert_info a{font-size: 20px;}
}


.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc{display: none!important;}
.skiptranslate{display: none!important;}
body{top: 0!important;}