.first-screen {
    margin-top: 40px;
    overflow: hidden;
    --border-radius: 60px;
    border-radius: var(--border-radius);
}

.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: #2589FF;
    display: flex;
}

.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: #2589FF;
    border-radius: var(--border-radius) 0 0 0;
    position: relative;
    padding: 85px 70px;
}

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

.first-screen .first-screen__title {
    font-weight: 800;
    font-size: 62px;
    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;
    margin-right: 400px;
}

.first-screen .first-screen__picture {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.first-screen .first-screen__img {
    height: 702px;
    width: auto;
}

.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;
}

@media screen and (max-width: 1024px) {
    .first-screen {
        margin-top: 24px;
        --border-radius: 33px;
    }

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

    .first-screen .first-screen__date {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .first-screen .first-screen__description {
        font-size: 18px;
        margin-right: 250px;
        max-width: 400px;
        margin-top: 20px;
        margin-bottom: 32px;
    }

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

    .first-screen .first-screen__type {
        font-size: 24px;
    }

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

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

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

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

    .first-screen .first-screen__type {
        right: 32px;
        top: -28px;
    }
}

@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__content {
        padding: 26px 16px;
        padding-bottom: 396px;
    }

    .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 .register-btn {
        width: 100%;
    }

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

    .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;
    }
}
