.banner-24 .group-item .layer1 {
    background-image: url(/vtb/openbanking/sites/vtb.openbanking.apiportal-test.icbv.com/files/inline-images/Layer_1.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.banner-24 .group-item .layer2 {
    background-image: url(/vtb/openbanking/sites/vtb.openbanking.apiportal-test.icbv.com/files/inline-images/Layer_2.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.5px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right;
}

.block-region-content section:nth-child(1) {
    max-width: 100%;
}

.banner-24 {
    /* height: 908px; */
    background-image: url("/vtb/openbanking/sites/vtb.openbanking.apiportal-test.icbv.com/files/inline-images/viber_image_2025-04-16_14-28-46-270.png");
    /* padding: 0 139px; */
    background-repeat: no-repeat;
    background-size: 143%;
    background-position-x: -278px;
    /* background-position-y: 10%;  */
}

@media (max-width: 909px) {
    .banner-24 {
        background-size: 185%!important;
        background-position-x: -438px!important;
    }
}

@media (min-width: 910px) and (max-width: 1025px) {
    .banner-24 {
        background-size: 143%;
    background-position-x: -278px;
    }
}


.banner-24 .group {
    position: relative;
    padding-top: 247px;
}

.banner-24 .group-item {
    background: #025c97;
    margin-top: 20px;
    padding: 37px 0;
    position: relative;
    overflow: hidden;
}

.banner-24 .group::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -67px;
    width: 530px;
    height: 266px;
    flex-shrink: 0;
    border-radius: 530px;
    background: rgba(255, 255, 255, 0.38);
    filter: blur(81.1500015258789px);
}

.banner-24 .btn-view-detail {
    padding: 12px 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    align-items: center;
    color: var(--White, #FFF);
    font-family: SVN-Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    border: none;
}

.banner-24 .content {
    color: var(--subtlest, #5c6674);
    font-family: SVN-Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.banner-24 .content-1 {
    padding-top: 20px;
}

.banner-24 .content-2 {
    padding-top: 15px;
    padding-bottom: 90px;
}

.banner-24 .list {
    display: flex;
    gap: 35px;
    align-items: flex-start;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    left: 36px;
}

.banner-24 .item {
    display: flex;
    flex-direction: column;
}

.banner-24 .list .number {
    /*font-family: SVN-Gilroy;*/
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 53.986px;
    /* 134.964% */
    /* background: linear-gradient(317deg, #005993 5.52%, #75C6FA 104.21%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
    color: #fff;
}

.banner-24 .list .text {
    /* color: var(--subtlest, #799AB0); */
    /* Paragraph/Body/M */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    color: #fff;
}

.banner-24 .title {
    /*font-family: SVN-Gilroy;*/
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    /* 150% */
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: linear-gradient(to right, #005993, #2183db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner-24 .sub-title {
    color: var(--color-boder-highlight, #3ABCF4);
    /*font-family: SVN-Gilroy;*/
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 144% */
    padding-top: 30px;
}

.mbg-primary {
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
}

.mbg-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #005993, #2183db);
    width: 200%;
    transition: all 0.5s linear;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.mbg-primary:hover::before {
    transform: translateX(-150px);
}

.mbg-primary svg {
    transition: all 0.3s ease-in-out;
}

.mbg-primary:hover svg {
    transform: translateX(200%);
}