#loading-cover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: stretch;
    background-image: url(bg-2.png);
    background-size: cover;
    background-position: bottom;
}

.footer {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    right: 0;
    height: 68px;
    border-radius: 16px 16px 0 0;
    backdrop-filter: blur(10px);
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
}

.footer__text-a {
    font-weight: 300;
    font-family: Inter;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    width: 100px;
}

.footer__text-b {
    font-weight: 300;
    font-family: Inter;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.footer__text-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    padding: 16px;
}

.logo {
    position: absolute;
    width: 296px;
    height: 252.5px;
    bottom: 329.65px;
    transform: scale(0.85);
}

    .logo img {
        width: 296px;
    }

.logo__subtitle {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    color: white;
    font-weight: 400;
    font-family: Inter;
    font-size: 16px;
    word-spacing: 4px;
}

#loading-tg {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

#loading-web {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: stretch;
}

.loading-web__logo {
    width: 213.29px;
    transform: scale(0.9);
}

@media (max-height: 800px) {
    .loading-web__logo {
        width: 150px;
    }
}

@media (max-height: 700px) {
    .loading-web__logo {
        width: 100px;
    }
}

.loading-web__logo-container {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
}

.loading-web__panel {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.1);
    border-style: solid;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    backdrop-filter: blur(10px);
}

.loading-web__title {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 28px;
    color: white;
    font-weight: 600;
    font-family: Inter;
    font-size: 22px;
    height: 16px;
}

.loading-web__input-a {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    height: 50px;
}

.loading-web__email-input {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal;
    font-family: Inter;
    font-size: 16px;
}

.loading-web__send-code {
    height: 50px;
    border-radius: 12px;
    border-style: none;
    background: linear-gradient(to bottom, #FCC215, #FF9900);
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.loading-web__or-line {
    flex-grow: 1;
    background-color: #494643;
    height: 1px;
    align-self: center;
}

.loading-web__or-line-l {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

.loading-web__or-line-r {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}

.loading-web__or-button {
    width: 39px;
    border-style: solid;
    border-width: 1px;
    border-color: #494643;
    border-radius: 32px;
    height: 18px;
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.loading-web__or {
    height: 18px;
    display: flex;
}

.loading-web__text-a {
    position: relative;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.loading-web__sign-in-button {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.loading-web__google-logo {
    position: absolute;
    align-self: center;
    left: -32px;
}

.loading-web__telegram-logo {
    position: absolute;
    align-self: center;
    left: -36px;
}

.play-in-telegram-button {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 50px;
    border-radius: 12px;
    border-style: none;
    background-color: #01ABFF;
}

.loading-web__line {
    display: flex;
}

.loading-web__footer {
    display: flex;
    justify-content: space-between;
    height: 24px;
}

.web-footer__text-a {
    font-weight: 300;
    font-family: Inter;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    width: 100px;
}

.web-footer__text-b {
    font-weight: 300;
    font-family: Inter;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
