/**, *::after, *::before {*/
/*    box-sizing: border-box;*/
/*}*/
.coming__title, .coming__descr {
    text-align: center;
}

.coming__title {
    color: #000;
    font-size: 7.2rem;
    font-weight: 500;
    line-height: normal;
    margin-block: 12.8rem 0;
}

.coming__descr {
    margin-block: 4rem 0;
    font-size: 2.8rem;
    color: #2E4046;
    line-height: normal;
}


.coming {
    min-height: 100svh;
    padding-block: 12.8rem;
    position: relative;
    max-width: 100%;
}

.coming__container {
    max-width: 144rem;
}

.coming__logo {
    width: 27.2rem;
    height: 2.7rem;
    margin-inline: auto;
}

.coming__content {
    position: relative;
    z-index: 1;
}

.coming__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.coming__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.coming__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    z-index: 1;
    opacity: .6;
}

.coming__bg::after {
    content: "";
    background: linear-gradient(180deg, rgba(24, 75, 255, 0) 0%, #174AFF 100%);
    position: absolute;
    top: 20svh;
    right: 10vw;
    width: 27.36vw;
    height: 29.11vw;
    filter: blur(100px);
    opacity: .6;
}



.coming__bg::before {
    content: "";
    position: absolute;
    top: -5wvh;
    left: 5vw;
    background: linear-gradient(180deg, rgba(0, 194, 255, 0) 0%, #FF29C3 100%);
    background: linear-gradient(180deg, rgba(0, 194, 255, 0) 0%, #FF29C3 100%);
    border-radius: 50%;
    width: 56.94vw;
    height: 56.94vw;
    filter: blur(100px);
    opacity: .6;
}

@media screen and (max-width: 768px) {
    .coming__title {
        font-size: 4.8rem;
    }

    .coming__descr {
        font-size: 1.8rem;
    }

    .coming__bg::after {
        width: 60vw;
        height: 60vw;
        top: 50svh;
    }

    .coming__bg::before {
        width: 80vw;
        height: 40vw;
    }
}