.first-screen {
    margin-top: 40px;
    --border-radius: 60px;
    --background: linear-gradient(72.53deg, #6A67F2 -22.93%, #6387FF 30.09%, #BC4AFF 92.96%);
;
    border-radius: var(--border-radius);
    position: relative;
}

.first-screen .first-screen__top {
    display: flex;
    align-items: center;
    height: 104px;
}

.first-screen .first-screen__top::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--background-color);
    display: flex;
    border-radius: 0 var(--border-radius) 0 0;
}

.first-screen .first-screen__academy {
    flex-shrink: 0;
    margin-left: 59px;
    position: relative;
    z-index: 1;
}

.first-screen .first-screen__academy-logo {
    height: 26.99px;
    width: auto;
}

.first-screen .first-screen__content {
    width: 100%;
    min-height: 600px;
    background: var(--background);
    border-radius: 0 var(--border-radius)  var(--border-radius) var(--border-radius);
    padding: 129px 60px;
    padding-top: 201px;
}

.first-screen .logo-cutout {
    position: absolute;
    top: 0;
    left: 0;
}

.first-screen .first-screen__text {
    z-index: 1;
    position: relative;
    max-width: 686px;
}

.first-screen .first-screen__title {
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
}

.first-screen .first-screen__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 157%;
    letter-spacing: 0%;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    max-width: 570px;
}

.first-screen .first-screen__picture {
    display: flex;
    position: absolute;
    top: -41px;
    right: -57.2px;
    pointer-events: none;
}

.first-screen .first-screen__img {
    height: auto;
    width: 830.197px;
    max-width: unset;
    object-fit: contain;
    filter: 
        drop-shadow(-52.3209px 137.117px 58.6355px rgba(0, 0, 0, 0.01)) 
        drop-shadow(-28.8667px 77.5792px 49.6146px rgba(0, 0, 0, 0.05)) 
        drop-shadow(-12.6292px 34.2792px 36.9854px rgba(0, 0, 0, 0.09)) 
        drop-shadow(-3.60834px 9.02084px 19.8458px rgba(0, 0, 0, 0.1));
}

.first-screen .first-screen__date {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 20px;
}

.first-screen .first-screen__type {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #fff;
    top: -54px;
    right: 50px;
}

.first-screen .first-screen__top svg.corner-curve {
    margin-right: -2px;
}

.first-screen .first-screen__register-wrap.mobile {
    display: none;
}


@media screen and (max-width: 1220px) {
    .first-screen .first-screen__title {
        font-size: 38px;
    }

    .first-screen .first-screen__description {
        font-size: 20px;
    }

    .first-screen .first-screen__content {
        padding: 100px 40px;
        padding-top: 180px;
    }

    .first-screen .first-screen__img {
        width: 640px;
    }

    .first-screen .first-screen__picture {
        top: calc(50% + 30px);
        transform: translateY(-50%);
    }

    .first-screen .first-screen__text {
        max-width: 550px;
    }
}

@media screen and (max-width: 940px) {
    .first-screen .first-screen__picture {
        width: 65%;
        right: -71.2px;
    }

    .first-screen .first-screen__img {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .first-screen {
        --border-radius: 30px;
    }

    .first-screen .first-screen__picture {
        width: 400px;
        right: -44px;
        top: 60px;
        transform: none;
    }

    .first-screen .first-screen__content {
        padding-bottom: 40px;
        min-height: unset;
        padding-top: 140px;
    }

    .first-screen .logo-cutout {
        height: 80px;
    }

    .first-screen .logo-cutout .logo-cutout__bottom {
        height: 70px;
        width: auto;
    }

    .first-screen .first-screen__title {
        font-size: 28px;
    }

    .first-screen .first-screen__text {
        max-width: 390px;
    }
}

@media screen and (max-width: 700px) {
    .first-screen .first-screen__picture {
        position: initial;
        width: 100%;
    }

    .first-screen .first-screen__register-wrap.mobile {
        display: block;
        width: 100%;
    }

    .first-screen .first-screen__register-wrap.mobile .register-btn {
        width: 100%;
    }

    .first-screen .first-screen__register-wrap.desktop {
        display: none;
    }

    .first-screen .share-buttons {
        bottom: 120px;
    }
}

@media screen and (max-width: 670px) {
    .first-screen {
        --border-radius: 20px;
        margin-top: 10px;
    }

    .first-screen .first-screen__content {
        padding: 20px 16px;
        padding-top: 68px;
    }

    .first-screen .share-buttons {
        z-index: 2;
    }

    .share-buttons .button-sharer {
        height: 45px;
        width: 45px;
    }

    .share-buttons .button-sharer img {
        height: 28px;
        width: 28px;
    }

    .first-screen .first-screen__calendar {
        height: 24px;
        width: 24px;
    }

    .first-screen .first-screen__date {
        gap: 12px;
        font-size: 16px;
    }

    .first-screen .first-screen__type {
        display: none;
    }

    .first-screen .first-screen__description {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    .first-screen .first-screen__academy-logo {
        height: 15px;
    }

    .first-screen .logo-cutout {
        height: 42px;
    }

    .first-screen .logo-cutout .logo-cutout__logo {
        height: 15.35px;
    }

    .first-screen .logo-cutout .logo-cutout__bottom {
        height: 30px;
    }

    .first-screen .logo-cutout .logo-cutout__link-wrapper {
        padding-left: 24px;
    }

    .first-screen .share-buttons {
        bottom: 90px;
        right: 16px;
    }

    .first-screen .first-screen__date {
        margin-bottom: 10.5px;
    }
}

@media screen and (max-width: 500px) {
    .first-screen .first-screen__picture {
        padding: 20px;
        padding-bottom: 36px;
    }
}

