.categories-items{padding:0 var(--space);}.categories-items .item a{text-decoration:none;color:inherit;display:block;}.categories-items .item .img{overflow:hidden;position:relative;border-radius:10px;}.categories-items .item .img img{width:100%;height:240px;object-fit:cover;transition:0.2s;}.categories-items .item .t{font-size:17px;font-weight:500;margin-top:12px;}.categories-items .item:hover .img img{transform:scale(1.03);}.page-items{display:flex;padding:0 calc(var(--space) - 10px);flex-flow:row wrap;}.page-items .item{padding:10px;flex:0 0 20%;}.page-items .item a{display:block;text-decoration:none;color:inherit;border-radius:10px;position:relative;overflow:hidden;}.page-items .item a:hover img{transform:scale(1.03);}.page-items .item img{width:100%;height:25vh;object-fit:cover;transition:0.2s;}.index-items{padding:0 var(--space);display:flex;gap:20px;}.index-items .item{height:190px;background-color:#f4f7fc;width:50%;border-radius:10px;}.index-items .item a{width:100%;height:100%;padding:0 90px;transition:0.2s var(--transition);text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:space-between;font-size:30px;}.index-items .item a i{width:100px;height:90px;background-image:url('../images/i-foto.svg');background-repeat:no-repeat;background-size:contain;background-position:right center;}.index-items .item:last-child{background-color:#fef3f3;}.index-items .item:last-child a i{background-image:url('../images/i-video.svg');}.index-items .item:hover a{padding:0 95px;opacity:0.7;}