.owner-auth-banner-header__image,
.owner-auth-banner-footer__image{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.owner-auth-banner-header__image-wrapper{
    position: relative;
    width: 100%;
    height: 60vw;
}

.owner-auth-banner-footer__image-wrapper{
    position: relative;
    width: 100%;
    height: 35vw;
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: rgba(44, 44, 44, 0.25);
}

.owner-page-header-banner .banner-header__description{
    position: absolute;
    bottom: 100px;
    left: 120px;
    width: 52%;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    background-color: rgba(44, 44, 44, 0.35);
    padding: 12px;
}

.banner-header__title {
    position: absolute;
    top: 120px;
    right: 349px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 12px;
    width: 52vw;
    color: #FFF772;
    font-size: 36px;
    line-height: 40px;
}

.banner-header__title span:nth-child(2) {
    margin-left: 15vw;
}
.banner-header__title span:last-child {
    align-self: end;
}

.banner-footer__container{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    gap: 250px;
    padding: 50px;
}

.banner-footer__registration-and-contacts{
    background-color: #fff;
    width: 370px;
    height: 390px;
    padding: 24px 36px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.banner-footer__contacts{
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: center;
    text-align: center;
}

.banner-footer__contacts-label {
    color: #808080;
    font-size: 20px;
}

.banner-footer__registration{
    color: #fff;
    border: none;
    background-color: #377f89;
    padding: 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-align: center;
}

.banner-footer__registration:hover{
    background-color: #31635a;
}

.banner-footer__contacts-bold {
    font-size: 24px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.banner-footer__contacts-bold:hover {
    color: #377f89;
}

.banner-footer__title{
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 980px;
    width: 100%;
    color: #FFF;
    font-size: 72px;
    line-height: 72px;
}

.banner-footer__title span:first-child {
    align-self: start;
}
.banner-footer__title span:nth-child(2) {
    align-self: center;
}
.banner-footer__title span:last-child {
    align-self: end;
}

.banner-footer__messengers{
    display: flex;
    justify-content: center;
}

@media (max-width: 1431px) {
    .banner-header__title{
        top: 130px;
        right: 16vw;
        font-size: 24px;
        line-height: 32px;
    }

    .banner-footer__title{
        font-size: 64px;
        line-height: 64px;
        max-width: 800px;
    }
    .owner-page-header-banner .banner-header__description {
        bottom: 20px;
        left: 20px;
        gap: 12px;
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 1152px) {
    .owner-page-header-banner .banner-header__description{
        font-size: 24px;
        line-height: 32px;
    }

    .banner-header__title {
        top: 80px;
        right: 14vw;
        font-size: 24px;
        line-height: 32px;
    }

    .banner-footer__container {
        display: flex;
        justify-content: space-around;
        padding: 16px;
    }

    .banner-footer__title {
        gap: 6px;
        font-size: 54px;
        line-height: 64px;
    }

    .banner-footer__registration-and-contacts {
        width: 315px;
        height: 310px;
        padding: 24px;
        gap: 38px;
    }

    .banner-footer__contacts-label {
        font-size: 16px;
    }

    .banner-footer__contacts-bold {
        font-size: 20px;
    }

    .banner-footer__container{
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 24px;
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .owner-page-header-banner .banner-header__description {
        font-size: 21px;
        line-height: 25px;
    }

    .banner-header__title {
        top: 30px;
        right: 10vw;
        width: 64vw;
    }

    .owner-auth-banner-footer__image-wrapper {
        height: 100%;
    }

    .banner-footer__registration-and-contacts {
        width: 265px;
        height: 275px;
        gap: 20px;
    }

    .banner-footer__title {
        font-size: 48px;
        line-height: 56px;
    }

    .banner-footer__title span:nth-child(2) {
        align-self: start;
    }
    .banner-footer__title span:last-child {
        align-self: start;
    }
}

@media (max-width: 730px) {
    .owner-page-header-banner .banner-header__description {
        font-size: 16px;
        line-height: 18px;
        bottom: 12px;
        left: 5%;
        width: 90vw;
    }

    .banner-header__title {
        top: 14px;
        left: 19%;
        font-size: 20px;
        width: 60vw;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 5px;
        height: 45px;
    }

    .banner-header__title span:first-child,
    .banner-header__title span:nth-child(2),
    .banner-header__title span:last-child {
        align-self: center;
        margin-left: 0;
    }

    .banner-footer__container{
        justify-content: center;
        flex-direction: column;
        padding: 12px;
    }

    .banner-footer__title {
        flex-direction: row;
        font-size: 24px;
        justify-content: center;
    }

    .owner-auth-banner-footer__image-wrapper {
        justify-content: center;
    }
}

@media (max-width: 531px) {
    .owner-page-header-banner .banner-header__description {
        font-size: 14px;
        line-height: 16px;
    }

    .banner-header__title {
        font-size: 16px;
        line-height: 16px;
    }

    .owner-auth-banner-header__image-wrapper {
        height: 70vw;
    }

    .owner-page-header-banner .banner-header__description {
        width: 90%;
    }

    .banner-footer__title {
        font-size: 18px;
        line-height: 18px;
        flex-wrap: wrap;
    }

    .banner-footer__registration-and-contacts {
        width: 295px;
        height: 275px;
    }
}