

/* Start:/local/templates/praktik72/components/dev2fun/section.element.group/gallery/style.css?17721891895615*/
       .gallery__wrapper {
            display: flex;
            width: 100%;
            height: 550px;
        }
        .gallery__inner {
            width: 33.3333%;
            height: 100%;
            transition: .3s;
            position: relative;
            overflow: hidden;
        }
        .gallery__inner:hover {
            width: 45%;
        }
        .gallery__inner--active, .gallery__inner--active:hover {
            width: 100%;
        }
        .gallery__inner--deactive {
            width: 0%;
        }
        .gallery__header {
            position: absolute;
            width: 100%;
            background-color: rgba(0,0,0,.4);
            padding: 30px 20px 50px;
            bottom: 0;
            left: 0;
            cursor: pointer;
        }
        .gallery__header:before {
            content: '';
            background-color: rgba(0,0,0,.4);
            position: absolute;
            z-index: 1;
            bottom: -15px;
            left: -20px;
            width: 115%;
            height: 125%;
            transform: rotateZ(-5deg);
            
        }
        .gallery__header span {
            position: relative;
            bottom: 0;
            left: 0;
            z-index: 2;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 32px;
            color: #F5EFD3;
            text-align: center;
            display: block;
        }
        .gallery__img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: pointer;
        }
        .gallery__slider {
            display: flex;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
            transition: .3s;
            opacity: 0;
            pointer-events: none;
        }
        .gallery__slider--active {
            opacity: 1;
            pointer-events: auto;
        }
        .gallery__slider img {
            width: 100%;
            height: 100%;
            flex-shrink: 0;
            object-fit: cover;
        }
        
        .gallery__close {
            position: absolute;
            top: 30px;
            right: 30px;
            color: #F5EFD3;
            text-align: center;
            font-weight: bold;
            font-size: 30px;
            line-height: 38px;
            background: #000000;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            display: none;
            z-index: 4;
        }
        
        .gallery__controls {
            display: none;
            position: absolute;
            bottom: 40px;
            right: 40px;
            width: 60px;
            height: 135px;
            z-index: 4;
        }
        .gallery__right {
            display: block;
            width: 60px;
            height: 60px;
            background: #000000;
            border-radius: 50%;
            color: #F5EFD3;
            text-align: center;
            font-weight: bold;
            font-size: 40px;
            line-height: 58px;
            margin-bottom: 15px;
            cursor: pointer;
        }
        .gallery__left {
            display: block;
            width: 60px;
            height: 60px;
            background: #000000;
            border-radius: 50%;
            color: #F5EFD3;
            text-align: center;
            font-weight: bold;
            font-size: 40px;
            line-height: 58px;
            cursor: pointer;
        }
        
        @media (max-width: 991px) {
            .gallery__wrapper {
                flex-wrap: wrap;
                height: auto;
            }
            .gallery__inner {
                width: 100%;
                height: auto;
            }
            .gallery__inner:hover {
                width: 100%;
            }
            .gallery__header {
                position: relative;
            }
            .gallery__slider {
                opacity: 1;
                position: relative;
                pointer-events: auto;
                height: 450px;
            }
            .gallery__controls {
                display: block;
            }
            .gallery__img {
                display: none;
            }
        }
        
        @media (max-width: 575px) {
            .gallery__slider {
                height: 350px;
            }
            .gallery__header {
                padding: 20px 10px 10px;
            }
            .gallery__header span {
                font-size: 16px;
                line-height: 24px;
            }
            .gallery__controls {
                bottom: 15px;
                right: 15px;
                width: 30px;
                height: 65px;
            }
            .gallery__right {
                width: 30px;
                height: 30px;
                font-size: 25px;
                line-height: 28px;
                margin-bottom: 5px;
            }
            .gallery__left {
                width: 30px;
                height: 30px;
                font-size: 25px;
                line-height: 28px;
            }
        }
        
        @media (max-width: 425px) {
            .gallery__slider {
                height: 250px;
            }
        }
/* End */
/* /local/templates/praktik72/components/dev2fun/section.element.group/gallery/style.css?17721891895615 */
