.banner-fipi-main {
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    height: 430px;
    width: 100%;

}

.banner-fipi-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://insperia.ru/wp-content/uploads/2026/08/АНОНС_дело-2027.webp')
                center / cover no-repeat;
    pointer-events: none;

}

.banner-fipi-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,                    
        rgba(0, 0, 0, 0) 0%,         
        rgba(0, 0, 0, 0) 50%,         
        rgba(0, 0, 0, 0.7) 80%,       
        rgba(0, 0, 0, 1) 100%     
    );
    pointer-events: none;
    z-index: 0;
}

.banner-fipi-main__content {
    display: flex;
    width: 100%;
    z-index: 1;
    padding: 40px;

}

.banner-fipi-main__content-mob {
    display: none;

}

.banner-fipi-main__content-desk {
    display: flex;
    /* justify-content: space-between; */
    gap: 40px;
    width: 100%;

}

.banner-fipi-main__content-desk-lft {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
    max-width: 473px;

}

.banner-fipi-main__content-desk-lft p {
    color: #FFF;
    font-family: Stolzl;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -14px;

}

.banner-fipi-main__content-desk-lft span {
    color: #FFF;
    font-family: Stolzl;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;

    max-width: 360px;

}

.banner-fipi-main__content-desk-center {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-end;
    max-width: 320px;

}

.banner-fipi-main__content-desk-center a {
    display: flex;
    width: 320px;
    height: 56px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background: var(--elements-element, #FFF);

    color: var(--text-text, #141414);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.banner-fipi-main__content-desk-center p {
    color: #FFF;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

    display: flex;
    align-self: center;
    /* max-width: 215px; */
    width: 100%;
    width: fit-content;
    padding: 7.552px 18.125px;
    justify-content: center;
    align-items: center;
    gap: 7.552px;

    background: #A90000;
}

.banner-fipi-main__content-desk-rgh {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    justify-content: flex-end;
    /* max-width: 320px; */

}

.banner-fipi-main__content-desk-rgh div {
    display: flex;
    /* justify-content: space-between; */

}

.banner-fipi-main__content-desk-rgh span {
    display: flex;
    max-width: 368.09px;
    width: 100%;
    height: 51.7px;
    transform: rotate(-2.373deg);
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    margin-bottom: 7px;

    color: #FFF;
    text-align: center;
    font-family: Stolzl;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    background: #A90000;

}


@media (max-width: 1000px) {
    .banner-fipi-main__content-desk {
        flex-direction: column;
    }

}

@media (max-width: 1000px) {
    .banner-fipi-main {
        height: 500px;
    }
    .banner-fipi-main::after {
        content: unset;
    }
    .banner-fipi-main__content {
        padding: unset;
    
    }
    .banner-fipi-main::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url('https://insperia.ru/wp-content/uploads/2026/08/АНОНС_дело-2028.webp')
                    center 30% / cover no-repeat;
        pointer-events: none;
    }

    .banner-fipi-main__content-desk {
        display: none;
    }

    .banner-fipi-main__content-mob {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        /* gap: 20px; */
        padding: 16px 16px 16px 16px;

        max-height: 290px;
        align-self: end;
        position: relative;
    }

    .banner-fipi-main__content-mob-lft {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        max-width: 473px;
    
    }

    .banner-fipi-main__content-mob-lft p {
        color: #FFF;
        font-family: Stolzl;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    
    }

    .banner-fipi-main__content-mob-lft span {
        color: #000;
        font-family: Stolzl;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;

        display: flex;
        width: fit-content;
        padding: 2.108px 5.06px;
        justify-content: center;
        align-items: center;
        gap: 2.108px;

        background: #FFF;
    }

    .banner-fipi-main__content-mob-rgh {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: flex-end;
    
    }

    .banner-fipi-main__content-mob-rgh a {
        display: flex;
        height: 45px;
        padding: 16px 28px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        background: var(--elements-element, #FFF);

        color: var(--text-text, #141414);
        text-align: center;

        font-family: Stolzl;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }

    .banner-fipi-main__content-mob-rgh div {
        display: flex;
        justify-content: space-between;

        color: #F00;
        font-family: Stolzl;
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }
}