.guide-title {
    margin-top: 32px;
    color: #fff;
    padding-bottom: 65px;
}

.guide-title .guide-title__wrapper {
    background-color: #2589FF;
    padding: 60px;
    padding-top: 40px;
    border-radius: 60px;
    position: relative;
}

.guide-title .guide-title__text-content {
    margin-top: 42.25px;
    max-width: 652px;
}

.guide-title .guide-title__top {
    display: flex;
    gap: 16px;
}

.guide-title .guide-title__info-block {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.guide-title .guide-title__info-icon {
    height: 24px;
    width: 24px;
}

.guide-title .guide-title__title {
    font-weight: 800;
    font-size: 52px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 0;
    margin-top: 26px;
}

.guide-title .guide-title__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 24px;
}

.guide-title .guide-title__form {
    max-width: 508px;
    margin-top: 40px;
}

.guide-title .guide-title__picture {
    display: flex;
    position: absolute;
    right: -80px;
    top: -32px;
    pointer-events: none;
    width: 100%;
    padding-left: 50px;
}

.guide-title .guide-title__img {
    object-fit: contain;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header .header__mobile-btn {
    display: none;
}

.header .header__academy-img {
    height: 25.72px;
    width: auto;
}

.header .header__links {
    display: flex;
    gap: 60px;
}

.header .header__link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

.header .header__menu-academy {
    display: none;
}

@media screen and (max-width: 1450px) {
    .guide-title .guide-title__text-content {
        margin-top: 25px;
    }

    .guide-title .guide-title__title {
        font-size: 32px;
    }

    .guide-title .guide-title__text {
        font-size: 22px;
    }

    .guide-title .guide-title__wrapper {
        padding: 40px;
    }

}

@media screen and (max-width: 1080px) {
    .guide-title .guide-title__text-content {
        max-width: unset;
        position: relative;
    }

    .guide-title .guide-title__title {
        font-size: 32px;
        margin-top: 24px;
    }

    .guide-title .guide-title__text {
        font-size: 20px;
    }

    .guide-title .guide-title__title,
    .guide-title .guide-title__text {
        margin-right: 250px;
        max-width: 375px;
    }

    .guide-title .guide-title__form {
        max-width: unset;
        margin-top: 32px;
    }

    .guide-title .guide-title__wrapper {
        padding: 40px;
        border-radius: 40px;
    }
}

@media screen and (max-width: 750px) {
    .guide-title {
        padding: 0;
        margin-top: 0;
    }

    .guide-title .guide-title__wrapper {
        border-radius: 0;
        padding: 40px 20px;
        padding-top: 22.91px;
    }

    .guide-title .guide-title__text-content {
        padding-bottom: 244px;
        margin-top: 34.1px;
    }

    .guide-title .guide-title__title,
    .guide-title .guide-title__text {
        max-width: unset;
        margin-right: 0;
    }

    .guide-title .form-block {
        z-index: 1;
    }

    .guide-title .guide-title__title {
        font-size: 28px;
        margin-top: 8px;
    }

    .guide-title .guide-title__text {
        font-size: 18px;
        margin-top: 16px;
    }

    .guide-title .guide-title__top {
        flex-direction: column;
        gap: 16px;
    }

    .guide-title .guide-title__form {
        padding: 0;
    }

        .header {
        align-items: center;
    }

    .header .header__academy-img {
        height: 22.17px;
    }

    .header .header__links {
        position: fixed;
        flex-direction: column;
        gap: 0;
        width: 100%;
        top: 12.91px;
        left: 0;
        z-index: 10;
        padding: 10px 20px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .header.menu-open .header__links {
        opacity: 1;
        pointer-events: all;
    }

    .header__mobile-bg {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #2589FE;
        z-index: -1;
    }

    .header .header__link {
        width: 100%;
        height: 68px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.1s, transform 0.3s;
        transform: translateY(-10px);
    }

    .header.menu-open .header__link {
        transform: none; 
    }

    @media screen and (hover:hover) {
        .header .header__link:hover {
            background-color: #73B3FF;
        }
    }

    .header .header__menu-academy {
        display: block;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
    }

    .header .header__mobile-btn {
        display: block;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 15;
        height: 48px;
        width: 48px;
        background-color: #fff;
        border: none;
        border-radius: 12px;
        cursor: pointer;
    }
    
    .header .header__mobile-img {
        position: absolute;
        left: 12px;
        top: 12px;
        transition: opacity 0.3s, transform 0.3s;
    }

    .header .header__mobile-img.menu-img {
        z-index: 1;
    }

    .header .header__mobile-img.close-img {
        z-index: 2;
        opacity: 0;
        transform: scale(1.4);
    }

    .header.menu-open .header__mobile-img.menu-img {
        transform: scale(0.6);
        opacity: 0;
    }

    .header.header.menu-open .header__mobile-img.close-img {
        transform: none; 
        opacity: 1;
    }
}

