.request-form__container {
    position: relative;
}

.request-form .main-btn {
    position: relative;
}

.uForm__preload {
    background-size: contain;
}

.uForm .message-text {
    text-align: center;
    color: var(--pink);
}

.speaking-club {
    scroll-margin-top: 300px;
}

.about-us__container .main-title,
.events__top .main-title {
    text-align: center;
}
.events__top .titles {
    width: 100%;
}
.live-and-study .item:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}
.live-and-study .item:nth-child(2) .content {
    justify-content: flex-end;
}
.live-and-study .main-title {
    text-align: center;
}
.social-partners .item .content h3 {
    text-align: center;
}

.partners .slide img {
    max-height: 120px;
}

.projects-page .events .case__content {
    max-width: inherit;
}

.projects-page .events .case__content p {
    margin-bottom: 30px;
}

.main-screen__container .images img {
    max-width: 490px;
}

.header .logo img,
.footer .logo img {
    max-width: 138px;
}

.active-scroll .logo img {
    max-width: 60px;
}

.about-us__container p {
    font-size: 18px;
}

.social-partners .item .image-wrap img {
    max-height: 362px;
}

@media (max-width: 1440px) {
    .main-screen__container .images img {
        max-width: 400px;
    }
}

@media (max-width: 1280px) {
    .main-screen__container .images img {
        max-width: 320px;
    }
    .projects-page .events .event {
        max-width: inherit;
    }
    .projects-page .events .case {
        flex-direction: column-reverse;
        gap: 0;
    }
}

@media (max-width: 1024px) {
    .header .logo img {
        max-width: 100px;
    }
}

@media (max-width: 992px) {
    .main-screen__container .images img {
        max-width: 280px;
    }
}

@media (max-width: 576px) {
    .main-screen__container .images img {
        max-width: 240px;
    }
    .header .logo img {
        max-width: 60px;
    }
}