﻿         .zb-show-01-container {
                width: 1360px;
                margin: 0 auto;
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 20px 20px;
            }
            
            .zb-show-01-item {
                width: 360px;
                height: 430px;
                cursor: pointer;
                
            }
            
            .zb-show-01-item img {
                width: 370px;
                height: 440px;
                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: 550px;
                cursor: pointer;
            }
            
            .zb-show-02-item img {
                width: 1234px;
                height: 610px;
                display: block;
                transition: transform 0.3s ease;
            }
            
