.everywhere {
    position: relative;
}

.everywhere::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 750px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 10.03%, #0F0F0F 65.02%);
    z-index: 2;
}

.everywhere__box {
    position: relative;
}

.everywhere__star {
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translateX(-563px);
    z-index: -1;
}

.everywhere__bg-stars {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-625px);
    z-index: -1;
}

.everywhere__subtitle {
    margin-bottom: 40px;
}

.everywhere__title {
    max-width: 850px;
    margin: 0 auto 24px auto;
}

.everywhere__description {
    max-width: 550px;
    margin: 0 auto 70px auto;
}

.everywhere__img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.everywhere__img img {
    width: 544px;
    height: auto;
    margin-bottom: -358px;
}

.everywhere__planet {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-955px);
    bottom: 120px;
    z-index: -1;
}

.everywhere__stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 73px;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.everywhere__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 16px;
    position: relative;
    z-index: 3;
}

.everywhere__stat-value {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}

.everywhere__stat-key {
    color: #797E86;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@media (max-width: 1200px) {
    .everywhere__img img {
        width: 450px;
    }

    .everywhere__planet {
        bottom: 0;
    }
}

@media (max-width: 1100px) {
    .everywhere__stats {
        gap: 25px;
    }
}

@media (max-width: 850px) {
    .everywhere::before {
        bottom: 0;
    }

    .everywhere__stats {
        max-width: 500px;
    }
}

@media (max-width: 800px) {
    .everywhere__img img {
        width: 400px;
    }
}

@media (max-width: 600px) {
    .everywhere__img img {
        width: 320px;
    }

    .everywhere__planet {
        bottom: -50px;
    }

    .everywhere::before {
        bottom: -80px;
    }

    .everywhere__planet img {
        width: 1800px;
        height: auto;
    }

    .everywhere__stat-value {
        font-size: 30px;
        line-height: 110%;
    }

    .everywhere__stat-key {
        font-size: 20px;
        line-height: 110%;
    }
}

@media (max-width: 400px) {
    .everywhere__img img {
        width: 250px;
        margin-bottom: -200px;
    }

    .everywhere__planet img {
        width: 1300px;
        height: auto;
    }

    .everywhere__planet {
        transform: translateX(-700px);
        bottom: 0;
    }

    .everywhere__stat-value {
        font-size: 25px;
    }

    .everywhere__stat-key {
        font-size: 16px;
    }
}