body {
    padding: 0;
    margin: 0;
    background: url("image.svg") right -80px bottom -212px no-repeat, linear-gradient(52.43deg, rgb(227, 141, 74) 6.751%,rgb(227, 93, 77) 24.173%,rgb(179, 14, 123) 78.963%,rgb(43, 149, 203) 129.865%);
    height: 100dvh;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.header {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 14px 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.phone {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
}

.content {
    width: 1280px;
    margin: 0 auto;
    height: calc(100dvh - 101px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wrapper {
    width: 782px;
    display: flex;
    flex-direction: column;
}

.text {
    color: rgb(255, 255, 255);
    font-size: 61px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 61px;
}

.social-text {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.socials {
    display: flex;
    flex-direction: row;
    column-gap: 48px;
    justify-content: center;
}

.socials_mobile {
    display: none;
}

.socials__link {

}

@media (max-width: 1024px) {
    body {
        background: url("image-mobile.svg") right -94px bottom -21px no-repeat, linear-gradient(43.64deg, rgb(227, 141, 74) -6.836%,rgb(227, 93, 77) 10.613%,rgb(179, 14, 123) 63.878%,rgb(43, 149, 203) 125.053%);
    }

    .header {
        width: 100%;
        padding: 23px 20px;
        justify-content: center;
    }

    .logo {
        max-width: 100%;
    }

    .phone {
        display: none;
    }

    .content {
        width: 100%;
        height: calc(100dvh - 119px);
    }

    .content-wrapper {
        width: 100%;
    }

    .text {
        font-size: 24px;
        line-height: 29px;
        letter-spacing: -1.8px;
        margin-bottom: 80px;
    }

    .social-text {
        font-size: 12px;
        line-height: 15px;
    }

    .socials {
        column-gap: 24px;
    }

    .socials_desktop {
        display: none;
    }

    .socials_mobile {
        display: flex;
    }
}
