body {
    color: #fff;
    width: 100%;
    height: 100vh;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #212d3b;
    overflow: hidden;
}

.loader {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: url("/images/bg_loader1.png") no-repeat center center;
    background-size: cover;
}

.loader.disable {
    display: none;
}

.loader__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    height: 100%;
}

.loader__icon {
    width: 59px;
    height: 66px;
    padding-bottom: 8px;
}
.loader__title {
    font-size: 48px;
    padding-bottom: 8px;
}
.loader__hashtag{
    font-size: 24px;
    padding-bottom: 24px;
}

.loader__ton {
    padding-bottom: 9px;
    font-size: 14px;
}
.loader__ton-icon {
    padding-bottom: 40px;
}
