.banner {
    position: relative;
    min-height: unset!important;
}

.banner__wrapper {
    margin-top: 4px;
    position: relative;
    display: flex;
    flex-direction: row;
}
.banner__wrapper:before{
    width: 100vw;
    position: absolute;
    top: 76px;
    left: -100vw;
    height: -webkit-fill-available;
    background: #1B204C;
    content: '';
}
*{
    font-family: Myriad Pro!important;
}
#footer{
    position: unset!important;
    background: #27284A;
    padding: 25px 0 !important;
}
#footer .container.m{
    max-width: calc(1440px - 180px);
}
.wrapper.cf:after{
    content: unset;
}
.wrapper.cf:before{
    content: unset;
}
#footer .container.m .wrapper .left-wrapper h3 {
    margin-bottom: 10px;
}
#footer .copy-rights{
    padding-top: 0;
}
#footer .links a{
    text-decoration: underline;
}
#footer .container.m .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner__text {
    margin-top: 76px;
    margin-left: -91px;
    display: flex;
    flex-direction: column;
    background: #1B204C;
    justify-content: center;
    padding: 95px 367px 153px 95px;
    width: calc(100% - 300px);
    border-radius: 0 0 80px 0;
    gap: 20px;
}

.banner__text-top {
    display: flex;
    flex-direction: row;
    gap: 17px;
    height: 43px;
    align-items: baseline;
    position: relative;
    border-bottom: 1px solid #727DA3;
}


.banner__text-top__category {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 12px 0 12px;
    background: #727DA3;
    border-radius: 50px;
}

.banner__text-top__date {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #758592;
}

.banner__wrapper .title {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner-image__wrapper {
    width: 710px;
    position: absolute;
    right: 0;
    height: 450px;
    overflow: hidden;
    border-radius: 80px 0 0 0;
}

.banner-image__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1024px) {
    .banner {
        position: relative;
    }
    #footer .container.m .wrapper{
        flex-direction: column;
    }
    #footer .copy-rights{
        margin-bottom: 10px;
    }
    .banner__wrapper {
        margin-top: 10px;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .banner__text {
        margin-top: 0;
        margin-left: -16px;
        display: flex;
        flex-direction: column;
        background: #1B204C;
        justify-content: center;
        padding: 22px 18px 100px 22px;
        width: calc(100% - 53px);
        border-radius: 0 45px 0 0;
        gap: 11px;
    }

    .banner__text-top {
        display: flex;
        flex-direction: row;
        gap: 17px;
        height: 43px;
        align-items: baseline;
        position: relative;
        border-bottom: 1px solid #727DA3;
    }


    .banner__text-top__category {
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        height: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 8px;
        background: #727DA3;
        border-radius: 50px;
    }
    .banner__wrapper:before {
        width: 100vw;
        position: absolute;
        top: 76px;
        left: -100vw;
        height: 0;
        background: #1B204C;
        content: '';
    }
    .banner__text-top__date {
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 11px;
        line-height: 155%;
        letter-spacing: 2px;
        vertical-align: middle;
        text-transform: uppercase;
        color: #758592;
    }

    .banner__wrapper .title {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 1px;
        vertical-align: middle;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .banner-image__wrapper {
        width: 100%;
        margin: -70px auto 0 auto;
        position: relative;
        right: 0;
        height: 254px;
        overflow: hidden;
        border-radius: 0;
    }

    .banner-image__wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 45px 0 0 0;
    }

}