/*29.04.2024*/
.resource-sidabar-sticky {
    position: sticky;
    top: 4em;
}

.blog-template-default #boxed-wrapper {
    overflow: visible;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
}

body h1,
body h2 {
    text-transform: inherit !important;
}

.btn-hover--blue:hover {
    background: #00287B;
    color: #ffffff;
}

.btn-hover--white:hover {
    background: #F7F5F2;
    color: #00287B;
}

.wrapper {
    max-width: 1808px;
    padding: 0 96px;
    margin: 0 auto;
}

.page-template-hp-new #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-hp-new #main .fusion-row {
    max-width: 100%;
}

.hp-hero {
    background: linear-gradient(90deg, #000033 0%, #00073F 7%, #001355 22.5%, #001559 25%, #001F6C 43%, #002577 61%, #00287B 82%);
    color: #ffffff;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 800px;
}

.hp-hero .wrapper {
    display: flex;
    max-width: 100%;
    padding: 0;
    height: 100%;
}

.hp-hero__slider {
    height: 100%;
}

.hp-hero__slider-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.hp-hero__slider-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 152px 0 0;
}

.swiper-button-next.hp-hero__slider-next {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath opacity='0.8' d='M9.25453 3.84998C9.90807 3.19645 10.9677 3.19645 11.6212 3.84998L21.8856 14.1144C22.927 15.1558 22.927 16.8442 21.8856 17.8856L11.6212 28.15C10.9677 28.8035 9.90807 28.8035 9.25453 28.15C8.60099 27.4964 8.60099 26.4369 9.25453 25.7833L19.0379 16L9.25453 6.21665C8.601 5.56311 8.60099 4.50352 9.25453 3.84998Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.swiper-button-prev.hp-hero__slider-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath opacity='0.8' d='M22.7454 28.15C22.0919 28.8036 21.0323 28.8036 20.3788 28.15L10.1144 17.8856C9.07298 16.8442 9.07298 15.1558 10.1144 14.1144L20.3788 3.85002C21.0323 3.19648 22.0919 3.19648 22.7454 3.85002C23.399 4.50355 23.399 5.56315 22.7454 6.21668L12.9621 16L22.7454 25.7833C23.399 26.4369 23.399 27.4965 22.7454 28.15Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    transform: scaleX(1);
}

.hp-hero .swiper-pagination {
    bottom: 48px;
}

.hp-hero .swiper-pagination span.swiper-pagination-bullet {
    border-color: #ffffff;
}

.hp-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
}

.hp-hero__title {
    font-size: 96px;
    font-weight: 300;
    text-transform: inherit;
    margin: 0 0 24px;
    line-height: normal !important;
}

.hp_hero__text {
    max-width: 1065px;
    position: relative;
    z-index: 1;
    padding-left: 152px;
}

.hp_hero__text p {
    max-width: 600px;
}

.hp-hero__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hp-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

p.hp_hero__text {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.16;
    margin: 0;
}

.hp-logos .wrapper {
    display: flex;
    align-items: center;
}

.hp-tabs {
    padding: 96px 0;
    background: url("../img/modernize-bg.svg") no-repeat left center, linear-gradient(212.97deg, #00287B 13.67%, #0052A0 31.03%, #008BD3 57.06%, #00AFF3 75.86%, #00BDFF 85.98%);

    background-position: 0 0;
}

.section-top {
    display: flex;
}

.section-top__title {
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 55px 0 0;
    max-width: 752px;
    flex: 0 0 auto;
    padding-right: 56px;
    position: relative;
    box-sizing: content-box;
}

.section-top__title::after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 2px solid rgba(198, 242, 33, 1);
    height: 84px;
    top: 0;
}

.section-top__text {
    font-size: 24px;
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    margin: 0;
    font-weight: 300;
    line-height: normal;
}

.section-top--white .section-top__title, .section-top--white .section-top__text {
    color: #fff;
}

.hp-tabs__content {
    margin-top: 40px;
}

.hp-tabs__list-title {
    padding: 24px 9px;
    margin: 0;
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    border-radius: 100px;
    background: var(--Sapiens-Neutrals-Base, #F7F5F2);
}

.hp-tabs__list-title-item {
    overflow: hidden;
    color: var(--Sapiens-Blue-logo, #00287B);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    cursor: pointer;
    padding: 15px 0;
    flex: 1;
    border-right: 2px solid #00287B;
    transition: .2s;
}

.hp-tabs__list-title-item:hover {
    font-weight: bold;
}

.hp-tabs__list-content {
    max-width: 1248px;
    margin: 0 auto;
    background: rgba(0, 40, 123, 1);
    color: #fff;
    padding: 56px;
    border-radius: 0 0 32px 32px;
    display: none;
    text-align: center;
}

.hp-tabs__list-content-text {
    margin: 0 0 32px;
    font-size: 24px;
    text-align: center;
    line-height: normal;
    font-weight: 300;
    padding: 0 52px;
}

.hp-tabs__list-sub-items {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    gap: 24px;
    margin: 0 0 48px;
}

.modernize .nav {
    border-radius: 60px;
    overflow: hidden;
}

/*HP*/
.hp-logos {
    padding: 30px 0;
}

.hp-logos .wrapper {
    display: flex;
    gap: 15px;
    position: relative;
}

p.hp-logos__title {
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    flex: 0 0 auto;
}

.hp-logos .swiper-button-prev,
.hp-logos .swiper-button-next {
    display: none;
}

.hp-logos .swiper-slide {
    width: auto;
}
.hp-innovate {
    background: linear-gradient(252.01deg, #FFFFFF 0%, #00BDFF 145.98%) !important;
}

.hp-innovate .pl-innovate__title,
.hp-innovate .pl-innovate__text {
    color: #00287B;
}

.hp-innovate .pl-innovate__text {
    border-color: #00287B;
}


.hp-tabs__list-title-item:last-child {
    border-right: none;
}

.hp-tabs__list-title-item.active {
    font-weight: 700;
}

.hp-tabs__list-content.active {
    display: block;
}

.hp-tabs__list-sub-item {
    width: 300px;
    text-align: center;
}

.hp-tabs__list-sub-item-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.hp-tabs__list-sub-item-icon img {
    width: 100%;
    height: 100%;
}

.hp-tabs__list-sub-item-text {
    color: var(--Sapiens-Neutrals-Base, #F7F5F2);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 21px 0 0;
}

.btn-green {
    padding: 12px 48px;
    border-radius: var(--radius-radiusS, 32px);
    background: var(--Sapiens-Green-Base, #96FF00);
    text-decoration: none;
    transition: all 0.5s;
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
}

.hp-modernize {
    background: var(--Sapiens-Neutrals-Base, #F7F5F2);
    padding: 96px 0 66px;
}

.hp-modernize__title {
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 9px;
    letter-spacing: -0.3px;
}

.hp-modernize__slider.swiper {
    padding: 30px;
    margin: 0 -30px;
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2793 5.31248C13.0962 4.49555 14.4207 4.49555 15.2376 5.31248L28.0681 18.143C29.3699 19.4447 29.3699 21.5553 28.0681 22.857L15.2376 35.6875C14.4207 36.5044 13.0962 36.5044 12.2793 35.6875C11.4624 34.8706 11.4624 33.5461 12.2793 32.7291L24.5085 20.5L12.2793 8.27081C11.4624 7.45389 11.4624 6.1294 12.2793 5.31248Z' fill='%2300287B'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    background-size: 30px;

}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4316 35.1874C27.6147 36.0043 26.2902 36.0043 25.4733 35.1874L12.6428 22.3569C11.3411 21.0552 11.3411 18.9446 12.6428 17.6429L25.4733 4.8124C26.2902 3.99548 27.6147 3.99548 28.4316 4.8124C29.2485 5.62932 29.2485 6.95381 28.4316 7.77073L16.2025 19.9999L28.4316 32.2291C29.2485 33.046 29.2485 34.3705 28.4316 35.1874Z' fill='%23009FD6'/%3E%3C/svg%3E%0A");
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}

.swiper-button-prev:hover {
    transform: scaleX(1);
}

.swiper-button-next:hover,
.swiper-button-prev {
    transform: scaleX(-1);
}

.hp-modernize__slider-item {
    text-align: center;
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 6.501px 15.169px 0px rgba(0, 0, 0, 0.15);
    padding: 0 0 99px;
    min-height: 562px;
}

.hp-modernize__slider-items {
    margin: 0;
    padding: 0;
}

.hp-modernize__slider-item svg {
    width: 120px;
    margin-top: -48px;
}

.hp-modernize__slider-item-text img {
    display: block;
    margin: 46px auto 25px;
}

.hp-modernize__slider-item-text {
    margin: 0 auto 24px;
    max-width: 944px;
}

.hp-modernize__slider-item-text p {
    margin: 0;
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}

.hp-modernize__slider-item-text h3 {
    margin: 0 0 17px;
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
}

.hp-modernize .swiper-button-next {
    right: 85px;
    margin-top: -10px;
}

.hp-modernize .swiper-button-prev {
    left: 85px;
    margin-top: -10px;
}

.swiper-pagination-bullet {
    width: 11px!important;
    height: 11px!important;
    border: 2px solid #00287B;
    background: none;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination {
    display: flex!important;
    justify-content: center!important;
    gap: 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00287B;
}

.hp-modernize .swiper-pagination {
    bottom: 62px;
}

.hp-tabs-two {
    padding: 96px 0;
}

.hp-tabs__content--light .hp-tabs__list-title {
    background: #00287B;
}

.hp-tabs__content--light .hp-tabs__list-title-item {
    color: var(--Sapiens-Neutrals-Base, #F7F5F2);
    border-right-color: var(--Sapiens-Neutrals-Base, #F7F5F2);
    /*! flex: 1; */
}

.hp-tabs__content--light .hp-tabs__list-content {
    background: var(--Sapiens-Neutrals-Base, #F7F5F2);
    box-shadow: 0px 6.501px 15.169px 0px rgba(0, 0, 0, 0.15);
}

.hp-tabs__content--light .hp-tabs__list-sub-item-text {
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
}

.hp-tabs__content--light .hp-tabs__list-content {
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
}

.hp-posts {
    background: var(--Sapiens-Neutrals-Base, #F7F5F2);
    padding: 96px 0;
}

.hp-posts__list {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.hp-posts__list-item {
    width: calc(33.33% - 21px);
    border-radius: 24px;
    background: var(--Sapiens-Dark-Blue-Base, #00287B);
    padding: 32px 48px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hp-posts__list--1 {
    width: 100%;
}

.hp-posts__list--2 {
    width: calc(50% - 21px);
}

.hp-posts__list--3 {
    width: calc(33.33% - 21px);
}

.hp-posts__list--4 {
    width: calc(25% - 21px);
}

.hp-posts__list-item-title {
    overflow: hidden;
    color: var(--Sapiens-Neutrals-Base, #F7F5F2);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 14px;
}

.hp-posts__list-item-text {
    margin: 0 0 14px;
    overflow: hidden;
    color: var(--Sapiens-Neutrals-Base, #F7F5F2);
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.btn-link {
    color: var(--Sapiens-Green-Base, #96FF00);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-link::after {
    content: '';
    background-image: url("../img/chevron.svg");
    background-repeat: no-repeat;
    width: 19px;
    height: 20px;
    background-size: contain;
    transition: .3s;
}

.btn-link:hover:after {
    background-image: url("../img/chevron-hover.svg");
}

.hp-posts__list-item-image {
    margin: 32px -48px 0;
}

.hp-posts__list-item-button {
    margin-top: auto;
}

.hp-posts__list-item-image img {
    display: block;
    width: 100%;
}

.experience {
    padding: 154px 0 150px;
    background: var(--Sapiens-Gradient-light-blue-reverse, linear-gradient(32deg, #00287B 12.15%, #0052A0 29.58%, #008BD3 55.73%, #00AFF3 74.62%, #00BDFF 84.78%));
}

.experience .wrapper {
    display: flex;
    align-items: center;
    gap: 151px;
}

.experience__title {
    color: var(--Sapiens-Static-White, #FFF);
    font-size: 54px;
    font-weight: 300;
    line-height: normal !important;
    text-transform: uppercase;
    margin: 0 0 24px;
    max-width: 539px;
}

.experience__text {
    margin: 0;
    color: var(--Sapiens-Static-White, #FFF);
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}

.experience__slider {
    width: 500px;
    height: 500px;
    flex: 0 0 auto;
    background: var(--Sapiens-Neutrals-Base, #F7F5F2);
    border-radius: 100%;
    flex: 0 0 auto;
    margin-right: 109px;
}

.experience__slider-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.experience__slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 46px;
    text-align: center;
}

.experience__slider-item-title {
    margin: 0 0 20px;
    overflow: hidden;
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    text-overflow: ellipsis;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
}

.experience__slider-item-text {
    margin: 0 0 16px;
    overflow: hidden;
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}

.btn-link.btn-link--blue {
    color: var(--Sapiens-Dark-Blue-Base, #00287B);
    transition: .3s;
}
.btn-link.btn-link--blue:hover {
    color: #009FD6;
}

.btn-link.btn-link--blue:hover:after {
    background-image: url("../img/chevron-hover-blue.svg");
}


.news-new {
    padding: 152px 0 96px;
    background: url("../img/section_new.webp") no-repeat right center, linear-gradient(90deg, #003 0%, #00073F 7%, #001355 22.5%, #001559 25%, #001F6C 43%, #002577 61%, #00287B 82%);
}

.news__title {
    color: #FFF;
    font-size: 54px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 32px;
}

.news__list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    color: var(--Sapiens-Neutrals-Base, #F7F5F2);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    max-width: 640px;
}

.news__list > li {
    padding: 24px 0;
    border-bottom: 2px solid #96FF00;
}

.news__list-item-text {
    margin: 0;
}

.news__list-item-text a {
    color: #ffffff;
}

.news__list-item-text a:hover {
    color: #00bdff;
}
@media screen and (max-width: 1700px) {
    .hp-tabs__list-title-item {
        white-space: normal;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hp-tabs-two .hp-tabs__list-title-item {
        padding: 16px 0;
    }
}

@media screen and (max-width: 1550px) {
    .hp-tabs__list-content {
        max-width: 1150px;
    }
}

@media screen and (max-width: 1440px) {
    .hp-hero {
        padding: 0;
    }

    .hp-hero .wrapper {
        align-items: center;
    }

    .hp_hero__text {
        max-width: 1055px;
        padding-left: 96px;
    }

    .section-top__title {
        max-width: 568px;
    }

    .hp-hero__slider-item {
        justify-content: space-between;
    }

    .hp-hero__image {
        width: 100%;
        height: 100%;
    }

    .section-top__title::after {
        height: 100%;
    }

    .hp-tabs__list-content {
        max-width: 1155px;
    }

    .experience .wrapper {
        gap: 100px;
    }
}

@media screen and (max-width: 1435px) {
    .hp-tabs__list-content {
        max-width: 1050px;
    }
}


@media screen and (min-width: 992px) {
    .mobile {
        display: none !important;
    }

}

@media screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }

    .wrapper {
        max-width: 100%;
        padding: 0 64px;
    }

    .hp-hero .wrapper {
        flex-direction: column;
    }

    .hp-hero__slider {
        width: 100%;
    }

    .hp-hero__image {
        position: relative;
        max-width: 413px;
    }

    .hp-hero__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hp-hero {
        padding: 200px 0 0;
    }

    .hp-hero__title {
        font-size: 72px;
    }

    .hp_hero__text {
        max-width: 100%;
    }

    p.hp_hero__text {
        line-height: 1.2;
        font-size: 20px;
    }


    .hp-logos .wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .hp-tabs__content {
        margin-top: 40px;
        border-radius: 24px;
        background-color: rgba(0, 40, 123, 1);
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .hp-hero .wrapper {
        flex-direction: column;
    }

    .hp-hero__slider {
        width: 100%;
    }

    .hp-hero__slider-item {
        flex-direction: column;
        padding: 0;
    }

    .hp-hero__image {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }

    .hp-hero__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hp-hero {
        padding: 200px 0 0;
    }

    .hp-hero__title {
        font-size: 54px;
    }

    p.hp_hero__text {
        line-height: 1.2;
        font-size: 20px;
    }

    .hp_hero__text {
        max-width: 100%;
        padding: 120px 64px 0;
    }

    .hp-logos .wrapper {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }

    p.hp-logos__title {
        font-size: 18px;
    }

    .hp-logos__slider {
        width: 90%;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
        max-width: 100%;
    }

    .hp-logos .swiper-button-next {
        right: 15px;
        background-size: 25px;
        top: 70px;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        display: block;
    }

    .hp-logos .swiper-button-prev {
        left: 15px;
        background-size: 25px;
        top: 70px;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        display: block;
    }

    .hp-logos {
        padding: 22px 0;
        position: relative;
        width: 100%;
    }

    .hp-tabs {
        padding: 47px 0;
    }

    .section-top {
        flex-direction: column;
    }

    .section-top__title {
        max-width: 100%;
        padding: 0;
        margin: 0;
        font-size: 36px;
        line-height: normal !important;
    }

    .section-top__title::after {
        display: none;
    }

    .hp-tabs__list-title {
        flex-direction: column;
        border-radius: 24px;
        padding: 0 15px;
    }

    .hp-tabs__list-title-item {
        border-right: none;
        border-bottom: 2px solid rgba(0, 40, 123, 1);
        padding: 16px 0;
    }

    .hp-tabs__list-sub-items {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .hp-tabs {
        padding: 52px 0;
    }

    .hp-tabs__list-sub-item-icon {
        width: 70px;
        margin: 0 auto;
        height: 60px;
    }

    .hp-tabs__list-sub-item-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hp-tabs__list-sub-item-text {
        font-size: 20px;
        margin: 18px 0 0;
    }

    .hp-tabs__list-content {
        padding: 20px 16px 32px;
    }

    .hp-tabs__list-content-text {
        font-size: 20px;
        line-height: 1.2;
        padding: 0;
    }

    .hp-tabs__list-content-button {
        width: 100%;
        justify-content: center;
    }

    .section-top__text {
        margin-top: 40px;
        display: flex;
        padding-left: 20px;
        padding-right: 15px;
        border-left: 2px solid rgba(150, 255, 0, 1);
        font-size: 20px;
    }

    .section-top__text:before {
        content: '';
        width: 2px;
        height: 100%;
        background: red;
        display: inline-block;
    }

    .hp-modernize {
        padding: 48px 0 28px;
        overflow: hidden;
    }

    .hp-modernize__title {
        font-size: 36px;
        line-height: 1.2 !important;
    }

    .hp-modernize__slider.swiper {
        padding: 50px 32px 20px;
    }

    .hp-modernize__slider-item svg {
        width: 100px;
        margin-top: -73px;
    }

    .hp-modernize__slider-item-text img {
        margin: 4px auto 24px;
        width: 150px;
    }

    .hp-modernize__slider-item-text h3 {
        margin: 0 0 16px;
        font-size: 24px;
        padding: 0 60px;
    }

    .hp-modernize__slider-item-text p {
        font-size: 20px;
        padding: 0 48px;
    }

    .hp-modernize__slider-item-button {
        width: 70%;
        justify-content: center;
    }

    .hp-modernize .swiper-button-next {
        right: 43px;
        margin-top: -16px;
    }

    .hp-modernize .swiper-button-prev {
        left: 43px;
        margin-top: -16px;
    }

    .hp-modernize .swiper-pagination {
        bottom: 50px;
    }

    .hp-modernize__slider-item {
        padding: 0 0 75px;
        min-height: 707px;
    }

    .hp-tabs-two {
        padding: 48px 0;
    }

    .hp-tabs__content--light .hp-tabs__list-title-item {
        border-color: #fff;
    }

    .hp-tabs__content--light {
        background-color: rgba(247, 245, 242, 1);
    }

    .hp-posts {
        padding: 48px 0;
    }

    .hp-posts__list-item {
        width: 100%;
        padding: 32px 0 0;
    }

    .hp-posts__list--1,
    .hp-posts__list--2,
    .hp-posts__list--3,
    .hp-posts__list--4 {
        width: 100%;
    }



    .hp-posts__list-item-title {
        padding: 0 48px;
        white-space: normal;
    }

    .hp-posts__list-item-text {
        padding: 0 48px;
    }

    .hp-posts__list-item-image {
        margin: 32px 0 0;
    }

    .hp-posts__list-item-button {
        margin-top: 39px;
        font-size: 16px;
        padding: 0 48px;
    }

    .experience {
        padding: 48px 0 123px;
        overflow: hidden;
        background: linear-gradient(212.97deg, #00287B 13.67%, #0052A0 31.03%, #008BD3 57.06%, #00AFF3 75.86%, #00BDFF 85.98%);
    }

    .experience__title {
        max-width: 100%;
        font-size: 36px;
    }

    .experience .wrapper {
        flex-direction: column;
        gap: 71px;
        padding: 0;
    }

    .experience__text-content {
        padding: 0 64px;
    }

    .experience__text {
        font-size: 20px;
        line-height: 1.2;
    }

    .experience__slider {
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
    }

    .experience__slider-item {
        padding: 0 130px;
        margin-top: 6px;
    }

    .experience__slider-item-title {
        font-size: 28px;
    }

    .experience__slider-item-text {
        font-size: 20px;
        margin: 0;
    }

    .experience__slider-item-button {
        font-size: 16px;
        margin-top: 18px;
    }

    .swiper-button-next {
        right: 40px;
    }

    .swiper-button-prev {
        left: 40px;
    }

    .news-new {
        padding: 48px 0 335px;
        background: linear-gradient(90deg, #003 0%, #00073F 7%, #001355 22.5%, #001559 25%, #001F6C 43%, #002577 61%, #00287B 82%);
        background-size: 100%;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .news-new:after {
        content: '';
        background-image: url(../img/section_new_mobile.webp);
        background-size: contain;
        background-repeat: no-repeat;
        width: 225px;
        height: 416px;
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        display: block;
    }

    .news__list {
        margin: 0 0 32px;
        position: relative;
        z-index: 1;
    }

    .news__title {
        font-size: 36px;
        margin: 0 0 16px;
    }

    .news__list > li {
        padding: 24px 0;
        font-size: 20px;
    }

    .news .btn-link {
        font-size: 20px;
        margin: 0 0 0;
    }

}

@media screen and (min-width: 768px) {
    .swiper-button-prev.hp-hero__slider-prev {
        left: 8px;
    }

    .swiper-button-next.hp-hero__slider-next {
        right: 8px;
    }
}

@media screen and (max-width: 480px) {

    .hp-hero {
        padding: 0;
    }

    .wrapper {
        max-width: 100%;
        padding: 0 16px;
    }

    .hp_hero__text {
        padding: 73px 16px 0;
    }

    .swiper-button-prev.hp-hero__slider-prev,
    .swiper-button-next.hp-hero__slider-next {
        display: none;
    }

    .hp-hero .swiper-pagination {
        bottom: 32px;
    }

    .experience__slider {
        margin-right: -50%;
        margin-left: -50%;
    }

    .experience__text-content {
        padding: 0 16px;

    }
}
