[mn="7044"] {
    background-attachment: fixed;

    --count: var(--count_default, 4);
    --iconWidth: var(--iconWidth_default, 100%);
    --titleWidth: var(--titleWidth_default, 100%);

    @media (width <=991px) {
        --count: var(--count_991, 3);
    }

    @media (width <=767px) {
        --count: var(--count_767, 3);
    }

    @media (width <=575px) {
        --count: var(--count_575, 2);
    }

    .itms {
        margin: 0 -21px;
        padding-top: 10px;

        .itm {
            flex: 0 0 calc(100% / var(--count));
            max-width: calc(100% / var(--count));
            padding: 9px 21px 30px; 

            &>* {
                cursor: pointer;
                height: 100%;
                background-color: #fff;
                color: #000;
                flex-direction: column;
                 
            }

            &.mitgal>*:hover div.add {
                opacity: 1;
            }
        }

        .infobx {
            line-height: 1.1;
            margin: 3px 0 0;
            padding: 9px 9px 35px;
            transition: all ease-in-out .4s;
            width: 100%;
            flex: 1 0 0; 

            ._subttl {
                margin: 6px 0;
            }

            .ttl {
                margin: 6px 0 0; 
                font-family: var(--ft-t2);

                max-width: 100%;
                width: var(--titleWidth);
                margin: 0 auto;
                font-size: 130%;
            }


        }

        .bimgbx {
            z-index: 1;

            .bimgw {
                background-color: #eee; 
                width: var(--iconWidth);
            }

            &::after {
                z-index: -1;
                content: '';
                display: none;
                position: absolute;
                height: 100%;
                width: 100%;
                top: 11px;
                left: 11px;
                background-color: var(--clr01);

            }
        }
    }

    .catbx {
        display: none;
        line-height: 1;
        margin-bottom: 30px;
        font-family: var(--ft-t1);
        color: #888;
        font-size: 110%;

        .btnDecor {

            &::after,
            &::before {
                opacity: 0;
            }

            &:hover::after,
            &.active::after,
            &:hover::before,
            &.active::before {
                opacity: 1;
            }
        }

        .cat- {
            display: inline-flex;

            &~& {
                margin-left: 9px;
            }

            .cat-w {
                cursor: pointer;
                padding: 9px;

                &.active,
                &:hover {
                    color: var(--clr01)
                }
            }

        }
    }

}


.licht7044.licht {
    .contbx>.contbx-w {
        padding: 35px;
    }

    .infobx {
        background-color: #fff;
        position: sticky;
        top: 0;
        padding: 15px 0;


    }

    .infobx>*~* {
        margin: 6px 0 0;
    } 

    .profile .bimgbx {
        z-index: 1;
        position: relative;
        margin-bottom: 30px;
    }

    .profile .bimgbx:after {
        z-index: -1;
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 11px;
        left: 11px;
        background-color: var(--clr06);
        border-radius: 0 0 0 21%;
    }

    .profile .bimg {
        --bpt: 120%;
        transition: all ease-in-out .4s;
        transform: scale(1);
        border-radius: 0 0 0 21%;
    }

    ._subttl {
        margin: 0 0 15px;
        font-family: var(--ft-t1);
        color: var(--clr04x, #464646);
        font-size: var(--h5x, 120%);
    } 

    .ttl {
        display: flex;
        justify-content: space-between;
        font-size: 200%;
        color: var(--clr01);

        border: 0;
        padding: 0;
        margin: 0; 
    }

    .ttl_2 {
        font-style: italic;
        color: var(--clr01);
    }

    .mediabx {
        --iconclr: #fff;
        --iconhovclr: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .mediabx a {
        padding: 6px; 
    }

    p[style*="margin-left:40px"] {
        border-left: 3px solid #333;
        padding-left: 21px;
        margin-left: 0 !important;
    }

    .btnCtlr i {
        color: var(--clr06)
    }

    .btnCtlr>* {
        cursor: pointer;
    }
}
/* ====================== */
/* ====================== */
