.waiting_page {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    z-index: 999;
    background-color: #181717;
    color: #646B41; 
    font-family: 'Involve', sans-serif;
    display: none;
}

.waiting_page .whole_page_is_vertical {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.waiting_page .percent_and_text{
    text-align: center;
}

.waiting_page .percent_and_text .block_percent{
    font-size: 50px;
    font-weight: bold;
}

.waiting_page .percent_and_text .block_text{
    font-size: 20px;
}


.waiting_page .picrures_loading{
    position: relative;
    padding: 0px 10px;
    overflow: hidden;
}


.waiting_page .containet_for_block_picrure_loading .picrures_loading .img_1{
    width: 100%;
}

.close_line{
    position: absolute;
    height: 100%;
    top: 0px;
    left: -10px;
    display: flex;
    justify-content: right;
    transition: left 1s ease; 

}

.close_line_right{
    width: 500px;
    background-color: #181717;
}
