.preloader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/preloader/Loading.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
}
.preloader__icon{
    width: 350px;
    height: 800px;
    margin: auto 0;
}
.preloader__img{
    margin-top: auto;
}