         .zb-show-01-container {
                width: 1300px;
                margin: 0 auto;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .zb-show-01-item {
                width: 433px;
                height: 560px;
                cursor: pointer;
            }
            
            .zb-show-01-item img {
                width: 433px;
                height: 560px;
                display: block;
                transition: transform 0.3s ease;
            }
            
            
            
            .zb-show-02-container {
                width: 1300px;
                margin: 0 auto;
                display: flex;
                flex-wrap: wrap;
                gap: 30px 0; /*  м  20px   м  0 */
            }
            
            .zb-show-02-item {
                width: 1300px;
                height: 700px;
                cursor: pointer;
            }
            
            .zb-show-02-item img {
                width: 1300px;
                height: 700px;
                display: block;
                transition: transform 0.3s ease;
            }
            
