.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

main {
    padding: 20px 0 80px;
    background-color: #ffffff;
}

main + .footer {
    padding-top: 0;
}

.main-banner__image {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}

.info__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000;
    text-align: center;
    margin: 50px 0;
}

.info__text {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #222222;
    margin: 26px 0 0 0;
}

.info__text span {
    font-weight: 600;
}

/* Form */

.registration-form {
    padding: 75px 0;
}

.registration-form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #000000;
    margin: 0;
}


/* Video */

.video-block__inner-wrapper {
    position: relative;
    padding-bottom: 62.7%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.video-block__inner-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.video-block__inner-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media(max-width: 1180px) {
    .main-banner__image {
        border-radius: 0 0 20px 20px;
    }
}

@media(max-width: 767px) {
    .main-banner__image {
        border-radius: 0;
    }

    .info__title {
        font-size: 24px;
        line-height: 1;
        margin: 25px 0;
    }

    .info p {
        font-size: 18px;
        line-height: 25px;
        margin: 33px 0 0;
        padding: 0 6px;
        letter-spacing: 0.02em;
    }

    .info .date p{
        font-size: 18px;
        line-height: 25px;
        padding: 0 6px;
        margin:0;
    }

    /* Form */

    .registration-form {
        padding: 40px 0;
    }

    .registration-form__title {
        font-size: 24px;
    }

    .video-block__inner-wrapper {
        padding-bottom: 62.45%;
    }
}