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

main {
    background-color: #ffffff;
}

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

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

.description p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #222222;
    margin: 26px 0 0 0;
}

.description span {
    font-weight: 600;
}

.description p a {
    text-decoration: none;
    color: #00aeff;
}

.map {
    position: relative;
    padding: 0 0 55%;
    margin: 25px 0 0 ;
}

.map iframe {
    position: absolute;
    border: none;
    border-radius: 8px;
}

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

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

@media(max-width: 767px) {
    .registration-form__subtitle {
        font-size: 18px;
        line-height: 25px;
        margin:  15px auto 0;
    }

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