.fotonka-banner{

    min-height: 448px;
    background: #18286C;
    position: relative;
    border-radius: 20px;
    padding: 48px 40px;

    @media screen and (max-width: 992px) {
        height: auto;
        padding: 0;
        margin-top: 50px;
    }

    .fotonka-banner__images{
        @media screen and (max-width: 992px) {
            border-radius: 20px;
        }
    }

    .fotonka-banner__symbol,
    .fotonka-banner__person{
        position: absolute;
        bottom: 0;
        z-index: 1;
        @media screen and (max-width: 992px) {
            object-fit: cover;
        }
    }

    .fotonka-banner__symbol{
        left: 0;
        height: 100%;
        @media screen and (max-width: 1100px) {
            left: -5%;
        }
        @media screen and (max-width: 992px) {
            position: relative;
            left: 0;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
    }

    .fotonka-banner__person{
        left: 5%;
        height: 110%;
        @media screen and (max-width: 1100px) {
            left: 2.5%;
            height: 105%;
        }
        @media screen and (max-width: 992px) {
            left: 0;
            right: 0;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 992px) {
        .fotonka-banner__images{
            position: relative;
            background: #18286C;

        }
    }

    .fotonka-banner__content{
        position: relative;
        height: 100%;
        padding-left: 55%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        @media screen and (max-width: 992px) {
            padding: 24px 20px;
        }

        h3{
            margin-bottom: 20px;
            @media screen and (max-width: 992px) {
                margin-bottom: 12px;
            }
        }
        h4{
            margin-bottom: 20px;
            br{
                display: none;
            }
        }
        p{
            margin-bottom: 20px;
            line-height: 170%;
        }
        .fotonka-banner__button{
            @media screen and (max-width: 992px) {
                width: 100%;
            }
        }
    }

    .fotonka-banner__badge{
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 3;
        background: #FFFAF8;
        color: #18286C;
        display: inline-flex;
        align-items: center;
        border-radius: 24px;
        font-size: 14px;
        line-height: 24px;
        padding: 2px 12px;
        @media screen and (max-width: 992px) {
            bottom: 20px;
            left: 20px;
        }
    }
}