.product_system_wrap{width:100%;padding: 10px;margin:10px 0;border-radius:5px;transition:0.3s}
.product_system_wrap:hover{background:#f3f1f1}
.product_system{display:flex;width:100%;padding: 10px;margin:10px 0;border-radius:5px;transition:0.3s}
.first_column img{display:block;width:100%}
.second_column img{display:block; width:50%}
.product_system:hover{background:#f3f1f1}
.first_column{display:block;width:25%}
.second_column{display:flex;width:75%;flex-direction:column;padding-left:30px}
.gallery-list{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-start; margin: 20px 0px}
.gallery-list img{max-height:350px;height:100%;flex:1;margin:0 !important}
.tab-pane .product_system table{width:100%;margin-bottom:10px;}
.tab-pane .product_system table td{padding: 3px 0;}
.second_column .gallery-list a.fancy{height:auto;flex:1;min-width:20%;display:flex;max-width:50%}
