section.cat-img { position: relative; overflow: hidden; line-height: 0;}
section.cat-img::before { background: rgba(0,0,0,0.7); content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0;}
section.prod-block { background: var(--white); }

section.page-img { background-image: url(../../images/btm-banner.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; line-height: 0; padding: 180px 0; text-align: center;}
section.page-img::before { background-color: rgba(13, 13, 13, 0.7); content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; }
section.page-img h2 { font-size: 28px; text-transform: uppercase; color: #fff;}

.text-page p { line-height: 24px; font-size: 14px; margin-bottom: 15px;}

.prd-box { text-align: center;}
.prd-box .prd-img { border: 1px solid #ccc; margin-bottom: 15px; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.prd-box .prd-img:hover { border-color: var(--red);}
.prd-box h2 { color: var(--red);}

.SubmitText { text-align: center; font-size: 22px; font-weight: 700; color: green; }