/**/
.main-swiper {
    background: #1B204C;
    padding: 41px 0;
}
.news-slider{
    background: #1B204C;

}
.banner-articles__item {
    display: flex !important;
    flex-shrink: unset !important;
    text-decoration: none;
    flex-direction: column;
    width: calc(33% - 14px);
    transition: all 0.4s ease-in-out;

}

.banner-articles__item:hover img {
    scale: 1.1;
}

.main-swiper h2 {
    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;
}

.main-swiper h2: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;
    height: 478px !important;
    flex-direction: row;
    gap: 28px;
    width: 100%;
}

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

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

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

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

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

.swiper-button-prev-news,
.swiper-button-next-news 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;
    text-decoration: none;
    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) {

    .main-swiper {
        padding: 24px 16px!important;
        width: 100%;
    }

    .main-swiper .app-container {
        max-width: 100%;
    }


    .navs-slider-news {
        display: flex !important;
        position: relative !important;
        margin: 0 auto 20px auto !important;
    }

    .swiper-button-next-news, .swiper-button-prev-news {
        width: auto !important;
        height: auto !important;
    }

    .banner-articles__item {
        flex-shrink: 0 !important;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

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

    .main-swiper h2 {
        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;
    }

    .main-swiper h2:after {
        content: none;
    }

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

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

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

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


    .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;
    }
}

/**/


:root {
    --bg: #1B204C;
    --white: #ffffff;
}

.app-container {
    max-width: calc(1440px - 128px);
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.app-container_pos {
    max-width: calc(1440px - 128px);
    width: 100%;
    margin: 0 auto;
}

.big_menu_block {
    position: absolute;
    opacity: 0;
    top: 70px;
    pointer-events: none;
    overflow: auto;
    z-index: 1000;
    max-height: 100%;
    min-height: calc(100vh - 69px);
    background-color: #717ba2;
    padding: 0 77px;
    text-decoration: none;
    width: calc(100% - 154px);
    transition: all 0.4s ease-in-out;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.big_menu_block::-webkit-scrollbar {
    display: none;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;

}

/* Header */
.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: var(--bg);
    transition: all 0.4s ease-in-out;
}

.header .header-wrapper {
    padding: 12px 0 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .left {
    display: flex;
    gap: 11px;
    align-items: end;
}

.header-wrapper .other {
    display: flex;
    gap: 11px;
    align-items: center;
}

.header-wrapper .right {
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-wrapper .right .header-btn {
    padding: 10px 26px 8px 26px;
    font-family: Myriad Pro;
    font-weight: 600;
    line-height: 20.4px;
    text-align: center;
    color: white;
    background: #727DA4;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.header-wrapper .right .header-btn:hover {
    background: white;
    color: #1B204C;
}


.header-wrapper .right .lang {
    font-family: Myriad Pro;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    gap: 2px;
    justify-content: center;
    color: var(--white);
}

.header-wrapper .right .lang:hover {
    opacity: 0.5;
}

.header-wrapper .right .menu-items {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 11px;
    transition: all 0.4s ease-in-out;

}

.header-2 {
    background-color: #717ba2;
    transition: all 0.4s ease-in-out;
}

.header-2 .header-wrapper .right {
    background-color: #717ba2;
    transition: all 0.4s ease-in-out;
}

.header-2 .header-wrapper .right .header-btn {
    background: #1b204c;

}

.big_menu_block {
    position: absolute;
    opacity: 0;
    top: 70px;
    pointer-events: none;
    z-index: 1000;
    min-height: calc(100vh - 72px);
    background-color: #717ba2;
    padding: 0 77px;
    text-decoration: none;
    width: calc(100% - 154px);
    transition: all 0.4s ease-in-out;
}

.big_menu_block.active {
    opacity: 1;
    pointer-events: all;
}

.big_menu_block ol {
    color: #1b204c;
    font-size: 16px;
    margin: 15px 0;
}

.big_menu_block p {
    color: #1b204c;
    font-size: 16px;
    margin: 15px 0;
}

.big_menu_block ul {
    color: #1b204c;
    font-size: 16px;
    margin: 15px 0;
}

.big_menu_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.big_menu_block ul li {
    display: inline-flex;
    flex-direction: column;
    min-width: 250px;
    width: 30%;
}

.big_menu_block ul li a {
    color: #1b204c;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    transition: all .3s ease;
    text-decoration: none;
    font-family: Myriad Pro;
}

.big_menu_block ul li ul {
    margin: 20px 0;
}

.big_menu_block ul li ul li {
    display: block;
    font-family: Myriad Pro;
    width: 100%;
}

.big_menu_block ul li ul li a:first-child:last-child {
    font-weight: 400;
    text-transform: none;
}

.big_menu_block ul li a:hover {
    padding-left: 15px;
    text-decoration: underline;
}

.big_menu_block ul li.news_contact_item ul li a:not(:only-child) {
    color: #1b204c;
}

.big_menu_block ul li ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: Myriad Pro;
    text-transform: uppercase;
}

.big_menu_block ul li ul li ul {
    margin: 0 0 20px;
}

.big_menu_block ul li ul li ul li {
    display: block;
    width: 100%;
}

#header-v2 .big_menu_block ul li ul li ul li {
    display: block;
    width: 100%;
}

#header-v2 .big_menu_block ul li ul li ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}

#header-v2 .big_menu_block ul li ul li a:first-child:last-child {
    font-weight: 400;
    text-transform: none;
}

.header-wrapper .right .menu {
    font-family: Myriad Pro;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    color: var(--white);
}

.header-wrapper .right .menu-items:hover {
    opacity: 0.5;
}

/* End header */

.footer {
    width: 100%;
    height: 84px;
    position: relative;
    overflow: hidden;

}

.footer .bg-img {
    position: absolute;
    height: 84px;
    top: 0;
    object-fit: cover;
    left: 0;
}

.footer .bg-collor {
    width: 100%;
    height: 84px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--bg);
    opacity: 0.8;
}

.footer .footer-wrapper {
    padding: 20px 0;
    max-width: 1312px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-wrapper .left-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-wrapper .left-wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    font-family: Myriad Pro;

    text-transform: uppercase
}

.footer-wrapper .left-wrapper .botom-content {
    float: left;
    font-size: 14px;
    color: var(--white);
    align-items: center;
    display: flex;
    gap: 20px;
    font-family: Myriad Pro;

}

.footer-wrapper .left-wrapper .botom-content .links a {
    font-size: 14px;
    font-family: Myriad Pro;

    text-decoration: none;
    color: var(--white);
}

.footer-wrapper .left-wrapper .botom-content .links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-wrapper .left-wrapper .botom-content .links a {
    transition: all 0.4s ease-in-out;

}

.footer-wrapper .left-wrapper .botom-content .links a:hover {
    opacity: 0.5;
}

.footer-wrapper .right-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

.footer-wrapper .right-wrapper a svg {
    width: 24px;
    height: 24px;
    transition: all 0.4s ease-in-out;
}

.footer-wrapper .right-wrapper a svg:hover {
    opacity: 0.5;
}

.language-menu {
    display: none;
    position: absolute;
    top: 44px;
    z-index: 100;
    background-color: #fff;
    list-style: none;
    width: 80px;
    right: -26px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.language-menu li {
    margin-bottom: 5px;
    text-align: center;
}

.language-menu li:last-child {
    margin-bottom: 0;
}

.language-menu a {
    color: #000;
    text-decoration: none;
}

.lang-container {
    position: relative;
}

.lang {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.lang svg {
    margin-right: 8px;
    transition: transform 0.3s ease;
    /* Додаємо плавність обертання */
}

.lang.open svg {
    transform: rotate(180deg);
    /* Обертання стрілки */
}

.current-lang {
    color: white;
    margin-left: 5px;
}

/* Видиме меню */
.menu.visible {
    display: block;
}


@media screen and (max-width: 1024px) {
    .app-container {
        max-width: calc(1440px - 32px);
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .big_menu_block {
        top: 143px;
        position: fixed;
    }

    .big_menu_block_tops {
        top: 58px !important;
    }

    .big_menu_block ul {
        text-align: center;
    }

    .header {
        position: relative;
    }

    .header .header-wrapper {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .header-wrapper .left {
        display: flex;
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }

    .header-wrapper .other {
        display: flex;
        gap: 6px;
        align-items: center;
    }

    .header-wrapper .right {
        margin-top: 0;
        display: flex;
        padding: 12px 0;
        top: 83px;
        z-index: 100;
        align-items: center;
        position: fixed;
        justify-content: space-between;
        width: 100%;
        transition: all 0.4s ease-in-out;
        background: #1B204C;
    }

    .header-wrapper .right .header-btn {
        margin-left: 20px;
    }

    .header-wrapper .right .menu-items {
        margin-right: 20px;
    }

    .header-wrapper .transforms {
        top: 0;
        transition: all 0.4s ease-in-out;
    }

    .header-wrapper .right .lang {
        font-family: Myriad Pro;
        display: none;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        align-items: end;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
        gap: 2px;
        justify-content: center;
        color: var(--white);
    }

    .header-wrapper .right .lang:hover {
        opacity: 0.5;
    }

    .header-wrapper .right .menu-items {
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 11px;
        transition: all 0.4s ease-in-out;

    }

    .header-wrapper .right .menu-items svg {
        width: 24px;
    }

    .header-wrapper .right .menu {
        font-family: Myriad Pro;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 600;
        display: none;
        text-align: left;
        color: var(--white);
    }

    .header-wrapper .right .menu-items:hover {
        opacity: 0.5;
    }

    /* End header */
    .footer {
        width: 100%;
        z-index: 0;
        height: fit-content;
        position: relative;
        overflow: hidden;

    }

    .footer .bg-img {
        position: absolute;
        top: 0;
        height: 100%;
        object-fit: cover;
        display: none;
        left: 0;
    }

    .footer .bg-collor {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: var(--bg);
        opacity: 1;
    }

    .footer .footer-wrapper {
        padding: 30px 0;
        max-width: calc(100% - 40px);
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .footer-wrapper .left-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-wrapper .left-wrapper h3 {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        line-height: 20px;
        color: var(--white);
        font-family: Myriad Pro;

        text-transform: uppercase
    }

    .footer-wrapper .left-wrapper .botom-content {
        float: left;
        font-size: 14px;
        color: var(--white);
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        font-family: Myriad Pro;

    }

    .footer-wrapper .left-wrapper .botom-content .links a {
        font-size: 14px;
        font-family: Myriad Pro;

        text-decoration: none;
        color: var(--white);
    }

    .footer-wrapper .left-wrapper .botom-content .links {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .footer-wrapper .left-wrapper .botom-content .links a {
        transition: all 0.4s ease-in-out;

    }

    .footer-wrapper .left-wrapper .botom-content .links a:hover {
        opacity: 0.5;
    }

    .footer-wrapper .right-wrapper {
        display: flex;
        gap: 40px;
        align-items: center;
    }

    .footer-wrapper .right-wrapper a svg {
        width: 24px;
        height: 24px;
        transition: all 0.4s ease-in-out;
    }

    .footer-wrapper .right-wrapper a svg:hover {
        opacity: 0.5;
    }
}

@media screen and (max-width: 1024px) {
    .readr-less {
        display: flex !important;
    }
}

@media screen and (max-width: 1024px) {
    .is--mobile {
        display: flex !important;
    }

    .is--desctop {
        display: none !important;
    }

}

.is--mobile {
    display: none;
}

.is--desctop {
    display: flex;
}


.active-tab {
    background: white !important;
}

.hover-section.active-h {
    transform: translateY(600px);
}

.app-container_second {
    position: unset;
    margin: auto auto;
    width: auto;
    height: 100%;
    max-width: calc(1400px - 80px);
}


.banner-form {
    background: #181d4ba6;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 100000000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-form form svg {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.banner-form form svg:hover {
    transform: rotate(90deg);
}

form {
    justify-content: center;
    width: 390px;
    position: relative;
    background: #F1F2F7;
    padding: 40px 20px 40px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 8px;
    gap: 4px;
}

form input {
    width: 177px;
    height: 41px;
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #1B204C;
    padding: 0 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    outline: none;
    border: none;
    box-shadow: none;
}

.send {
    border: none;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    box-shadow: none;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background: linear-gradient(90deg, #1B204C 0%, #727DA4 100%);
    font-family: Myriad Pro;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.4px;
    text-align: center;
    color: white;
    transition: all 0.4s ease-in-out;
}

.send:hover {
    scale: 1.1;
}

form select {
    height: 41px;
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #1B204C;
    padding: 0 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    outline: none;
    width: 193px;
    border: none;
    background: white;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../image/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
}

form select option {
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #1B204C;
    padding: 6px
}

form input::placeholder {
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #1B204C;
}

.large-input {
    width: 390px;
}

.hide-popup {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
}