.banner {
    background: #1B204C;
    padding-top: 55px;
    min-height: unset!important;
}

.banner-articles__item {
    display: flex;
    flex-direction: column;
    width: calc(33% - 14px);
    transition: all 0.4s ease-in-out;

}
#header-v2 .container{
    width: 1440px!important;
    max-width: calc(100% - 182px) !important;
    margin: 0 auto;
}
.banner-articles__item:hover img{
    scale: 1.1;
}

.banner__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 45px;
}

.banner__wrapper h1 {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 45px;
    line-height: 104%;
    letter-spacing: 2%;
    color: #727DA3;
    width: 100%;
    position: relative;
}

.banner__wrapper h1:after {
    width: -webkit-fill-available;
    height: 4px;
    position: absolute;
    top: 41%;
    margin-left: 10px;
    transform: translateY(-50%);
    content: '';
    background: #727DA3;
}

.banner-articles__items {
    display: flex;
    flex-direction: row;
    gap: 28px;
    width: 100%;
}

.swiper .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    position: relative;
}

.navs-slider {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.navs-slider {
    display: none;
    gap: 10px;
    position: absolute;
    width: fit-content;
    right: 0;
}

.swiper-button-prev,
.swiper-button-next {
    opacity: 1 !important;
    position: unset !important;
    left: unset !important;
    right: unset !important;
    margin: 0 !important;
}

.swiper-button-prev,
.swiper-button-next rect {
    stroke-opacity: 1 !important;
    fill-opacity: 1 !important;
}

.swiper-button-prev,
.swiper-button-next path {
    fill-opacity: 1 !important;
    stroke-opacity: 1 !important;

}

.swiper-button-disabled {
    transition: all 0.4s ease-in-out;
    opacity: 0.2 !important;
}

.banner-articles__item .img-wrapper {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.banner-articles__item .img-wrapper img {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: cover;
}

.banner-articles__item-text {
    display: flex;
    background: #727DA333;
    flex-direction: column;
    padding: 21.5px 32px;
    gap: 20px;
}

.banner-articles__item-text__info {
    display: flex;
    flex-direction: row;
    height: 35px;
    border-bottom: 1px solid white;
    justify-content: space-between;
}

.banner-articles__item-text__info .category {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    padding: 3px 12px 0 12px;
    justify-content: center;
    align-items: center;
    height: 20px;
    background: #727DA3;
}

.banner-articles__item-text__info .date {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 12px;
    line-height: 155%;
    padding-top: 2px;
    letter-spacing: 2px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
}

.banner-articles__item-text h5 {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
}

.banner-articles__item-text .read-more {
    margin-top: 43px;
    font-family: Myriad Pro;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #727DA3;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}



@media screen and (max-width: 1024px) {
    .banner {
        background: #1B204C;
        padding-top: 41px;
    }
    #header-v2 .container{
        max-width: calc(100% - 32px)!important;
    }
    #header-v2 .main_header_row .primary_menu_block .primary_menu{
        margin-top: 10px;
    }
    .navs-slider {
        display: flex!important;
        position: relative!important;
        margin: 0 auto 20px auto!important;
    }
    .swiper-button-next, .swiper-button-prev{
        width: auto!important;
        height: auto!important;
    }

    .banner-articles__item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .banner__wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
        gap: 20px;
    }

    .banner__wrapper h1 {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 36px;
        line-height: 104%;
        letter-spacing: 2%;
        color: #727DA3;
        width: 100%;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
    }

    .banner__wrapper h1:after {
        content: none;
    }

    .banner-articles__items {
        display: flex;
        flex-direction: row;
        gap: 0;
        width: 100%;
    }

    .swiper .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 28px;
        position: relative;
    }

    .navs-slider {
        margin-bottom: 5px;
        width: 100%;
        height: auto;
    }

    .navs-slider {
        display: none;
        gap: 10px;
        position: absolute;
        width: fit-content;
        right: 0;
    }

    .swiper-button-prev,
    .swiper-button-next {
        opacity: 1 !important;
        position: unset !important;
        left: unset !important;
        right: unset !important;
        margin: 0 !important;
    }

    .swiper-button-prev,
    .swiper-button-next rect {
        stroke-opacity: 1 !important;
        fill-opacity: 1 !important;
    }

    .swiper-button-prev,
    .swiper-button-next path {
        fill-opacity: 1 !important;
        stroke-opacity: 1 !important;

    }

    .swiper-button-disabled {
        transition: all 0.4s ease-in-out;
        opacity: 0.2 !important;
    }

    .banner-articles__item .img-wrapper {
        width: 100%;
        height: 216px;
    }

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

    .banner-articles__item-text {
        display: flex;
        background: #727DA333;
        flex-direction: column;
        padding: 21.5px 32px;
        gap: 25px;
    }

    .banner-articles__item-text__info {
        display: flex;
        flex-direction: row;
        height: 35px;
        border-bottom: 1px solid white;
        justify-content: space-between;
    }

    .banner-articles__item-text__info .category {
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border-radius: 50px;
        display: flex;
        padding: 3px 12px 0 12px;
        justify-content: center;
        align-items: center;
        height: 20px;
        background: #727DA3;
    }

    .banner-articles__item-text__info .date {
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 12px;
        line-height: 155%;
        letter-spacing: 2px;
        text-align: right;
        vertical-align: middle;
        text-transform: uppercase;
        color: white;
    }

    .banner-articles__item-text h5 {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: white;
    }

    .banner-articles__item-text a {
        margin-top: 43px;
        font-family: Myriad Pro;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #727DA3;
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 8px;
    }

}