.first-screen {
    margin-top: 40px;
    --border-radius: 60px;
    --background-color: #6A67F2;
    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-color: var(--background-color);
    border-radius: var(--border-radius) 0 var(--border-radius) var(--border-radius);
    padding: 63px 60px;
    padding-right: 534px;
}

.first-screen .first-screen__text {
    z-index: 1;
}

.first-screen .first-screen__title {
    font-weight: 800;
    font-size: 46px;
    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: 657px;
}

.first-screen .first-screen__picture {
    display: flex;
    width: 100%;
    position: absolute;
    top: 10px;
    right: -5px;
    max-width: 628px;
}

.first-screen .first-screen__img {
    height: auto;
    width: 100%;
    object-fit: contain;
    filter: 
        drop-shadow(-112px 184px 86px rgba(0, 0, 0, 0.01))
        drop-shadow(-63px 104px 73px rgba(0, 0, 0, 0.05))
        drop-shadow(-28px 46px 54px rgba(0, 0, 0, 0.09))
        drop-shadow(-7px 12px 30px 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__cursor-picture {
    position: absolute;
    bottom: -109px;
    left: 360px;
}

.first-screen .first-screen__cursor-img {
    width: 308px;
    height: auto;
    filter: drop-shadow(-28px 34px 18px rgba(0, 0, 0, 0.01))
        drop-shadow(-16px 19px 15px rgba(0, 0, 0, 0.05))
        drop-shadow(-7px 8px 11px rgba(0, 0, 0, 0.09))
        drop-shadow(-2px 2px 6px rgba(0, 0, 0, 0.1));
}

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

@media screen and (max-width: 1220px) {
    .first-screen .first-screen__content {
        padding-right: 60px;
    }

    .first-screen .first-screen__picture {
        max-width: 360px;
        top: 0;
        right: 0;
    }

    .first-screen .first-screen__title {
        padding-right: 300px;
    }

    .first-screen .first-screen__description {
        max-width: unset;
    }

    .first-screen .first-screen__content {
        min-height: unset;
    }
}

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

    .first-screen .first-screen__title {
        font-size: 30px;
        padding-right: 250px;
    }

    .first-screen .first-screen__picture {
        max-width: 270px;
    }

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

    .first-screen .first-screen__top {
        height: 75px;
    }

    .first-screen .first-screen__top svg.corner-curve {
        width: 130px;
        height: 76px;
    }
}

@media screen and (max-width: 750px) {
    .first-screen {
        --padding-y: 26px;
        --padding-x: 16px;
    }

    .first-screen .first-screen__picture {
        position: initial;
        width: 100%;
        max-width: unset;
        justify-content: center;
    }

    .first-screen .first-screen__text {
        padding: var(--padding-y) var(--padding-x);
        padding-bottom: 0;
    }

    .first-screen .first-screen__content {
        padding: 0;
    }

    .first-screen .first-screen__img {
        max-width: 350px;
    }

    .first-screen .first-screen__title {
        padding-right: 0;
    }

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

    .first-screen .first-screen__register-wrap {
        position: relative;
    }

    .first-screen .first-screen__cursor-img {
        width: 61px;
    }

    .first-screen .first-screen__cursor-picture {
        bottom: -39px;
        right: -16px;
        width: fit-content;
        left: unset;
    }
}

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

    .first-screen .first-screen__description {
        margin-right: 0;
        max-width: unset;
    }


    .first-screen .first-screen__bg {
        width: 914px;
        height: 501px;
        max-width: unset;
        position: relative;
        right: -149px;
        bottom: -49px;
        z-index: 2;
        pointer-events: none;
    }

    .first-screen .first-screen__top {
        height: 42px;
    }

    .first-screen .first-screen__academy {
        margin-left: 24px;
    }

    .first-screen svg.corner-curve {
        width: 50px;
    }

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

    .first-screen .share-buttons {
        right: 16px;
        bottom: unset;
        top: 65px;
    }

    .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: 18px;
    }

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

    .first-screen .first-screen__top svg.corner-curve {
        width: 75px;
        height: 43px;
    }
}

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

    .first-screen .first-screen__img {
        max-width: 360px;
    }
}

